Similar Question:
Understanding the star-preceded property in CSS
I recently came across a CSS file for a jQuery script and discovered the following code snippet:
.usual div {
*margin-top:-15px;
clear:left;
background:snow;
font:10pt Georgia;
}
Can someone explain the purpose of the asterisk/star sign in this context?