我問這個,因爲我不知道爲什麼在IE9我的網站是這樣的:IE9顯示不正確,我的html標題是否正確?
而另一broswers正確顯示:
我是假設這是由於在頭文件中的位置不佳,但不完全是這樣,這是我項目的最後一部分,它在IE9中看起來不錯。
我的index.php的一般結構
<!DOCTYPE html>
<html lang="es">
<head>
<?php include 'configHead.php' ?>
<title>Panel de Servicio</title>
</head>
<body>
.......
</body>
configHead.php
<meta charset="utf-8">
<link rel="shortcut icon" href="media/favicon.png" />
<script src="js/prefixfree.min.js" type="text/javascript"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<link rel="stylesheet" href="css/jquery-ui-1.9.2.custom.css" type="text/css"/>
<link rel="stylesheet" href="css/jquery.dataTables.css" type="text/css"/>
<script src="js/jquery-1.8.3.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
<script src="js/jquery-ui-timepicker-addon.js" type="text/javascript"></script>
<script src="js/functions.js" type="text/javascript"></script>
<script src="js/jquery.dataTables.js" type="text/javascript"></script>
任何人有任何想法,爲什麼出現這種情況?
加''在文檔的開頭<!DOCTYPE HTML!>。 – Christoph 2013-02-28 19:11:25