Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 IE6 hangs when loading the site, not on all machines

views
     
everling
post Aug 13 2009, 07:51 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
It's an IE CSS hack.

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;
}


IE7 dropped support for one or two of the characters and other non-IE browsers would skip the broken CSS rules.

 

Change to:
| Lo-Fi Version
0.0133sec    0.29    7 queries    GZIP Disabled
Time is now: 30th November 2025 - 03:11 AM