Hallo,
habe ein kleines IE problem.
Mein "input submit" wird in IE von der höhe genau wie mein "a" angezeigt, im FF ist das "a" oben und unten 1px kleiner. Was mache ich falsch?
habe ein kleines IE problem.
Mein "input submit" wird in IE von der höhe genau wie mein "a" angezeigt, im FF ist das "a" oben und unten 1px kleiner. Was mache ich falsch?
Code:
input.button, a.aButton {
margin: 0px 10px 0px 0px;
background-color: #EAEAEE;
border: 1px #CFCFD3 solid;
font-size: 11px;
font-weight: bold;
color: #000000;
padding:5px;
}
input.button{
padding:5px ;
}
input.button:hover, .aButton:hover {
background-color: #DEDEE4;
}