怎么我的超鏈接感覺沒用呢?顏色也沒變
<!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>無標題文檔</title>
</head>
<link href="css/main.css" rel="stylesheet" type="text/css">
<script src="js/setHomeSetFav.js" type="text/javascript" charset="gb2312"></script>>
<body>
<div class="top">
? ? ? ?<div class="top_content">
? ? ? ? ?<ul>
? ? ? ? ? ? <li><a herf="#">聯(lián)系我們</a></li>
? ? ? ? ? ?<li><a herf="#" onclick="AddFavorite(window.location,document.title)">加入收藏</a></li><!--要收藏的網址,加入收藏的頁面標題-->
? ? ? ? ? <li><a herf="#" onclick="setHome(window.location)">設為首頁</a></li>
? ? ? ? ?</ul>
? ? ? ?</div>
</div><!--top結束--> ??
</body>
</html>
@charset "utf-8";
/* CSS Document */
*
{
margin:0;
padding:0;
font-size:12px;
}
?
body
{
background-color:#F5F5F5;
}
.top
{
width:100%;
height:27px;
background:url(../images/top_bg.jpg)repeat-x;
}
.top_content
{
width:1000px;
margin:0 auto;
}
.top_content li
{
list-style-image:url(../images/li_bg.gif);
float:right;
width:70px;
line-height:27px;
}
2017-08-08
herf這個寫錯了哦,應該是href
2017-08-08
把@charset "utf-8";注釋掉或者直接刪掉就好了。