I have sorted out the problem with the search box being higher than the end images in IE,
i would like the search box bigger still,
so i found another script online where only one image is used as the background, it seems to work cross browser, but i cant get the thing to work as it should with my google custom search.
- Code: Select all
<form action="http://www.unusualdover.com/doversearch/results.html" id="searchbox_015885508608494862564:cqn7_fadke0" method="GET">
<table bgcolor="#FFFFFF" cellpadding="0px" cellspacing="0px">
<tr>
<td style="border-style:none;">
<div style="background: url(roundbox.gif) no-repeat left top; padding: 0px; height: 40px;">
<input type="text" name="zoom_query" style="border: none; font:30px 'Lucida Grande', Geneva, Arial, sans-serif;background-color: transparent; width: 300px; height: 40px; padding-left: 5px; padding-right: 5px;">
</div>
</td>
<td style="border-style:none;">
<input type="hidden" name="cx" value="015885508608494862564:cqn7_fadke0" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="submit" value="" style="border-style: none; background: url('searchbutton1.gif') no-repeat; width: 81px; height: 40px;">
</td>
</tr>
</table>
</form>
this looks all nice with the search box and images, but doesnt search properly, it takes me to the results page, but with no results
