What does an underscore "_" mean in CSS? -


i found following snippet in css file:

position: fixed; _position: absolute; 

what underline mean in front of second position statement?

this old css-hack ie5, 5.5 & 6.
browser display position:fixed while ie5 - 6 use _position, display absolute.

but note: css won't validate! , won't work ie5/mac


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -