日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

列表导航栏实例(04)——精美模板赏析

發布時間:2024/4/15 编程问答 26 豆豆
生活随笔 收集整理的這篇文章主要介紹了 列表导航栏实例(04)——精美模板赏析 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

【出處】http://www.instantshift.com/2009/09/29/99-high-quality-free-xhtmlcss-templates/

一、效果

二、HTML

<!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=utf-8" /><link href="css/reset.css" rel="stylesheet" type="text/css" /><link href="css/layout.css" rel="stylesheet" type="text/css" /><title>無標題頁</title> </head> <body><div id="container"><div id="masthead"><h1><a href="#">Portfolio Web Design</a></h1><ul><li id="home"><a href="">Home</a></li><li id="portfolio"><a href="#">Portfolio</a></li><li id="services"><a href="#">Services</a></li><li id="contact"><a href="#">Contact</a></li></ul></div></div> </body> </html>

?

三、CSS

body {background:#ccc url(../images/body-bg.jpg) repeat-x 0 0; } #container {width:950px;margin:0 auto; } #masthead h1 {display:block;float:left;width:269px;height:121px;text-indent:-9999px; } #masthead h1 a {display:block;width:100%;height:100%;background:url(../images/logo.jpg) no-repeat 0 0;outline:none; } #masthead ul {display:block;float:left;height:121px;list-style:none;background:url(../images/nav-sprite.jpg) no-repeat 0 0; } #masthead ul li {display:block;height:121px;float:left; } #home {width:115px; } #portfolio {width:160px; } #services {width:144px; } #contact {width:147px; } #masthead ul li a {display:block;width:100%;height:100%;text-indent:-9999px;outline:none; } li#home a:hover {background:url(../images/nav-sprite.jpg) no-repeat 0 -121px; } li#portfolio a:hover {background:url(../images/nav-sprite.jpg) no-repeat -115px -121px; } li#services a:hover {background:url(../images/nav-sprite.jpg) no-repeat -275px -121px; } li#contact a:hover {background:url(../images/nav-sprite.jpg) no-repeat -419px -121px; }


?

轉載于:https://www.cnblogs.com/java20130723/archive/2012/09/13/3211596.html

總結

以上是生活随笔為你收集整理的列表导航栏实例(04)——精美模板赏析的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。