View Single Post
Old 05-20-2007, 06:20 AM   #10 (permalink)
Costin Trifan
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,952
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
CSS:
Quote:
UL.MenuList {
display: inline;
list-style-type: none;
margin: 0px 0px 0px 0px; /* T R B L */
}
UL.MenuList LI.MenuListItem {
display: inline;
background-image: url('App_Images/MenuItemImage.gif');
background-position: center left !important;
background-repeat: no-repeat !important;
padding-left: 15px !important;
list-style-type: none;
font-family: Georgia, Times New Roman, Serif;
font-size: 10pt;
color: #000000;
margin: 0px 10px 0px 10px; /* T R B L */
padding: 0px 0px 0px 0px; /* T R B L */
}

HTML:
Quote:
<ul class="MenuList">
<li class="MenuListItem">Home</li>
<li class="MenuListItem">About</li>
<li class="MenuListItem">Contact</li>
</ul>
Simple as that...
__________________
JUNE - JavaScript Framework
Costin Trifan is offline   Reply With Quote