Hallo,
ich hab ein kleines Problem:
<div class="search">
<div>
<form><input type="text" / value="SEARCH"></form>
</div>
</div>
STYLE:
.search {
position:relative;
top:10px;
padding : 0px;
background-color:red;
}
form {margin:0px;}
input{border:0px;background-color:#CFE0F4;}
IE und MOZ interpretieren das unterschiedlich. Der IE macht über und unter dem Feld ein Pixel abstand. Beim Mozilla sitzt das Feld perfekt im Div.
Jemand eine Idee??