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
Post a Comment