
Originally Posted by
BonRouge
You haven't actually given the 'current' link any style rules... Nothing screwy about it.
Isn't the current link style listed here with the hover states? This is the code from the site. If not don't tell me...I'll get it! lol It might just take me a couple days!
Code:
CSS:
.navlist li a:hover, .navlist li a:visited:hover, .navlist .current a {
text-decoration: none;
color: #666699;
font-weight: bold;
font-size: 12px;
}
Code:
HTML:
<ul class="navlist">
<li class="current"><a href="index.htm">Home</a></li>
<li><a href="preowned.htm">Pre-Owned Vehicles</a></li>
<li><a href="newchryslers.htm">New Chryslers</a></li>
<li><a href="newfords">New Fords</a></li>
<li><a href="paymentcalc.htm">Payment Calculator</a></li>
<li><a href="testdrive.htm">Test Drive</a></li>
<li><a href="quickquote.htm">Quick Quote</a></li>
</ul>
Bookmarks