Chinaz menu navigation effect

Source: Internet
Author: User
Tip: you can modify some code before running

<!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>Chinaz menu navigation</title><style type="text/css"><!--div, ul, p{ margin: 0; padding: 0; font-weight: normal; font-style: normal; font-size: 100%; font-family: inherit;}body { color: #333; background: #deebf3; text-align: center; font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;}a:link, a:visited { color: #333; text-decoration: none;}/* Nav==========================================================*/.nav {width:910px; position: relative; margin:0px auto; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) no-repeat 0 -36px;}.navinner { background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) no-repeat 100% -72px;}.navlist { height: 36px; line-height: 36px; overflow: hidden; margin: 0 10px; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) repeat-x 0 0;}.nav li { float: left; display: inline; margin: 0 0 0 -2px; padding: 0 4px 0 6px; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) no-repeat 0 -108px;}.nav a { display: block; width: 102px; text-align: center; font-size: 120%;}.nav a:link, .nav a:visited { color: #fff;}.nav a.current, .nav a:hover, .nav a:active { color: #fff; font-weight: bold; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) no-repeat 50% -144px;}.subnav { position: absolute; top: 41px; left: 0; float: left; height: 27px; line-height: 27px; white-space: nowrap; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) no-repeat 0 -180px;}* html .subnav { margin: 0 10px 0 -10px; /* IE 6 and below */}.subnav p { padding: 0 10px; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) no-repeat 100% -234px;}.subnav p span { display: block; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) repeat-x 0 -207px;}.subnav p.pointer { position: absolute; top: -4px; left: 0; height: 5px; width: 11px; padding: 0; margin-left: 20px; text-indent: -999em; background: url(/jzxy/UploadFiles_333/200911/20091127210925311.png) repeat-x 0 -261px;}.subnav a { display: inline; padding: 0; font-size: 100%;}[class~="subnav"] a { padding: 0 3px;}.subnav, .subnav a:link, .subnav a:visited { color: #235e99;}.subnav a:hover, .subnav a:active { color: #235e99;}.subnav a:hover, .subnav a:active { font-weight: normal; background: none; border-bottom: 2px solid;}/* subnav position and pointer position */#subnav1 { left: 120px; }#subnav2 { left: 230px; }#subnav3 { left: 340px; }#subnav4 { left: 450px; }#subnav5, #subnav6, #subnav7 { left: auto; right: 0px;}#subnav1 .pointer,#subnav2 .pointer,#subnav3 .pointer,#subnav4 .pointer { left: 30px; }#subnav5 .pointer { left: auto; right: 290px; }#subnav6 .pointer { left: auto; right: 180px; }#subnav7 .pointer { left: auto; right: 70px; }#subnav1, #subnav2, #subnav3, #subnav4 { min-width: 110px;}#subnav5 { min-width: 340px; }#subnav6 { min-width: 240px; }#subnav7 { min-width: 130px; }/* Note==========================================================*/.note { margin: 0 15px 10px; color:#666666;}.note span{ float:right;}.disable { display: none;}--></style><script type="text/javascript">Function $ (id) {return document. getElementById (id);} function showMenu (baseID, divID) {baseID = $ (baseID); divID = $ (divID); if (showMenu. timer) clearTimeout (showMenu. timer); hideCur (); divID. style. display = 'block'; showMenu. cur = divID; if (! DivID. isCreate) {divID. isCreate = true; // divID. timer = 0; divID. onmouseover = function () {if (showMenu. timer) clearTimeout (showMenu. timer); hideCur (); divID. style. display = 'block';}; function hide () {showMenu. timer = setTimeout (function () {divID. style. display = 'none' ;}, 1000) ;}divid. onmouseout = hide; baseID. onmouseout = hide;} function hideCur () {showMenu. cur & (showMenu. cur. style. display = 'none ');}}</script></head><body><div class="nav"><div class="navinner"> <ul class="navlist"> <li>Homepage</li> <li>Asp tutorial<div class="subnav disable" id="subnav1"> <p class="pointer">.</p> <p>Basic tutorial | instance tutorial | advanced tutorial | component tutorial</p> </div> </li> <li>Javascript tutorial<div class="subnav disable" id="subnav2"> <p class="pointer">.</p> <p>Basic tutorial | instance tutorial | advanced tutorial</p> </div> </li> <li>Website operation<div class="subnav disable" id="subnav3"> <p class="pointer">.</p> <p>Website creation experience | planning profit | search optimization | website promotion | free resources</p> </div> </li> <li>Css<div class="subnav disable" id="subnav4"> <p class="pointer">.</p> <p>Cool site recommendation | webpage design | WEB standards | design activities</p> </div> </li> <li>Network programming<div class="subnav disable" id="subnav5"> <p class="pointer">.</p> <p>Asp Programming | Php programming |. Net programming | Xml programming | Access | Mssql | Mysql</p> </div> </li> <li>Alliance information<div class="subnav disable" id="subnav6"> <p class="pointer">.</p> <p>Alliance News | Alliance Introduction</p> </div> </li> <li>Server<div class="subnav disable" id="subnav7"> <p class="pointer">.</p> <p>Web server | Ftp server</p> </div> </li> </ul></div> </div><br><br><br><br><br><br><br></div><p>For more code, visit: Guoluo collection</p></body></html>
Tip: you can modify some code before running

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.