Thread Starter
ilaria
(@ilaria)
Try this: in style.css from line 14,
use
background:url("http://sylvainmeret.com/sylvainmeret/wp-content/uploads/2010/01/waterfall3.jpg") 800px -20px no-repeat;
instead of
background-image:url("http://sylvainmeret.com/sylvainmeret/wp-content/uploads/2010/01/waterfall3.jpg");
background-repeat:no-repeat;
background-position: 800px -20px;
Thread Starter
ilaria
(@ilaria)
Hi I tried it but then the image doesn’t show up in firefox, or safari.
thanks for the help anyway
In my browsers(firefox, safari and chrome), the image shows up.
Try to refresh your page,
or add above rule at the end of style.css AND refresh the page.
body{
background:url("http://sylvainmeret.com/sylvainmeret/wp-content/uploads/2010/01/waterfall3.jpg") 800px -20px no-repeat;
}
Thread Starter
ilaria
(@ilaria)
hi
I put it at the end of the style css and it worked,
thanks a lot
Ilaria