ToddFur
02-26-2010, 10:58 AM
Hi-
Could someone take a look at http://www.bensbells.org/Test2.html
I have a navigation bar that I created using CSS.
I thought that the below CSS UL code would change and STAY when clicked -- so that the user can see what section of navigation s/he is currently on.
ul#menu li a.active {
color:#FFFFFF;
}
However it does not -- and I was told that I might need some javascript to get what I want to work? Does anyone have an example or website I can look at to get this work, I seem to not be able to find one.
Thanks!
Could someone take a look at http://www.bensbells.org/Test2.html
I have a navigation bar that I created using CSS.
I thought that the below CSS UL code would change and STAY when clicked -- so that the user can see what section of navigation s/he is currently on.
ul#menu li a.active {
color:#FFFFFF;
}
However it does not -- and I was told that I might need some javascript to get what I want to work? Does anyone have an example or website I can look at to get this work, I seem to not be able to find one.
Thanks!