hallo zusammen,
ich habe bei einer Shop-Installation einen hässlichen Effekt im IE7
(http://www.la-gondola-doro.de/ie7prob.jpg)
Firefox zeigt alles korrekt an...
der fehler kann meines erachtens nur im CSS sein.
Ichhabe mal die (hoffentlcih) relevanten CSS-Parts kopiert.
hat einer eine idee woran es liegt???
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
BODY {
text-align: center;
background: #fff;
background-image: url("images/blue-gradient.gi");
background-repeat: repeat-x;
color: #000000;
margin: 0px;
}
.fixcenter {
width: 1000px;
border: solid; border-color:#000000; border-width: 1px;
background: #ffffff;
color: #000000;
margin: auto;
margin-top: 20px;
text-align: left;
}
A {
color: #000000;
text-decoration: none;
}
A:hover {
color: #214A73;
text-decoration: underline;
}
FORM {
display: inline;
}
TR.header {
background:#ffffff url(images/store_logo.png) 0 0 no-repeat; position:relative;
height:140px;
width:1000px;
}
TR.headerNavigation {
background: #214A73;
}
TD.headerNavigation {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background: #214A73;
background-image: url("images/box_header.gif");
color: #ffffff;
font-weight : bold;
}
A.headerNavigation {
color: #FFFFFF;
}
A.headerNavigation:hover {
color: #ffffff;
}
TR.headerError {
background: #ff0000;
}
TD.headerError {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
background: #ff0000;
color: #ffffff;
font-weight : bold;
text-align : center;
}
TR.headerInfo {
background: #00ff00;
}
TD.headerInfo {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
background: #00ff00;
color: #ffffff;
font-weight: bold;
text-align: center;
}