Re: navigation banner in css.

Yep, I did something very similar on a commercial site some years ago. 
Only difference is that I added <span class="hide"> | </span> to 
provide visual separators in the HTML with  .hide {display : none} in 
the CSS.

cheers

Chaals

On Wednesday, Jan 22, 2003, at 10:46 Australia/Melbourne, Mirabella, 
Mathew J wrote:

>
> Thanks Iris and Charles.
> I did find the specific css i was looking for.  it was sent by mat may 
> recently.  below is the details for anyone interested.
>
> HTML:
> <div class="topnav">
> <a href="">Home</a>
> <a href="">About</a>
> <a href="">Services</a>
> <a href="">Resources</a>
> <a href="">Contact</a>
> </div>
>
> CSS:
> 	.topnav a { display: block; float: left; width: 20%; text-align:
> center; background-color: black; color: white; text-decoration: none;
> font-family: Verdana, sans-serif; }
>
--
Charles McCathieNevile           charles@sidar.org
Fundación SIDAR                       http://www.sidar.org

Received on Tuesday, 21 January 2003 19:29:05 UTC