`
everlxq
  • 浏览: 103100 次
  • 性别: Icon_minigender_1
  • 来自: 青岛
社区版块
存档分类
最新评论

一些div样式

 
阅读更多
按钮+鼠标移上是样式

	.mybtn {
	background-image: url(/images/button_bgs.jpg);
	background-repeat: repeat-x;
	background-position: -1px -1px;
	text-align:center;
	line-height:100%;
	padding-top:6px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 6px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	cursor:pointer;
	zoom:1;
	outline-width:medium;
	outline-color:invert;
	font-size-adjust:none;
	font-stretch:normal;
	border-top-left-radius:0em;
	border-top-right-radius:0em;
	border-bottom-left-radius:0em;
	border-bottom-right-radius:0em;
	box-shadow:0px 0px 0px rgba(0,0,0,0.2);
	text-shadow:0px 0px 0px rgba(0,0,0,0.3);
	color:#027000;
	border-top-color:#9ec694;
	border-right-color:#9ec694;
	border-bottom-color:#9ec694;
	border-left-color:#9ec694;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	background-attachment:scroll;
	background-repeat: repeat-x;
	background-size:auto;
	background-origin:padding-box;
	background-clip:padding-box;
	float: left;
	letter-spacing: 2px;
	font-family: "新宋体";
}

.mybtn:hover {
 	color:#CC9900;
 	background-image: url(../images/button_bg_on.jpg);
    border-top-color:#dfdd89;
	border-right-color:#dfdd89;
	border-bottom-color:#dfdd89;
	border-left-color:#dfdd89;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
}
  • 大小: 1.5 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics