Nieuw lid |
|
Door onderstaande code, gaat de header afbeelding omlaag in ff en krijg ik een witruimte. In IE is dit echter niet zo en krijg ik dus geen wit rand, precies wat de bedoeling is.
<div style=" margin-left:463px; margin-top:21px">
<form id="form1" name="form1" method="post" action="">
<input name="textfield" type="text" id="textfield" style="width:150px; font-style:italic; color:#CCCCCC; font-size:12px" value="Zoek..." size="20" onfocus="if (this.value == 'Zoek...') this.value = '';"/>
<input type="submit" name="button" id="button" value="Ga" />
</form>
</div>
<div style=" margin-left:463px; margin-top:21px"> <form id="form1" name="form1" method="post" action=""> <input name="textfield" type="text" id="textfield" style="width:150px; font-style:italic; color:#CCCCCC; font-size:12px" value="Zoek..." size="20" onfocus="if (this.value == 'Zoek...') this.value = '';"/> <input type="submit" name="button" id="button" value="Ga" /> </form> </div>
|