I have a web design, that works in all browsers except IE. I can fix most it, but I can't fix the position:fixed bug. I am using
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop); to keep the nav fixed on the left.
This lags a bit, and is kinda dirty. Is there any better way to do this?
Open Designs Forum » Site News
Fixed in IE
(2 posts)-
Posted 2 years ago #
-
Try this method. It works in IE6. Here is the link:
http://www.oswd.org/design/preview/id/2426Posted 2 years ago #
Reply
You must log in to post.