• Hi,

    I’ve tried to fix these problems on my own, but can’t find a solution. If anyone has an idea i’d be very grateful

    a) my background image is showing in firefox and chrome, but not IE

    the css I’m using for inserting this image was


    body.custom {background:url(/tinyblack2.gif) repeat-y top left};.

    b) I can’t seem to use multiple background images in any browser–i’ve read about this problem online but not found any solutions

    the css I’m trying to use to insert two images is

    body.custom {background:url(/tinyblack2.gif) repeat-y top left};
    
    body.custom {background:url(/tinyblack.gif) repeat-y top right};

    any suggestions would be greatly appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘multiple background images and image not showing in IE’ is closed to new replies.