2013/2/2
控制元素位置一般用div包裹下,容易操作
/*一款按钮css*/
.button1{
background-color: #ffffff;
cursor:hand;
width: 161px;
height: 41px;
background-image: url(.....);
background-repeat: no-repeat;
background-position: center;
text-align: center;
border: none;
}
/*提示文字底板*/
.spanVal {
background-color: #FFFFCD;
font-size: 12px;
padding: 3px;
width:220px;
height:14px;
border: 3px #E7C437 solid;
}