Friday, 23 August 2013

position:fixed – OK in IE7 and IE9+ but not in IE8

position:fixed – OK in IE7 and IE9+ but not in IE8

I am trying to get position:fixed working in IE8 for my sticky-on-scroll
navigation.
http://jsfiddle.net/bDGGC/
It works great in IE7 and >IE9 — and quirks/compatability mode in IE8 —
but I can't seem to get it working in standards mode in IE8 (it "doesn't
stick").
I have tried adding:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
Does not help…
Anyone got a clue?

No comments:

Post a Comment