i have small issue with the DIV tag i have the below HTML
<td height=100% rowspan="2" valign="top" background="images/blackfadeWhite.gif">
<div style="padding:0px; WIDTH:180px; height:100%; OVERFLOW:hidden; ">
<div style="BORDER-RIGHT:#ff0000 2px solid; WIDTH:178px; height:100%; COLOR:#ffffff; ">
<div id="HideMenu"><a href="javascript:toggleSlideMenu('HideMenu', 'cpnl')">Hide Menu</a></div>
<br />
<div align="center" id="contentLYR"></div>
</div>
</div>
</td>
when i view the page in firefox the <div>s will streach to 100% but when i use IE they do not. I can not figure out how to fix this(i do want them to increase to 100%).
Can you please tell me if there is a way of fixing this.
Thanks



Reply With Quote
so does any one use div? or is it just me?


I don't have IE available to test it, but Opera shows the bug you describe. However, all the elements that DIV is inside seem to have their height set to 100%. Hmm...
How about at least getting the ieTab extension for FF, or won't that work on your system? NS8 has good built in IE emulation as well.

Bookmarks