Denny Schierz: IE6 ignoriert border-collapse: separate;

Beitrag lesen

hi,

aus irgendeinem Grund ignoriert der IE mein statement:

table {

border-collapse: separate;
        border-spacing: 2px;
        border-style: none;
}

alle Browser machen es richtig, der IE allerdings nicht.

der IE6.1

http://cstroot.dyndns.org/download/ie_bild1.jpg

Firebird 0.7

http://cstroot.dyndns.org/download/fire_bild1.jpg

Mein html Template:
http://cstroot.dyndns.org/test2.htm.txt

meine CSS Datei:
http://cstroot.dyndns.org/body.css

Was könnte die Ursache sein?