Hallo,
habe eine liste erstellt. im ff sieht die auch richtig aus, aber bei der anpassung für den ie klemmt es nun und ich finde den fehler nicht.
[html]
und das zugehörige css:
#navi
{
margin: 0;
padding: 0;
height: 25px;
width: 160px;
list-style: none;
display: inline;
}
#navi li
{
list-style: none;
display: inline;
width: 160px;
height: 25px;
float: left;
overflow: hidden;
}
#navi a
{
padding-top: 4px;
float: left;
text-align: center;
background-image: url("../images/rollover.gif");
background-position: 0px 0px;
background-repeat: no-repeat;
width: 160px;
height: 25px;
color: #3b3530;
font-weight: bold;
font-size: 11pt;
text-decoration: none;
}
#navi a:hover
{
background-position: 0px -25px;
}
a.active
{
background-position: 0px -50px !important;
}
kann mir da jemand helfen?