![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm working on a website that looks great in Firefox, IE 7 and IE 8 , but in IE 6 one of the elements appears below another element instead of to the right where it is supposed to be. *The site is athttp://www.indppc.com/. *The main stylesheet is athttp://indppc.com/templates/transparent_bliss_1.5/css/template.cssand I'm detecting if the browser is IE6 and inserting CSS specific to IE6 athttp://indppc.com/templates/transparent_bliss_1.5/css/template-ie6.css. In summary, I have three elements: div id="leftwrap" /div div id="topbannerad" align="top" /div div *id="right" /div With CSS: #leftwrap{ * * * float: left; } #topbannerad{ * * * *z-index: -1; } #right { * * * *z-index: -1; } Instead of "right" being to the right of "left" it is below it in IE6. *Can anyone tell me what I need to do to get it positioned correctly? Thanks Tom Esker |
![]() |
| Thread Tools | |
| Display Modes | |
| |