Forum Moderators: not2easy
How could I do that as is on that site...
I'm talking about the permanent orange color on the currently viewed nav selection (at the top)
/* The main menu selected colors */
.mainMenuSelected {
color: #FF9933;
font-weight: bold;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
}
.mainMenuSelected:visited {
color: #FF9933;
}
.mainMenuSelected:hover {
color: #cc6600;
text-decoration: none;
}
and what else
<a href="/" class="mainMenuSelected">Home</a>
to have this above
<a href...
on every click on navbar section.
cos
WHEN YOU ARE click on different section page source is always different with
<a href="/" class="mainMenuSelected">home or about us or links or etc...
Isn't this the effect you are looking for discussed here [kicks in around msg 15 posted by keimano tokoyami:
[webmasterworld.com...]
Or have I missunderstood?
Spook