OZONE Asylum
Forums
Stupid Basic HTML
overflow: auto bug in IE5 for Mac
This page's ID:
9588
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
F.Y.I if anyone is ever researching this bug. No one has been able to provide a direct workaround to this problem. What you can do instead is create a different page and use an iframe instead of a div layer. iframes display perfectly in IE5 though they can be fussy and not totally supported in other browsers. Then on your original page you just add a javascript to automatically redirect any Mac IE5.0 to the other page with the iframe. The javascript could be something like this <script language="JavaScript"> if(navigator.appVersion.indexOf("MSIE 5.")!=(-1) && navigator.appVersion.indexOf("Macintosh")!=(-1)) { top.location.href = "new-iframe-page.html"; } </script> Good luck. [This message has been edited by kelly001 (edited 01-20-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »