highligts in a nav bar
-
well, I’ve played around with the codes and used liewcf’s code without much success with the highlighting [although his bar looks super cool]
then i went to codex and followed the instructions, and succeeded making my own nav bar.
but the problem is with the highlighting.
what i mean by that is for example, i have 3 pages, when i click to the 1st page, the link to 1st page is red, when clicked to 2nd page, the 2nd page is red….and so on.I want mine to be highlight in RED too!
Now, this is the code for my nav bar. can anyone tell me how to make it highlighted in the current page? [hope you get what i’m saying :)]
<style type="text/css" media="screen">
#navmenu ul {margin: 0; padding: 0;
list-style-type: none; list-style-image: none; }#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none; margin: 4px;
padding: 5px 20px 5px 20px; color: #63AAE7;
background: white;
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;}#navmenu ul li a:hover {color: white;
background: #63AAE7;
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;}</style>
<div id="navmenu">
<code><ul>
<li><a>">Home</a></li>
<li><a href="https://www.sv.formulx.com/blog/?page_id=19">Old Blahs</a></li>
<li><a href="https://sv.formulx.com/blog/lazy-index.php/">Gallery</a></li>
</ul></code>
</div>
- The topic ‘highligts in a nav bar’ is closed to new replies.