I wonder if anyone could help with my latest zoom search question....
On the site http://www.thecommissionsharer.com I'd like the search to be generated by typing in the search box at the top and actioned by clicking the search.png.
I'm having trouble getting the search.png to 'become' the search button.
I've used the following html in the search fragment:
<form method="get" action="http://www.thecommissionsharer.com/search.php">
<table cellpadding="0px" cellspacing="0px">
<tr>
<td style="border-style:none">
<input type="text" name="zoom_query" style="width:311px; border:0px solid; height:30px; padding:0px 3px; position:relative;">
</td>
<td style="border-style:none">
<input.zoom_button { background: transparent url(search.png) no-repeat center top; }>
</td>
</tr>
</table>
</form>
I've also tried adding this html to the search.png itself:
input.zoom_button { background: transparent url(search.png) no-repeat center top; }
Perhaps unsurprisingly this doesnt work.. any pointers would be gratefully received! I've checked all the support and searched the forum for similar problems, but haven't managed to find an answer that got it to work for me.
Thanks
Rich
On the site http://www.thecommissionsharer.com I'd like the search to be generated by typing in the search box at the top and actioned by clicking the search.png.
I'm having trouble getting the search.png to 'become' the search button.
I've used the following html in the search fragment:
<form method="get" action="http://www.thecommissionsharer.com/search.php">
<table cellpadding="0px" cellspacing="0px">
<tr>
<td style="border-style:none">
<input type="text" name="zoom_query" style="width:311px; border:0px solid; height:30px; padding:0px 3px; position:relative;">
</td>
<td style="border-style:none">
<input.zoom_button { background: transparent url(search.png) no-repeat center top; }>
</td>
</tr>
</table>
</form>
I've also tried adding this html to the search.png itself:
input.zoom_button { background: transparent url(search.png) no-repeat center top; }
Perhaps unsurprisingly this doesnt work.. any pointers would be gratefully received! I've checked all the support and searched the forum for similar problems, but haven't managed to find an answer that got it to work for me.
Thanks
Rich
Comment