Huhu! Ich komme einfach net klar. Alle Browser ausser Opera akzeptieren meine Stylesheets. Zum Beispiel soll normaler Text in <div> die Grösse 10 haben, der in Tabellen aber nur Grösse 8. Opera scheint das nicht zu interessieren...
www.ismirschlecht.net (auf links klinken, da ist das Problem)
Zitat
<style type="text/css">
body { color:#414141;
line-height:15pt;
background-image:url(karos2.gif);
font-family:Verdana;
}
div { text-align:justify;
margin-left:10px;
margin-right:45px;
margin-top:26px;
font-family:Verdana;
font-size:10pt;
font-weight:bold;
a:link { color:#414141; }
a:visited { color:#414141; }
a:active { color:#414141; }
}
table { background-color:#EAF1F8
text-align:justify;
font-family:Arial;
font-size:08pt;
font-family:Verdana;
font-weight:normal;
a:link { color:#414141; }
a:visited { color:#414141; }
a:active { color:#414141; }
cellpadding:5;
line-height:12pt;
}
Dieser Beitrag wurde von schildkroet: 04 Jun 2006, 21:24 bearbeitet