Space Invader101
2010-07-06 19:18:04 UTC
/*Top Navigation menu*/
ul.TopMenu
{display:inline;
position:absolute;
Right:0px; Top:20px;
border:1px solid black;
margin:0px;
padding:0px;
}
li.TopMenu
{
display:inline;
border-left:1px solid darkgrey;
border-right:1px solid darkgrey;
padding:0px 10px 0px 10px;
margin:0px;
outline:0px;
}
- Home
- News and reviews
- blog site
- ebooks
- Forum
- About
I’ve been able to get rid of the gaps between items with a floating menu, but not absolute. (I don’t want the list items to move around when resizing the browser.)