Posted by Vince Morgan on 12/27/07 09:01
"Aaron Gray" <ang.usenet@gmail.com> wrote in message
news:5tg6geF19pba4U1@mid.individual.net...
> Hi,
>
> I am having problems with a form taking too much vertical space.
>
> The test example is here :-
>
> http://www.aarongray.org/Test/HTML/Form/test.html
>
If you put the form tags outside the div you don't have the problem in IE6,
or Mozilla.
Ie:
<form method="post" action="test.html">
<div id="header-right">
<input type="text" name="query" size="40" value="">
<input type="submit" name="submit" value="Search">
</div>
</form>
Can't say that it's good form to do so, but it works.
HTH
Vince
[Back to original message]
|