[WSG] IE float/background - I am stumped

2007-11-17 Thread Likely, James A.
I am working on some new templates and am having a hard time figuring out what is going on. I all browsers it works as it should but in IE6 it is not. From the look sof it, the background image is going over top of the floating divs. If I take out the background from: #content {

RE: [WSG] IE float/background - I am stumped

2007-11-17 Thread Likely, James A.
To: wsg@webstandardsgroup.org Subject: [WSG] IE float/background - I am stumped I am working on some new templates and am having a hard time figuring out what is going on. I all browsers it works as it should but in IE6 it is not. From the look sof it, the background image is going over top

Re: [WSG] IE float/background - I am stumped

2007-11-17 Thread akella
Hi James I guess removing position:relative for #content will help. Another option is to set position:relative for your floats. May be you will need to play a bit with z-index after that. it would be great if you could upload this code to the internet for us to see the problem. hth On