How to make navigation buttons stick
-
My top navigation bar has a problem: when you click a button, it doesn’t change states to show a different appearance. When you hover over the button, it turns white — this is good. But after it’s clicked, it should appear differently from the other buttons.
My site is at https://stc-suncoast.org
The style sheet for the “current” state is as follows:
#stylefour ul li a.current{
color:#B30000;
background:#000 url(img/bgON.gif) no-repeat top right;
}However, this doesn’t seem to work at all.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to make navigation buttons stick’ is closed to new replies.