⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 imagemenu.css

📁 ajax图片菜单!~学习ajax的必备
💻 CSS
字号:
/**************************************************************	Image Menu	v 2.2**************************************************************/#imageMenu {	position: relative;	width: 500px;	height: 200px;	overflow: hidden;}#imageMenu ul {	list-style: none;	margin: 0px;	display: block;	height: 200px;	width: 1000px;		}#imageMenu ul li {	float: left;}#imageMenu ul li a {	text-indent: -1000px;	background:#FFFFFF none repeat scroll 0%;	border-right: 2px solid #fff;	cursor:pointer;	display:block;	overflow:hidden;	width:98px;	height: 200px;}#imageMenu ul li.landscapes a {	background: url(images/landscapes.jpg) repeat scroll 0%;}#imageMenu ul li.people a {	background: url(images/people.jpg) repeat scroll 0%;}#imageMenu ul li.nature a {	background: url(images/nature.jpg) repeat scroll 0%;}#imageMenu ul li.urban a {	background: url(images/urban.jpg) repeat scroll 0%;}#imageMenu ul li.abstract a {	background: url(images/abstract.jpg) repeat scroll 0%;	width: 310px;}.clear {	clear: both;}/*************************************************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -