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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -