[css-d] nav link states

2010-10-18 Thread Dudley Barker
What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays lit so that if I forget where I am, I need simply glance up at the navbar to see where I am? And the million dollar question is: How do I style such? Thanks. D

Re: [css-d] nav link states

2010-10-18 Thread G.Sørtun
That link-state is called Visited. And the million dollar question is: How do I style such? a:visited { your styles here } regards Georg __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] nav link states

2010-10-18 Thread Chris F.A. Johnson
On Mon, 18 Oct 2010, Dudley Barker wrote: What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays lit so that if I forget where I am, I need simply glance up at the navbar to see where I am? You should not have a link

Re: [css-d] nav link states

2010-10-18 Thread Chris F.A. Johnson
On Mon, 18 Oct 2010, Chris F.A. Johnson wrote: On Mon, 18 Oct 2010, Dudley Barker wrote: What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays lit so that if I forget where I am, I need simply glance up at the navbar to

Re: [css-d] [+] nav link states

2010-10-18 Thread Thierry Koblentz
What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays lit so that if I forget where I am, I need simply glance up at the navbar to see where I am? And the million dollar question is: How do I style such? You could

Re: [css-d] [+] nav link states

2010-10-18 Thread Michael Stevens
What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays lit so that if I forget where I am, I need simply glance up at the navbar to see where I am? And the million dollar question is: How do I style such? You could

Re: [css-d] nav link states

2010-10-18 Thread tedd
At 11:56 AM +0200 10/18/10, Dudley Barker wrote: What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays lit so that if I forget where I am, I need simply glance up at the navbar to see where I am? And the million dollar