Ich habe ein Problem. Unter dem IE tut meine CSS, aber im Netscape nicht. Dabei habe ich es genau so eingebunden, wie es in SELFHTML steht. Nämlich so: <head>...<link rel="stylesheet" href="../mainstyle.css" type="text/css">...<head>
Kann mir jemand helfen?
Hier meine mainstyle.css:
.untertitel {
font-family: "Times New Roman";
font-size: 14px;
font-weight: bold;
letter-spacing : 1px;
}
.hometitel {
font-family: "Times New Roman";
font-size: 16px;
letter-spacing : 1px;
}
p {
font-family: "Times New Roman";
font-size: 14px;
font-weight : 100;
letter-spacing : 1px;
}
td {
font-family: "Times New Roman";
font-size: 14px;
font-weight : 100;
letter-spacing : 1px;
}