MudGuard: width angabe geht nicht im nn6+

Beitrag lesen

Hi,

da ich meine links mit css formatieren möchte und sie einen button effekt haben sollen, wurden sie per css auf eine breite von 107px gesetzt.
wenn der M$IE eine andere Breite rendert als gute Browser, liegt er falsch (Box Model Bug).

Nein, ausnahmsweise ist das mal nicht der Box Bug.

leider funktioniert das bisher nur im i.e richtig.

auch falsch.

a ist ein non-replaced inline-Element. width ist aber auf non-replaced-inline-Elemente nicht anwendbar:
'width'
    Value:   <length> | <percentage> | auto | inherit
    Initial:   auto
    Applies to:   all elements but non-replaced inline elements, table rows, and row groups
    Inherited:   no
    Percentages:   refer to width of containing block
    Media:   visual
(http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-width)

cu,
Andreas

--
Der Optimist: Das Glas  ist halbvoll.  - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.