我正在尝试在我的页面顶部放置一个标题。它适用于 IE 8。它略微向下移动并在最新的 IE 和苹果 safari 上阻止我的页面内容。谁能告诉我我需要放什么以便它与所有搜索引擎兼容?我是 PHP,包括我所有页面的标题。下面是我的标题代码。
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body>
<div style="position: absolute; width: 1280px; height: 92px; z-index: 1; left: 1px; top: 0px" id="layer1">
<div style="position: absolute; width: 660px; height: 22px; z-index: 1; left: 238px; top: 52px" id="layer2">
<font face="Arial">|<b>
<a href="http://www..net/carriers/test3.php">New Cost</a> </b>| <b>
</b>|<b> <a href="http://www..net/carriers/newcarrier.php">New
Carrier</a></b> | <b>
</b>|<b> <a href="http://www..net/carriers/search.php">Carrier
Board</a></b> | </font></div>
<p>
<img border="0" src="/carriers/.png" margin= 0 auto width="100%" height="73"></div>
</body>
</html>