Moin!
Habe seit dem Update von 1.0 auf 1.0.1 ein Problem mit einem CSS.
Im css-File habe ich folgende Formatierung angelegt:
#marked { width: 124px; height : 22px; left: 0px; font: 12px arial, Sans-serif; text-decoration: none; text-align: center; border-right: red 1px dashed; padding-right: 10px; display: block; padding-left: 10px; border-left-width: 0px; background: #FFFF9C; border-bottom: #A84038 1px solid; padding-bottom: 3px; margin: 0px 0px 0px; color: #FF3300; padding-top: 3px; }
Im html-File steht z.B.:
<div id="marked" >Rundgang</div>
Bisher wurde das von iE und FF annähernd gleich dargestellt. Seit dem Update aus FF 1.0.1 wird der Bereich nicht mehr mit einer Breite von 124px sondern deutlich breiter angezeigt.
Hat jemand eine Idee woran das liegt?