Rexo
Mitglied
Guten Tag zusammen,
ich hab ein Darstellungsproblem im IE7.
Hier:
http://browsershots.org/website/http://shop.terrarienwelt.com/
kann man sehen, dass dieser Fehler nur beim IE7 auftritt. Ich bin eher zufällig darauf gestoßen :suspekt:
Webseite:
http://shop.terrarienwelt.com
Ich hab mal den CSS-Code aus der Navigationsleiste rauskopiert.
Kennt jemand das Problem - es ist hoffentlich bereits häufiger aufgetreten, so dass eine Lösung schnell und unkompliziert ist, oder?
ich hab ein Darstellungsproblem im IE7.
Hier:
http://browsershots.org/website/http://shop.terrarienwelt.com/
kann man sehen, dass dieser Fehler nur beim IE7 auftritt. Ich bin eher zufällig darauf gestoßen :suspekt:
Webseite:
http://shop.terrarienwelt.com
Ich hab mal den CSS-Code aus der Navigationsleiste rauskopiert.
Kennt jemand das Problem - es ist hoffentlich bereits häufiger aufgetreten, so dass eine Lösung schnell und unkompliziert ist, oder?
Code:
/* =navigation
=========================================== */
.navigation {
position: absolute;
top: 141px;
left: 0;
width: 201px;
padding-top: 30px; /* EDIT */
background: url(../bilder/aufbau/schatten_navigation.gif) 0 0 no-repeat;
font-size: 12px;
}
.navmainLI {
height: 25px;
line-height: 25px;
background: url(../bilder/navigation/main_bg.gif) 0 0 repeat-x;
list-style: none;
text-align: center;
margin-right: 1px; /* Rand */
}
.navmainLI label {
font-weight: bold;
font-size: 13px;
}
/* 1 Ebene */
.navsub1LI a, .navsub1LIactive a {
font-weight: normal;
height: 21px;
line-height: 21px;
background-image: url(../bilder/navigation/sub1_bg.gif);
text-align: left;
color: black;
text-decoration: none;
margin-right: 1px; /* Rand */
display: block; /* um hover-Effekt ?ber gesamte Breite gehen zu lassen */
}
.navsub1LIactive a { /* Um das gew?hlte Produkt hervorzuheben */
background-position: -200px 0;
font-weight: bold;
}
.navsub1LI a:hover {
background-position: -200px 0;
text-decoration: none;
color: black;
}
.navsub1LI a:focus, .navsub1LI a:visited {
color: black;
}
.navsub1LI em, .navsub1LIactive em {
position: relative;
left: 40px; /* EDIT */
top:0;
font-style: normal;
margin-right: 1px; /* Rand */
}
/* 2 Ebene */
.navsub2LI a, .navsub2LIactive a {
font-weight: normal;
height: 21px;
line-height: 21px;
background: transparent url(../bilder/navigation/sub2_bg.gif) 0 0 repeat-x;
text-align: left;
color: black;
text-decoration: none;
display: block;
}
.navsub2LIactive a {
background-position: -200px;
}
.navsub2LI a:hover {
background-position: -200px 0;
text-decoration: none;
color: black;
}
.navsub1LI a:focus, .navsub1LI a:visited {
color: black;
}
.navsub2LI em, .navsub2LIactive em {
position: relative;
left: 53px;
top:0;
font-style: normal;
}
/* Informationen */
.navinfoLI {
margin-top: 30px;
height: 25px;
line-height: 25px;
background: url(../bilder/navigation/main_bg.gif) 0 0 repeat-x;
list-style: none;
text-align: center;
margin-right: 1px; /* Rand */
}
.navinfoLI label {
font-weight: bold;
font-size: 13px;
}
.ul_terrarien, .ul_futter, .ul_beleuchtung, .ul_rueckwand, .ul_heizung, .ul_messen, .ul_pflanzen, .ul_bodengrund, .ul_brutkasten, .ul_deko {
display: none;
}
/* Warenkorb -> Navigation */
.cart_nav {
list-style-type: none;
margin: 7px 0 2px 20px;
text-align: left;
}
.cart_nav li {
margin-bottom: 4px;
}
.dick {
font-weight: bold;
}