[thelist] css and multiple links

Kristof Neirynck k.neirynck at belgacom.net
Sat Sep 7 03:57:01 CDT 2002


try this:

#navbar a:link {color: aquamarine; text-decoration: none ;}
#navbar a:active { color: FFFFFF; text-decoration: none ; font-weight:bold}

and put your navbar links in a div or span like this:

<div id="navbar">
	<a href=""></a>
	<a href=""></a>
	<a href=""></a>
</div>

Roger Harness wrote:
> Oh my gosh. ID's, right? I'm really sorry. Too late.
>
>
>>but I can't seem to to wrap all my custom links in a div or span.
>>To be honest, i dont even know which one to use, but i can't get
>>neither to work. Is this not a do-able thing? Do I have to put my
>>class="navbar" in each anchor tag?? That seems as bad as just
>>using font tags.
>
>
> Sorry for wastin' the bandwidth again,
>
> -Roger Harness





More information about the thelist mailing list