code:
#menu a{
width: 50px;
height: 15px;
display: block;
background: #011F9E;
color: white;
}
#menu a:hover{
width: 47px;
height: 15px;
display: block;
background: #E1E1FF;
border-left: 3px solid #011F9E;
color: white;
}
this makes what i want, but every link is on a new line. how do i make it horisonal?
now:
<-->
<-->
<-->
<-->
i want:
<--><--><--><-->
(<--> is a link)