网页代码库


其它代码

CSS模仿IE警告信息栏

看看效果 2008.10.13

xhtml部分

<div id="warning">
	<a href="http://www.butong.net/">网页代码库 - 分享web前端技术</a>
</div>

css部分

#warning {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	font: message-box;
}
#warning a {
	display: block;
	color: #000;
	background: #FFFFE1;
	border-bottom: 2px outset #ACA899;
	padding: 8px 0 5px 0;
	width: 100%;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
#warning a:hover {
	color: #FFF;
	background: #316AC5;
}

关于我

站长:皮成,致力于web前端技术。

网站:收集以web前端技术实现的网页实例,探讨网页实例背后的web前端技术。

Email:Strict.dtd[at]Gmail.com QQ:52541666