Может приведете рабочий пример (если возможно то на укозовской форме поиска)? Был бы очень благодарен... Вот линки на имеджи:


Код: Выделить всё
<style>
.leftsearch {
width: 20px;
height: 19px;
background-image: url(/searchfield_leftcap.png);
}
.centersearch {
width: 120px;
height: 19px;
background: url(/searchfield_repeat.png) top left repeat-x;
}
.rightsearch {
width: 10px;
height: 19px;
background-image: url(/searchfield_rightcap.png);
}
</style>
<form onsubmit="this.sfSbm.disabled=true" action="search" method="post">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="leftsearch">
<input style="width:20px; height:19px;" type="image" src="/searchfield_leftcap.png" size="20" name="sfSbm"
alt="Поиск" title="Поиск">
</td>
<td class="centersearch">
<input maxLength="60" name="query" type="text" style="font-size:11px;border:0px;">
</td>
<td class="rightsearch">
<input type="hidden" value="14" name="a">
</td>
</tr>
</table>
</form>