Hallo,
kennt jemand das problem das der IE6 beim includieren von CSS Dateien auf einmal den JS Debugger startet?
wenn ich das include deaktiviere taucht der JS Debugger nicht mehr auf:
index.html:
Flugtabellen
[Neuen Flug anlegen](?go=neu) [Flugliste Anzeigen](?go=show) [Sondermargen Termin bearbeiten](?go=termin) [Sondermargen Airlines Bearbeiten](?go=airline)
style.css:
body {
background-color: #FFBA75;
font-size: 12pt;
visibility: visible;
margin: 0; padding: 0; width: auto; float: none; clear: left;
}
input {
border:1px solid;
margin:1px;
}
a:link {
color:#000000;
font-size: 12px;
text-decoration: none;
font-weight:bold;
}
a:visited {
color:#000000;
font-size: 12px;
text-decoration: none;
font-weight:bold;
}
a:hover {
color:#000000;
font-size: 12px;
text-decoration: none;
font-weight:bold;
}
a:active {
color:#000000;
font-size: 12px;
text-decoration: none;
}
#linkbox {
border:2px solid #000000;
width:200px;
text-align:center;
background-color:#EEEEEE;
margin:1px;
padding:2px;
}
Gruß
Phillip