Hey I have a menu(with JQuery) in a div on the left, with all the links opening in the same div on the right.
All my links work, and they open their new divs respectively, but how do I make it so that once 1 div is clicked, I can change its CSS values (similar to a:visted), like a real menu.
For example, if I have:
A
B
C
as my links. I want it so that on clicking on A, A will become underscored. And when clicking on B, the underscore from A will disappear and one will appear under B.
Cheers,
Jeremy
How about something like this:
CSS
Javascript