Re: Search box
by "rudy" <r937(at)interlog.com>
|
Date: |
Sat, 17 Nov 2001 10:51:08 -0500 |
To: |
<hwg-techniques(at)hwg.org>, "tamara" <tamara(at)abbeyink.com> |
|
todo: View
Thread,
Original
|
|
>I have a search form from Atomz that I'm trying to incorporate into a page
>at http://www.abbeyink.com/MiaGalleria/
>
>This page is still in the re-design stage, but that box at the top is
>driving me nuts. Currently, it's perfect in Opera 5.12, but I can't seem
> to get it set correctly for IE or NN.
hi tamara
looks pretty good in win ie5
anyhow, here's your code:
<tr>
<!-- search table -->
<form method="get" action="http://search.atomz.com/search/">
<td class="maroon" colspan="5">
<div align="right">
<input size="10" maxlength="35" name="sp-q" />
<input type="submit" value="Search" />
<input type="hidden" name="sp-a" value="sp10017342" />
</div>
</td>
</form>
<!-- end search table -->
</tr>
try removing the div and putting the align in the td
try adding valign=bottom to the td
try removing the which introduces a line-height of text (you're
using a spacer image on the page anyway, so using it here too won't hurt)
if all that doesn't work, add some more cellpadding (maybe nest another
table) and then the mis-alignment -- that is what you were worrying about,
right? -- won't be as noticeable
oh, and if you move your form tags outside the table, it won't give a
validation error
rudy
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA