[thelist] Droopy Text Input Box

McCoy, Alan amccoy at goodmanct.com
Mon Dec 3 09:07:06 CST 2001


Thanks! That did the trick. Still had to add a spacer gif over the input
box (thanks, Tony!) but looks great now.

Alan
_______________________
To do is to be. - Voltaire
To be is to do. - Descartes
Do be do be do. - Sinatra

 

> -----Original Message-----
> From: Chris Blessing [mailto:webguy at mail.rit.edu]
> Sent: Thursday, November 29, 2001 9:52 AM
> To: thelist at lists.evolt.org
> Subject: RE: [thelist] Droopy Text Input Box
> 
> 
> Try reformatting the HTML as such:
> 
> <table height="50" border="0" cellspacing="0" cellpadding="0">
> <form name="form1" action="modules.php" method="post">
> <input type="hidden" name="name" value="Search">
> <input type="hidden" name="file" value="index">
> <input type="hidden" name="op" value="modload">
> <input type="hidden" name="action" value="search">
> <input type="hidden" name="overview" value="1">
> <input type="hidden" name="active_stories" value="1">
> <input type="hidden" name="bool" value="AND">
> <input type="hidden" name="stories_cat" value="">
> <input type="hidden" name="stories_topics" value="">
> <tr>
> <td align="right" valign="top"><img
> src="themes/PNN/images/hdr-searchbutton.jpg"></td>
> <td valign="top"><input class="search" NAME="q" TYPE="text" 
> VALUE=""></td>
> <td valign="top"><input type="image"
> src="themes/PNN/images/hdr-gobutton.jpg" border="0"></td>
> </tr>
> </form>
> </table>
> 
> If your table cells have one "piece" of data in them (i.e. 
> image, textbox
> etc.) try to keep the <TD><stuff></TD> format going, reducing 
> whitespace and
> the chance for formatting issues.  I moved your hidden inputs 
> under the
> <form...> so that there was less of a chance for error in the 
> offending
> table cell. The above code works perfectly for me (IE6).
> 
> Chris Blessing
> webguy at mail.rit.edu
> http://www.330i.net
> 
> > -----Original Message-----
> > From: thelist-admin at lists.evolt.org
> > [mailto:thelist-admin at lists.evolt.org]On Behalf Of McCoy, Alan
> > Sent: Thursday, November 29, 2001 9:29 AM
> > To: thelist at lists.evolt.org
> > Subject: [thelist] Droopy Text Input Box
> >
> >
> > I'm having a problem with a text box in a form at
> > http://64.224.99.12/index.php. It's the search box at the 
> top right of
> > the page. As you can see, the input box droops down a bit 
> below the top
> > light blue bar. It should be vertically centered in that bar.
> >
> > Here's the code in question:
> >
> > <table height="50" border="0" cellspacing="0" cellpadding="0">
> > <form name="form1" action="modules.php" method="post"><tr>
> > <td align="right" valign="top"><img
> > src="themes/PNN/images/hdr-searchbutton.jpg"></td>
> > <td valign="top">
> > <input type="hidden" name="name" value="Search">
> > <input type="hidden" name="file" value="index">
> > <input type="hidden" name="op" value="modload">
> > <input type="hidden" name="action" value="search">
> > <input type="hidden" name="overview" value="1">
> > <input type="hidden" name="active_stories" value="1">
> > <input type="hidden" name="bool" value="AND">
> > <input type="hidden" name="stories_cat" value="">
> > <input type="hidden" name="stories_topics" value="">
> > <input class="search" NAME="q" TYPE="text" VALUE="">
> > <input type="image" src="themes/PNN/images/hdr-gobutton.jpg"
> > border="0"></td>
> > </tr></form>
> > </table>
> >
> > Any idea what's making that input box sag?
> >
> > Thanks!
> >
> > Alan
> > _______________________
> > To do is to be. - Voltaire
> > To be is to do. - Descartes
> > Do be do be do. - Sinatra
> >
> >
> >
> > ---------------------------------------
> > For unsubscribe and other options, including
> > the Tip Harvester and archive of TheList go to:
> > http://lists.evolt.org Workers of the Web, evolt !
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 
> 




More information about the thelist mailing list