This is a discussion on "Highlighting the active link" within the Web Page Design section. This forum, and the thread "Highlighting the active link are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Highlighting the active link
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hi
I would like the active link on a menu to remain highlighted while the user remains on that link i.e. page (so the user can see what page they are visiting without me having to put an extra heading onto that page), so I was disappointed to find that a:active doesn't actually do this, despite its name! Is there an easy way to do this? Thanks Lynn |
|
|
|
#2
|
||||
|
||||
|
Re: Highlighting the active link
a:active is for links currently active (i.e clicked on) on the current page.
It would be impossible for CSS to *know* which page you were on! You'll need to hard code an extra class to the 'current' link for each page, or dynamically insert it if you're using a CMS. Something like
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
#3
|
||||
|
||||
|
Re: Highlighting the active link
This question has been posted, i think the post will help
http://www.webforumz.com/css-forum/6...rrent-page.htm In future searching for your question in the forum can be easier than asking it again mate
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
#4
|
||||
|
||||
|
Re: Highlighting the active link
I knew that post was somewhere! Cheers unitedcraig
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
#5
|
|||
|
|||
|
Re: Highlighting the active link
Got it working, thanks!
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Highlighting text selections | mikemike2004 | JavaScript Forum | 6 | Mar 15th, 2008 21:24 |
| a:link, active, hover, visited.... | mcdanielnc89 | Web Page Design | 35 | Nov 8th, 2007 22:10 |
| Window Highlighting problem in JavaScript | jayaramgussy | JavaScript Forum | 5 | Sep 20th, 2007 13:01 |
| How do I get people active and keep them active? | TheSealPortalTeam | Webforumz Cafe | 4 | May 9th, 2007 10:17 |
| Highlighting Text | bovverboi | Web Page Design | 4 | Nov 5th, 2006 11:36 |