Thread
:
Styling <a> or <li>
View Single Post
11-07-2012, 11:22 PM
PM User
|
#
14
VIPStephan
The fat guy next door
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,614
Thanks: 5
Thanked 865 Times in 842 Posts
Well, on the current page, add a class “current” to the list item that is representing the current link, and style that specifically. For example:
Code:
#nav li a {color: blue;} #nav .current a {color: red;}
__________________
Don’t click this
link
!
VIPStephan
View Public Profile
Visit VIPStephan's homepage!
Find More Posts by VIPStephan