Re: [css-d] Using a:active on the focus page

2006-08-11 Thread Zoe M. Gillenwater
Spencer Ivery wrote: > Currently, I am trying to make pseudo-class selector e.g., .class a:active > work on a > page where the selected navigation link remains highlighted in a different > color. > Spencer, I think what you really want is to highlight the current page in a list of navigation

Re: [css-d] Using a:active on the focus page

2006-08-11 Thread David Dorward
On 10/08/06, Spencer Ivery <[EMAIL PROTECTED]> wrote: > Currently, I am trying to make pseudo-class selector e.g., .class a:active > work on a page where the selected navigation link remains highlighted in > a different color. :active means "While being activated" (e.g. while the mouse is pointing

Re: [css-d] Using a:active on the focus page

2006-08-10 Thread Don Miller
- From: "Spencer Ivery" <[EMAIL PROTECTED]> To: Sent: Thursday, August 10, 2006 1:46 PM Subject: [css-d] Using a:active on the focus page | CSS-D List: | | Currently, I am trying to make pseudo-class selector e.g., .class a:active | work on a | page where the selected navigat

[css-d] Using a:active on the focus page

2006-08-10 Thread Spencer Ivery
CSS-D List: Currently, I am trying to make pseudo-class selector e.g., .class a:active work on a page where the selected navigation link remains highlighted in a different color. Does anyone have any examples of this? Thanks, ~S