MudGuard: Tabellen: HTML durch CSS ersetzen?

Beitrag lesen

Hi,

border:0;
border:none; /* find ich schöner ;-) als border:0; */
ich aber falsch. 'border:none;' ist 'border-style:none', der kann ommer noch eine Dicke haben!

Der border könnte theoretisch noch eine Dicke haben, wenn es nicht anders definiert wäre:
<cite>
The border style properties specify the line style of a box's border (solid, double, dashed, etc.). The properties defined in this section refer to the <border-style> value type, which make take one of the following:

none
    No border. This value forces the computed value of 'border-width' to be '0'.
</cite>
src=http://www.w3.org/TR/REC-CSS2/box.html#value-def-border-style

Ich würd sowas doch sonst nicht vorschlagen ;-)
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.