Nykomling
|
|
Reg.datum: Jan 2004
Inlägg: 6
|
|
Nykomling
Reg.datum: Jan 2004
Inlägg: 6
|
#tabs ul {
margin-left: 0;
padding: 0;
display: inline;
}
#tabs ul li {
margin-right: 10px;
padding: 0 0 0 0;
background: url(images/button_left.gif) no-repeat left top;
list-style: none;
display: inline;
float: left; /* Lägg till en float här */
}
#tabs ul li a{
margin-left: 10px;
padding: 8px 25px 25px 10px;
background: url(images/button_right.gif) no-repeat right top;
list-style: none;
display: inline;
font-weight: bold;
float: left; /* Lägg till en float här */
}
#tabs ul li.here {
list-style: none;
display: inline;
}
|