You cannot use the "e entity for id names. That might be confusing IE. Just use the regular "
Oh I'm not using them, it's just when I pasted the code in the editor it changed the " to that, here is the actual code:
- <div id="dhtmlgoodies_scrolldiv" style="background-color:transparent !important;position:relative;top:255px;left:257px;">
-
<div id="scrolldiv_parentContainer" style="background-color:transparent !important;">
-
<div id="scrolldiv_content" style="background-color:transparent !important;">
-
(my content here)
-
</div>
-
</div>
-
</div>
also there is a parent div that all 3 divs above are inside it, and this parent div has a background that i want it to appear, that's why i'm trying to make the other divs transparent, which is not working in IE (6) and the background is covered with white.
here is the code for the parent div:
- <div style="width:800px;height:800px;margin:0 auto;background: url('/img/bge.jpg') center no-repeat;}">