CSS IS WONDERFUL! - except in Safari

liunx

Guest
PAGE IN QUESTION: <!-- m --><a class="postlink" href="http://www.baileycreative.com/margaret/contact.html">http://www.baileycreative.com/margaret/contact.html</a><!-- m -->

CSS:
body {margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
background-color: #FFFFFF;
background-attachment: fixed;
background-image: url('../images/portfolio/cornerimage.jpg') no-repeat right bottom;
}

Can any experts tell me why it repeats in Safari's browser?

Many Thanks in Advance,

BaileyBoytry
backgound-repeat:no-repeat;this should work for all browsers:

body{
margin:0;
background: url(images/portfolio/cornerimage.jpg) right bottom no-repeat;
}IncaWarrior & samij586:

I bow my head in admiration *grovel grovel.

Best,

BaileyBoymight want to put white background behind your test. Most people don't have the resolutions that art folks do, so their screens have less real estate. When your text is over pic it is unreadbale - might not make the best impression... ;)
 
Back
Top