More information about the Underscore mailing list

[_] Wordpress permalinks causing IE6 to crash?!

Jon Free jon at tangymedia.co.uk
Mon Mar 3 20:07:02 GMT 2008

I'm really no sure. The easiest method, as mentioned before, is to remove
the code bit by bit until it works. Generally if I'm doing links I have
completely separate declarations for :hover and :visited because it's
important to give the user the differentiation between the three. 

Try it like this and see if it makes any difference...

-----Original Message-----
From: Craig Francis [mailto:craig at craigfrancis.co.uk] 
Sent: 03 March 2008 19:25
To: underscore at under-score.org.uk
Subject: Re: [_] Wordpress permalinks causing IE6 to crash?!

On 3 Mar 2008, at 12:25, Dale-Anthony wrote:
> .navi a:link, a:active, a:visited { text-decoration: none; float:  
> left;
> color: white; }
> .navi a:hover { text-decoration: none; float: left; color: #669933; }


Could it be the selector?

Shown on multiple lines, would create:

.navi a:link,
a:active,
a:visited {
     text-decoration: none;
     float: left;
     color: white;
}

i.e. it would effect all visited and active links, which could cause  
some really complicated effects.

Perhaps a better version would be:

.navi a:link,
.navi a:active,
.navi a:visited {




-- 
underscore_ list info/archive ->
http://www.under-score.org.uk/mailman/listinfo/underscore

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.3/1307 - Release Date: 02/03/2008
15:59
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.21.3/1307 - Release Date: 02/03/2008
15:59