<!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</a>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> <style type="text/css"> <!-- div#navcontainer { font-family: arial; font-weight: bold; background: #642; position: absolute; right: 0px; margin: 0; padding: 10px; border: 0; } div#navcontainer ul { display: inline; margin: 0; padding: 0; list-style: none; border: solid 1px #642; } div#navcontainer h2 { border: solid 1px #642; padding: 4px; text-align: center; } div#navcontainer ul li { display: inline; margin: 0; } div#navcontainer ul li a { color: #a10; background: #ffc; margin: 0; padding: 2px 5px 2px 5px; text-decoration: none; } div#navcontainer ul li a:hover { background: #e8db6f; border-bottom: solid 9px #ffc; } --> </style> </head> <body> <div id="navcontainer"> <ul id="navlist"> <li id="active"><a href="#" id="current">Item one</a></li> <li><a href="#">Item two</a></li> <li><a href="#">Item three</a></li> <li><a href="#">Item four</a></li> <li><a href="#">Item five</a></li> </ul> </div> </body> </html>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]