Jump to content
php.lv forumi

Recommended Posts

Posted (edited)

Ir šitāds html:

<div style="padding-top:5px; padding-bottom:5px;">
<input type="image" src="images/meklet.gif" onClick="this.submit()" style="border:0px;vertical-align:bottom;"><input type="text" size="20" name="query">
</div>

Uz Firefox viss ir smuki:

[bij bilde]

A uz IE nobīdās:

[bij bilde]

Kāds var līdzēt ar padomu? Jau nomocījies esmu ar šito :(

Edited by john.brown
Posted
<div>
 <input type="image" src="meklet.gif" onClick="this.submit()"
style="float:left;"
	hspace="0"
/><input type="text" name="query"
  	style="border:1px solid #666; float:left;"
 />
</div>

×
×
  • Create New...