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

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -