Forum Moderators: open
a.map:link, a.map:visited
{
color: #369;
background: #fff;
text-decoration: underline;
font-size: .8em;
}
a.map:hover
{
color: #369;
background: #eee;
text-decoration: underline;
font-size: .8em;
}
Sample HTML links:
<a class="map" href="index.html" title="Home">Home</a>
<a class="map" href="networking/" title="Networking">Networking</a>
---------------------
Actually, it must be a problem within this set of HTML docs, because links are behaving as they should in this new page I'm building. But, these come directly from the source and I still can't see why there would be extra space at the end.
How about CSS inheritance -- is there a padding-right: or margin-rght; rule inherite from a parent element somewhere?
And welcome to WebmasterWorld, nex2k. Good to have you here.