currenty i was trying a css solution like this:
this creates only a vertical scrollbar on the iframe,Code:#iframe_mask { position:relative; width:410px; height:469px; overflow-y:scrolling; overflow-x:hidden; left:347px; border:5px solid #000; top:160px; left:170px; } then <div id="iframe_mask"> <iframe src="myurl" width="930" height="755" scrolling="no" frameborder="0"></iframe> </div>
works good in all browsers except ie6, is there a jscript fix for this at all?
ie6 ignores the overflow hidden and shows the entire iframe.


Reply With Quote

Bookmarks