Grüß euch,
ich habe verschiedene CSS-styles für mein Projekt erstellt, die allesamt im Mozilla einwandfrei funktionieren.
Im IE gibt es aber mit den folgenden styles ein Problem:
-----------------
.box_header {
font-family : Verdana;
font-size : 8pt;
vertical-align: middle;
text-align: center;
border-color: #333333;
border: solid;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-bottom-style: dashed;
background-color: #FAFAFA;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
.box_content {
border-color: #333333;
border: solid;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 1px;
background-color: #FAFAFA;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
}
--------------
Es werden die Ränder nicht bzw. in weiß angezeigt.
Andere Styles, die gleich aufgebaut sind, nur andere Werte haben werden ohne Probleme dargestellt.
Wo ist da der Hund begraben?
Dnake für die Hilfe!
Michael