personally, I wouldn't add the second id. However, you may be working with a 
nested set of links. The current id says, show the nested list, the active 
says, this is the active link

We are using something similar for the topnav on this web site: 
www.csatravelprotection.com

Instead of #current, we are using a class on the body and an id on the list. 
When the two match, it shows the nested list. If the two don't match, the 
nested list is hidden.

Ted


-----Original Message-----
From: Kornel Lesinski [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 16, 2005 9:24 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] active and current id's in lists


On Wed, 16 Feb 2005 08:59:59 -0800, Ted Drake  
<[EMAIL PROTECTED]> wrote:

> The active id is giving you the opportunity to make that list item stand  
> out from the others.
> The current id is giving you the opportunity to make the link stand out  
> from the others.

Why second ID instead of simply using "#active a" selector?

-- 
regards, Kornel Lesiński

******************************************************
The discussion list for  http://webstandardsgroup.org/

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

******************************************************
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