jueves, octubre 13, 2005

(OTROS)Menú CSS con li

Código en el CSS:
#header {
   float:left;
width:100%;
background:yellow;
font-size:93%;
line-height:normal;
}
#header ul {
margin:0;
padding:0;
list-style:none;
}
#header li {
float:left;
background:url("norm_right.gif") no-repeat right top;
margin:0;
padding:0;
}
#header a {
display:block;
background:url("norm_left.gif") no-repeat left top;
padding:5px 15px;
}
Código en el Body:

<div id="header">
  <ul>
<li><a href="#">Home