View Single Post
  #7 (permalink)  
Old 07-24-09, 05:05 AM
k-knudsen's Avatar
k-knudsen k-knudsen is offline
Newbie Coder
 
Join Date: Jan 2004
Location: Denmark
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the advice

i'm all set on a specific layout, the only problem now is ie8 support :/

The content scroll sounds interesting! but i'm holding on to my layout

what i did find on the original post was a support for ie6 and 5.5 -- credit goes to Yeroon:

Code:
<!--[if gte IE 5.5]><![if lt IE 7]>
			<style type="text/css">
			div#fixme {
				right: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
				top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
			}
			
		</style>
		<![endif]><![endif]-->
__________________
Personal Homepage: K-Knudsen
Reply With Quote