come faccio diventare http://www.magdadecoriamano.it/1chi_siamo.htm questo menu da vericale a orizzontale?posto il codiceCodice PHP:
<style><style>
a{
color:#000;
text-decoration:none;
}
#container{
margin:0 auto;
width:200px;
text-align:left;
padding-top:20px;
}
ul#nav, ul#nav li{
margin:0;
padding:0;
list-style:none;
}
ul#nav{
background:url(bg.jpg) no-repeat 100% 0;
height:150x;
}
ul#nav li{
width:150px;
margin-top:1px;
}
ul#nav li.first{
margin:0;
}
ul#nav li a{
display:block;
width:100%;
background: #FFFFFF url(arrow1.gif) no-repeat 10px 50%;
color: #333333;
line-height:42px;
text-indent:25px;
}
ul#nav li a:hover{
color:#fff;
background: #990033 url(arrow2.gif) no-repeat 10px 50%;
}
img {
border: 2px solid #72a143;
}
img {
border: 2px solid #72a143;
padding: 1px;
background: #ffeda5;
}
h1 {
font: bold 330%/100% "Lucida Grande";
position: relative;
color: #464646;
}
h1 span {
background: url(pros.png) repeat-x;
position: absolute;
display: block;
width: 100%;
height: 31px;
}
</style>