CSS制作的一款非常简单的韩国风格菜单
1. <!DOCTYPE html PUBLIC "-//W
2. <html xmlns="http://www.w3.org/1999/xhtml">
3. <head>
4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5. <title>www.webjx.com</title>
6. <style type="text/css">
7. <!–
8. * {font-size:13px;font-family:Arial;}
9. #nav li {list-style:none; width:200px; margin-top:5px;padding:4px 6px;}
10. #nav li a {text-decoration:none; color:#666;} [中国站长站]
11. #nav li a:hover {color:#000;}
12. .aa {border-top:4px solid #7BC110; background:#be6;}
13. .bb {border-top:4px solid #ff9900; background:#fc3;}
14. .cc {border-top:4px solid #ff66ff; background:#fcf;}
15. –>
16. </style>
17. </head>
18. <body>
19. <ul id="nav">
20. <li class="aa"><a href="/">CSS Templates Free Download </a></li>
21. <li class="bb"><a href="/">CSS WebSites Showcase </a></li>
22. <li class="cc"><a href="/">CSS Web Design Article </a></li>
23. </ul>
24. </body>
25. </html>
本文固定链接: http://www.nuniao.com/made-a-very-simple-css-korea-style-menu.html | 驽鸟公寓
最活跃的读者