Knap / tekst rykker sig i IE
Teksten i min knap (button) rykker sig i IE, når man klikker på den. Det er bare en pixel ned og en pixel til højre. Har testet lidt rundt omkring og det ser ud til at andre sider har samme problem (hvis det er et problem).anyway, kan man undgå at teksten i knappen rykker sig?
Smider lige lidt kode med:
<div id="indexedsearchbox"><form action="index.php?id=7" method="post" id="indexedsearch"><div class="indexedsearchbox-sword"><input type="hidden" value="0" name="tx_indexedsearch[type]"/><input name="tx_indexedsearch[sword]" value="Søgeord" class="indexedsearchbox-sword" type="text" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/></div><div class="indexedsearchbox-submit"><input type="hidden" name="tx_indexedsearch[sections]" value="0" /><input type="submit" name="tx_indexedsearch[submit_button]" class="indexedsearchbox-submit" value="Search" /></div></form></div>