Forum Moderators: not2easy

Message Too Old, No Replies

<div> background image over <body> background image not working in IE

Browser problems with background images

         

Kardboard

5:22 am on Oct 7, 2005 (gmt 0)

10+ Year Member



Hi there! I'm brand new here, and thought that someone might be able to help me with a problem I'm pulling my hair out over.

I'm the webmaster over at [ooops] and if you open up the site in Firefox it looks wonderful, but if you look at it in IE (I'm using 6), the header is missing the background image. Here's the code in question:

body {
color: #000;
background: #fff;
background: url(background.jpg) repeat-y right top;
}

#header {
background: url(background_header.jpg) no-repeat right top;
position: relative;
padding: 0;
margin: 0;
}

With the <div id="header">...so are there any workarounds? Thanks!

<No site specifics, thanks. See TOS #13 [WebmasterWorld.com]>

[edited by: SuzyUK at 12:53 pm (utc) on Oct. 8, 2005]

Kardboard

1:35 am on Oct 11, 2005 (gmt 0)

10+ Year Member



Hello, anyone?