Hello!
For this website I have put the main navigation in the sidebar. I was able to change the hover effect with CSS, but for some reason cannot get the active effect to work.
Here is what I have tried - again the hover part work, just not the active. I just want it to stay bold when on the page. What am I doing wrong?
.widget ul li a:hover {
text-decoration: none;
font-weight:bold;
}
.widget ul li a:active {
text-decoration: none;
font-weight:bold;
}
Any takers? I appreciate your help!
Jenna
Active Link in Sidebar?
Started by
jennajonesdesign
, Jun 19 2012 04:29 AM
3 replies to this topic











