浏览模式: 普通 | 列表
11月, 2005 | 1

模仿AS效果的导航菜单

[ 2005-11-27 17:46:53 | 作者: admin ]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>模仿as效果的导航菜单</title>
<style type="text/css">
<!--
a:link,a:visited  { text-decoration: none; color: #666666 }
a:hover      { text-decoration: underline }
#hor1 {
  position:absolute;
  left:320px;
  top:20px;
  width:220px;
  height:20px;
  z-index:1;
  background-color: #999900;
}
#hor2 {
  position:absolute;
...

阅读全文…
1