Forum Moderators: not2easy

Message Too Old, No Replies

help with overflow:hidden

overflow:hidden

         

kungfu

1:42 pm on Aug 29, 2009 (gmt 0)

10+ Year Member



<HTML>
<HEAD>
<TITLE>example</TITLE>
</HEAD>
<BODY>
<div style="width:400px; height:560px;overflow:hidden;position:relative;clear: right;">
<div style="overflow:hidden; width:100%; margin-top:-141px">
<div style="overflow:hidden; width:100%; margin-left:-158px">
<div style="overflow:hidden; width:72%; margin-right:1000px">
<div style="overflow:hidden; width:100%; margin-bottom:0px">
<iframe src="http://example.com" width="0px" height="0px" style="border:0px; overflow:hidden;" frameborder="0" scrolling="no"></iframe>
</div>
</BODY>
</HTML>

which seems to be fine in Opera and FF, but ignored in IE, . Can anybody help me to hide the right column.

Thanks a lot

[edited by: swa66 at 11:50 pm (utc) on Aug. 29, 2009]
[edit reason] examplified per ToS and Forum Charter [/edit]

Trav

12:14 am on Sep 3, 2009 (gmt 0)

10+ Year Member



what are you trying to do? seems like there's some missing markup- not sure if that's due to the edit. Also, what version of IE are you testing in?