UL做導航

<!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=gb2312" />
<title>無標題文檔</title>
<link rel="stylesheet" href="Untitled-3.css" type="text/css" />
</head>
<body id="about">
<div id="header">
<ul>
<li class="home"><a href="Untitled-1.html">主頁</a></li>
<li class="product"><a href="Untitled-2.html">產品介紹</a></li>
<li class="about"><a href="Untitled-4.html">關於我們</a></li>
</ul>
</div>
</body>
</html>
/* CSS Document */
#header li{
float:left;
margin:0;
padding:0 0 0 9px;
background:url(images/left.gif)}
#header{
float:left;
width:100%;
line-height:normal;
background:url(images/bg.gif) repeat-x bottom;
font-size:93%;}
#header a{
display:block;
background:url(images/right.gif) no-repeat right top;
padding:5px 15px 4px 6px;}
#header ul{
margin:0;
padding:10px 10px 0;
list-style:none;}
#home li.home a,#product li.product a,#about li.about a{
background:url(images/right_on.gif) no-repeat right top;
padding-bottom:5px;}
#home li.home, #product li.product, #about li.about {
  background:url(images/left_on.gif) no-repeat left top;}


 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章