|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Iv designed a template for a project which contains many links. Each link is set to a class from the css. All i what to do is when the link is active i want to change the apperance to a header look.
the class of the link is ::SideMenuLink:: and im using .SideMenuLink: Active in the style sheet: but im gettin no effect. Can anyone help me or show me an example that will do the tick.. I cant work out why its not workin ![]() Cheers
__________________
<NO DONT LOOK AT ME!> |
|
#2
|
||||
|
||||
|
Try using it like this...
Code:
<style type="text/css">
.SideMenuLink A:active{color:blue;text-decoration:none;font-weight:bold;font-size:20px;}
.SideMenuLink A:link{color:red;text-decoration:none;font-size:10px;}
</style>
__________________
Support requests via PM will be ignored! |
|
#3
|
||||
|
||||
|
That works great thanks.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Problems with CSS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|