Forum Moderators: not2easy
input.button {
border: #000 solid 1px;
display: block
float: left;
height: 18px;
margin: 0px;
padding: 0px;
}
I would imagine it should measure (top-border to bottom-border) 20px yet Gecko, Presto, and Webkit have decided it's height should only be 18px. Trident renders it as 20px in total height as intended.
- John
[edited by: Xapti at 4:46 am (utc) on Oct. 8, 2007]