• hi
    I am having trouble with a background-image that I made. It is a waterfall on the right. It shows up in firefox. It doesn’t show up in safari. I don’t know what is wrong, I have the karappo style 0.2.5 by sabotenbrother theme.

    Thank u,

    ilaria

Viewing 6 replies - 1 through 6 (of 6 total)
  • Pls show your site URL.

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Background-image’ is closed to new replies.