In IE6, it recognises CSS attributes that were prefixed with characters like "!@#$%^&*()". I do not know the exact characters. The following example will recognised and used:
CODE
p {
*padding-top: 0;
!margin-bottom: 0;
@margin-left: 0;
}
*padding-top: 0;
!margin-bottom: 0;
@margin-left: 0;
}
IE7 dropped support for one or two of the characters and other non-IE browsers would skip the broken CSS rules.
Aug 13 2009, 07:51 PM
Quote
0.0133sec
0.29
7 queries
GZIP Disabled