Hallo,
in einem Projekt von mir, wird die CSS-Datei vom IE nicht interpretiert. Im Firefox hingegen schon. Ich finde einfach den Fehler nicht. Hier ist der Code:
und vom CSS
Vielleicht fällt Euch ja was auf.
Gruß
Arndtinho
PS: Frohe Weihnachten!
in einem Projekt von mir, wird die CSS-Datei vom IE nicht interpretiert. Im Firefox hingegen schon. Ich finde einfach den Fehler nicht. Hier ist der Code:
HTML:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
"http://www.wapforum.org/DTD/xhtml-mobile12.dtd">
<html>
<head>
<title>Projekt-Titel</title>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="container">
<table width="220" border="0">
<tr>
<td>
.....
</td>
</tr>
</table>
</div>
</body>
</html>
Code:
#container {
...
}
Gruß
Arndtinho
PS: Frohe Weihnachten!