hallo liebe helfer,
mein menü wird im IE wesentlich höher dargestellt als im FF - ich kapier nach langem ausprobieren und nachdenken immer noch nicht wieso....
css-teil fürs menü:
#sidebar ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#sidebar li {
margin: 0;
}
#sidebar a
{
display: block;
padding: 1px 0;
color: black;
font-weight: bold;
background-color: white;
text-decoration: none;
}
#sidebar a:hover
{
color: white;
font-weight: bold;
background-color: silver;
text-decoration: none;
}
#sidebar ul ul li {
margin: 0;
}
#sidebar ul ul a
{
display: block;
padding: 1px 1px 1px 20px;
color: black;
font-weight: normal;
background-color: white;
text-decoration: none;
}
#sidebar ul ul a:hover
{
color: white;
font-weight: normal;
background-color: silver;
text-decoration: none;
}
erkennt jemand mögliche fehler? oder kennt jemand einen trick, wie ich die nicht erwünschte darstellung im IE umgehe?
danke danke danke!