jhaycutexp
11-08-2011, 03:18 PM
Hi sirs,
Well how do you fix a position:fixed in IE8? my document type is an HTML5..
I tried everything...
Well what I was trying to do is to keep my navigation bar on top of the browser window.. when I scroll down..
I currently using jQuery to do this... when i scroll a certain height, I addClass to the navigation list.. and make it "fixed"
her's the style I am using to make the the navigation stick to the top
.fixed{position:fixed; top:0;}
everything works well on all modern browser.. except for IE versions < 9 I haven't checked on IE9.. but I have faith on that browser to support that style..
Thanks
Well how do you fix a position:fixed in IE8? my document type is an HTML5..
I tried everything...
Well what I was trying to do is to keep my navigation bar on top of the browser window.. when I scroll down..
I currently using jQuery to do this... when i scroll a certain height, I addClass to the navigation list.. and make it "fixed"
her's the style I am using to make the the navigation stick to the top
.fixed{position:fixed; top:0;}
everything works well on all modern browser.. except for IE versions < 9 I haven't checked on IE9.. but I have faith on that browser to support that style..
Thanks