Mam problem z wyrównanie buttona z polem input. Oto screen:
http://img165.imageshack.us/img165/8011/beztytuubb8.jpg
No i oczywiście fragment kodu:
Kod
<form action="">
<div id="form">
<input type="text" name="newsletter" id="newsletter" value="Tutaj wpisz swój adres..." onblur="if( this.value == '' ) this.value = 'Tutaj wpisz swój adres...';" onfocus="if( this.value == 'Tutaj wpisz swój adres...' ) this.value = '';"/>
<input type="image" src="style_images/submit_newsletter.jpg"/>
</div>
</form>
<div id="form">
<input type="text" name="newsletter" id="newsletter" value="Tutaj wpisz swój adres..." onblur="if( this.value == '' ) this.value = 'Tutaj wpisz swój adres...';" onfocus="if( this.value == 'Tutaj wpisz swój adres...' ) this.value = '';"/>
<input type="image" src="style_images/submit_newsletter.jpg"/>
</div>
</form>
Proszę o pomoc,
pozdrawiam