On 5/23/06, kvnmcwebn <[EMAIL PROTECTED]> wrote:
yes i know that works but i though that you could string the link states
together.
At least thats what i recall from a previous post here that i cant find.

something like
a:visited:hover:active


No, I don't think that's possible.

If you want to set the style for multiple states it would be...

.navcontainer a:hover, .navcontainer a:active, .navcontainer a:visited
{
  color:#BCB281;
}

IIRC the states had to be in a particular order to play nice in all browsers.

--
Ben Wong
e: [EMAIL PROTECTED]
w: http://blog.onehero.net
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to