博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
列表导航栏实例(04)——精美模板赏析
阅读量:6441 次
发布时间:2019-06-23

本文共 1456 字,大约阅读时间需要 4 分钟。

【出处】

一、效果

二、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/WestGarden/archive/2012/09/13/3138326.html

你可能感兴趣的文章
Ibatis.Net 输出SQL语句学习(七)
查看>>
第一章-spring boot快速入门hello world
查看>>
《CLR Via C# 第3版》笔记之(十七) - 线程基础
查看>>
.NET MVC 找不到请求的 .Net Framework Data Provider。可能没有安装
查看>>
how to remove untagged / none images
查看>>
分析Redis架构设计
查看>>
linux scp远程拷贝文件及文件夹
查看>>
n个元素进栈,共有多少种出栈顺序?
查看>>
CodeForces 652C Foe Pairs
查看>>
HDU 1029 Ignatius and the Princess IV
查看>>
H5与Native交互之JSBridge技术
查看>>
干货!从Tomcat执行流程了解jsp是如何被解析的,错误提示是哪里生成的。
查看>>
MFC vs. SDK程序流程
查看>>
web notification api
查看>>
Ubuntu下的终端产生多标签和多标签切换快捷键
查看>>
简单的接口测试实例
查看>>
numpy lib1
查看>>
查找游戏中突然卡机问题小结
查看>>
参数化查询为什么能够防止SQL注入
查看>>
BZOJ1258 [CQOI2007]三角形
查看>>