<style type="text/css">
ul{
list-style:none;
margin:0;
padding:0;
}
li{
display:block;
float:left;
width:150px;
height:30px;
padding-right:10px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
}
li label{
display:block;
width:150px;
height:30px;
background-image:url(/images/butt3.png);
background-repeat:no-repeat;
background-position:center;
}
.radio{
position:absolute;
z-index:-2000;
}
</style> |