Klaus: Firefox & CSS

Beitrag lesen

Hi,

FireFox hat definitiv ein Problem. Ich habe eine Tabelle mit zwei Reihen. Die Tabellen haben als class:

.textI {
 font-family: sans-serif, Verdana, Arial, Helvetica;
 font-size: 11px;
 font-weight: normal;
 color: black;
 padding: 25px;
 vertical-align: top;
 text-align: justify;
 line-height: 17px;
 text-decoration: none;
}
a.textI { color: #695928; font-weight: normal; text-decoration: none; }
a.textI:hover { color: black; text-decoration: none; }
a.textI:visited { color: #695928; text-decoration: none; }
a.textI:visited:hover { color: black; text-decoration: none; }

Die Bilder, die in die untere Reihe eingefügt werden erscheinen am oberen Bildrand, in der ersten Reihe. Quelltextfehler gibt es keine.

Gruß, Klaus