Hallo allemaal,
Ik zit met een probleem, en ik zou niet weten wat het is, want ik heb het in anderhalf jaar tijd nog nooit gehad. Als ik mijn site in ie open dan geeft die gewoon de style weer, maar in ff geeft die een error.
Dit is de index:
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?= $obj -> titel; ?></title>
<script language="javascript" type="text/javascript" src="includes/ajax.inc.js"></script>
<script language="javascript" type="text/javascript" src="includes/core.inc.js"></script>
<script language="javascript" type="text/javascript" src="includes/java.inc.js"></script>
<link href="includes/style.inc.css" rel="stylesheet" type="text/css" />
</head>
Dit de css:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
background-color: #D8D8D8;
text-align: center;
}
.news {
background-color: #90C751;
border: 1px solid #333333;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 3px;
padding-right: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
width: 550px;
height: 15px;
}
En dit is de foutcode:
Klikje
Wie kan me helpen?
Mvg,
Thomas