keine_Ahnung: IE 6 Duplicate Characters Bug ohne float Elemente

Beitrag lesen

Okay hier ist alles. Ich wüsste nicht was ich jetzt noch hätte auslassen können.
Das Problem ist wie gesagt, dass unterschiedlich von PC zu PC Teile von Hintergrund Buchstaben o.ä. erscheinen. Beim scrollen verschmieren die dann.

html {
 height:100%;
 }
body {
 font-family:Helvetica, Arial, sans-serif;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
 height: 100%;
 }
p {
 line-height:1.2em;
 }
a.rot:link { color: #FF0000}
a.rot:visited { color: #FF0000}
a.rot:hover { color: #FF0000}
a.blau:link { color: #0000FF}
a.blau:visited { color: #0000FF}
a.blau:hover { color: #0000FF}
.Ankuendigung {
 font-size: 20px;
 font-weight:bold;
}
.Head1 {
 font-size:20px;
 font-style:oblique;
 margin-left:10px;
 }
.Head2 {
 font-size:16px;
 font-style:oblique;
 margin-bottom:-12px;
 }
.Head_DA {
 font-family:Helvetica, Arial, sans-serif;
 color: #FF0000;
 font-size:14px;
 }
.Fehler {
 font-size:20px;
 color:#FF0000;
 font-weight:bold;
 }
.fehler {
 color: #FF0000;
 text-align:center;
}
.Text{
 font-family:Helvetica, Arial, sans-serif;
 color: #0000FF;
 font-size:14px;
 }
.Intern {
 font-size:12px;
}
/* Definitionen für Terminplan*/
.Inhalt {
 font-size:14px;
 color:#000000;
 }
.BA {
 font-size:12px;
 vertical-align:middle;
 margin:2px 0px 2px 0px;
 text-align: center;
 }
.HvO {
 color:#008000;
 font-size:12px;
 vertical-align:middle;
 margin:2px 0px 2px 0px;
 text-align: center;
 }
/* End Terminplan*/

Sites
body {
 background-image:url(../grafik/hintergrund/BRK_Aubing_BG_1.JPG);
 background-repeat:no-repeat;
 background-attachment:fixed;
 margin:0%;
 }
a img {
 border: 0px;
 margin-left: 3px;
 }

/* Definitionen für die Layouttabelle */
#tableLayout {
 width:100%;
 padding:0px;
 margin:0px;
 height:100%;
 border:0px;
 border-collapse:collapse;
 }
#tableLayout td {
 vertical-align: top;
}
#li {
 margin-right: 5%;
 margin-top: 5%;
 vertical-align:top;
 height:auto;
}
#rechts {
 background-color:#CCCCCC;
 height: 100%;
 width: 200px;
 margin: 0px;
 padding: 0px;
}

/* Einstellungen für das Gästebuch */
hr {
 height:2px;
 }
hr.gast {
 height:2px; width:80%;
 }
#GB_Head {
 font-size:16px;
 margin-top:4px;
 margin-bottom:1.2em;
 }
#GB_body {
 margin-bottom:1em;
 }
.GB_fehler {
 color:#FF0000;
 font-style: italic;
 }

Ich hab noch kein okay von oben und will darum die Seite nicht posten. Aber wenn es nicht anders geht kann ich ja mal versuchen eine Seite raus zu nehmen.