Allego CSS funzionante su IE e FF:
#but_img:link {
float: right;
display: compact;
list-style: none;
width: 10px;
height: 9px;
background-color: #c4c4c4;
position: relative;
margin-left: 3;
margin-top: 3px;
font-size: 1px;
}
#but_img:visited {
float: right;
display: compact;
list-style: none;
width: 10px;
height: 9px;
background-color: #c4c4c4;
position: relative;
margin-left: 3;
margin-top: 3px;
font-size: 1px;
}
#but_img:hover {
float: right;
display: inline;
list-style: none;
width: 10px;
height: 9px;
margin-left: 0;
padding-left: 0;
background-color: #890b13;
margin-left: 3;
margin-top: 3px; }
#but_img:focus {
float: right;
display: inline;
list-style: none;
width: 10px;
height: 9px;
margin-left: 0;
padding-left: 0;
background-color: #890b13;
margin-left: 3;
margin-top: 3px; }
#but_img:active {
float: right;
display: inline;
list-style: none;
width: 10px;
height: 9px;
margin-left: 0;
padding-left: 0;
background-color: #890b13;
margin-left: 3;
margin-top: 3px; }

Rispondi quotando