hallo,
die tables, die ich in das css-layout eingebunden, zerreissen das layout, egal ob ich die width mit 100% angebe oder mit absoluten pixeln.
außerdem funktionieren die links im div "navigation" nicht !
beides geht im IE ausnahmsweise problemlos.
Weiß jemand eine Lösung?
hier das stylesheet:
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p {margin:0 10px 10px 30px}
h2, h4{margin:30px 10px 10px 30px}
#header{height:195px;margin:0;padding-left:0px;background:#008487;color: #000000}
#container{text-align:left;margin:0 auto;width:700px;background:url('../bilder/wrap_long.gif') repeat-y;}
#content{float:right;width:575px;}
#content p.spec{line-height:1.4;}
#content a{color:#008487;text-decoration:none;}
#content a:hover{color:#000;}
#content a:active{color:#008487;}
#content table{margin:0px 0px 10px 30px}
#content table.norm{margin:0px 0px 10px 0px}
#navigation{float:left;width:125px;height:140px;margin: 0}
#navigation p{margin:0 0px 0px 10px}
#navigation a{color:#008487;text-decoration:none;}
#navigation a:hover{color:#000;}
#navigation a:active{color:#008487;}
#extra{float:left;clear:left;width:125px;}
#footer{clear:both;width:100%;background:#c00}
#footer p{padding:5px 10px; font: normal 10px Verdana; color:#fff;text-align:center}
#footer a{color:#fff;text-decoration:underline;}
----
zu testen: http://www.9kb.de/schule/
tables sind in header sowie im content bei "kontakt", "ausbildung -> bewerbung"
ich freue mich auf jeden hilfreichen tip! danke!
