首页顶部的CSS+DIV导航菜单!有需要的下载! 1>.CSS文件如下:
/* CSS Document */ body{ font-size:14px; text-align:center; margin-top:30px; font-family:Verdana;} div,img{margin:0; padding:0; border:0;} ul,li{list-style-type: none; margin:0; padding:0; float:left; } #info{ margin-left:auto; margin-right:auto;width:980px; text-align:left;} #new{ margin-top:-12px;position: absolute;margin-left:-12px;} #nav{ height:30px; width:610px; margin-left:auto; margin-right:auto;} #nav li{margin-left:1px; height:30px;} #nav li a{ display:block;float:left; text-decoration:none; background-image: url(tab1.gif);background-repeat: no-repeat; display:block; background-position:left top;} #nav a span{cursor:hand; color:#000;background-image: url(tab2.gif);background-repeat: no-repeat; display:block;background-position: right top; padding:7px 10px 6px 10px; float:left; } #nav li a:active,#nav li a:hover {margin-top:0px; } #nav li a:active span, #nav li a:hover span {padding:10px 10px 6px 10px; margin-top:0px; display:block; color:#FFF;} #seprint01 a:link, #seprint01 a:visited {background-position: 0px -27px;} #seprint01 a:link span, #seprint01 a:visited span{background-position:right -27px;padding:10px 10px 6px 10px; margin-top:0; color:#FFF; font-weight:bold;} #seprint02 a,#seprint03 a,#seprint04 a,#seprint05 a,#seprint06 a,#seprint07 a,#seprint08 a,#seprint09 a,#seprint10 a,#seprint11 a{margin-top:3px;} #seprint02 a:active,#seprint02 a:hover {background-position: 0px -57px;} #seprint02 a:active span,#seprint02 a:hover span{background-position:right -57px;} #seprint03 a:active,#seprint03 a:hover {background-position: 0px -87px;} #seprint03 a:active span,#seprint03 a:hover span{background-position:right -87px;} #seprint04 a:active,#seprint04 a:hover {background-position: 0px -117px;} #seprint04 a:active span,#seprint04 a:hover span{background-position:right -117px;} #seprint05 a:active,#seprint05 a:hover {background-position: 0px -147px;} #seprint05 a:active span,#seprint05 a:hover span{background-position:right -147px;} #seprint06 a:active,#seprint06 a:hover {background-position: 0px -177px;} #seprint06 a:active span,#seprint06 a:hover span{background-position:right -177px;} #seprint07 a:active,#seprint07 a:hover {background-position: 0px -207px;} #seprint07 a:active span,#seprint07 a:hover span{background-position:right -207px;} #seprint08 a:active,#seprint08 a:hover {background-position: 0px -237px;} #seprint08 a:active span,#seprint08 a:hover span{background-position:right -237px;} #seprint09 a:active,#seprint09 a:hover {background-position: 0px -267px;} #seprint09 a:active span,#seprint09 a:hover span{background-position:right -267px;} #seprint10 a:active,#seprint10 a:hover {background-position: 0px -297px;} #seprint10 a:active span,#seprint10 a:hover span{background-position:right -297px;} #seprint11 a:link span,#seprint11 a:visited span{color:#FFFFFF;} #seprint11 a:active,#seprint11 a:hover {background-position: 0px -327px;} #seprint11 a:active span,#seprint11 a:hover span{background-position:right -327px;} #menu{ width:990px; height:52px; background:#FF9900;} #r1{border-top: 0px;border-bottom: 0px; border-left:3px solid #fff;border-right:3px solid #fff; height:1px; overflow:hidden;} #r2{border-top: 0px;border-bottom: 0px; border-left:2px solid #fff;border-right:2px solid #fff; height:1px; overflow:hidden;} #r3{border-top: 0px;border-bottom: 0px; border-left:1px solid #fff;border-right:1px solid #fff; height:1px; overflow:hidden;}
将以上代码存为CSS文件!
2:网页顶部HTML或者PHP代码如下:
<!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> <title>[!--pagetitle--]</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <meta content="[!--pagetitle--]" name="keywords" /> <meta content="[!--pagetitle--]" name="description" /> <link href="manu.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="info"> <div id="nav"> <ul> <li id="seprint01"><a href="http://www.zishu.cn"><span>首页</span></a></li> <li id="seprint02"><a href="http://www.zishu.cn"><span>新闻资讯</span></a></li> <li id="seprint03"><a href="http://www.zishu.cn"><span>下载中心</span></a></li> <li id="seprint04"><a href="http://www.zishu.cn"><span>经验技术</span></a></li> <li id="seprint05"><a href="http://www.zishu.cn"><span>行业专题</span></a></li> <li id="seprint06"><a href="http://www.zishu.cn"><span>网上书店</span></a></li> <li id="seprint07"><a href="http://www.zishu.cn"><span>印刷百科</span></a></li> <li id="seprint08"><a href="http://www.zishu.cn"><span>网上书店</span></a></li> <li id="seprint09"><a href="http://www.zishu.cn"><span>供求信息</span></a></li> <li id="seprint10"><a href="http://www.zishu.cn"><span>求职招聘</span></a></li> <li id="seprint11"><a href="http://www.zishu.cn"><span>行业论坛</span></a></li> </ul> </div> <div id="menu"> <div id="r1"></div> <div id="r2"></div> <div id="r3"></div> <div></div> </div> </div>
在ECMS中将以上代码存为你的首页顶部top模板!
请在二楼下载文件!
上传以下图片:

|