techweb导航栏代码
Written by aijun June 20th, 2006 11:46 PM No Comments Filed under: 资源分享
演示地址:http://www.aijun.org/codedemo/techdemo.html
CSS代码
- <style type="text/css">
- <!--
- #siteNav {
- clear: both;
- float:left;
- width:750px;
- padding-left: 1px;
- background: #fff;
- font-size:12px;
- font-weight: bold;
- line-height:normal;
- border-bottom:2px solid #84B0C7;
- voice-family: "\"}\"";
- voice-family: inherit;
- width: 749px;
- }
- #siteNav ul {
- margin:0;
- padding:0;
- list-style:none;
- }
- #siteNav li {
- display:inline;
- margin:0;
- padding:0;
- }
- #siteNav a {
- float:left;
- background:url(tableft.gif) no-repeat left top;
- margin:0;
- padding:0 0 0 4px;
- text-decoration:none;
- }
- #siteNav a span {
- float:left;
- display:block;
- background:url(tabright.gif) no-repeat rightright top;
- padding:5px 11px 4px 5px;
- color:#036;
- }
- /* Commented Backslash Hack hides rule from IE5-Mac \*/
- #siteNav a span {
- float:none
- }
- /* End IE5-Mac hack */
- #siteNav a:hover span {
- color:#036;
- }
- #siteNav a:hover {
- background-position:0% -42px;
- }
- #siteNav a:hover span {
- background-position:100% -42px;
- }
- #siteNav #sel a {
- background-position:0% -42px;
- }
- #siteNav #sel a span {
- background-position:100% -42px;
- }
- -->
- </style>
TAGS: 导航代码