Hi. Posted this the other day and didn't see any
answers. Please help if you can. 


I have a select box set up with a 20px image as
the submit button. I've tried several approaches to
get the select box and the button to line up so that
they're more or less vertically centered (the gif is
taller than the select box. I'd like the select box to
appear left of the gif, equidistant from the top and
bottom of the gif. None (adjusting margins, padding,
placement on each element, placing them in a container
div, etc) seem to work.  

The offending button can be seen at
www.thedebauchers.com/align.php


I'm using this code: 
<div style="position:absolute;
top:300px;left:300px;height:100px;width:200px;">

<img src="test.gif" height="67px" align="left"> 
Select your zip code

<form method="post" action="whatever.php">
<select name="zip">
<option> 60701</option>
<option> 60706</option>
</select>
<input type="image" src="arrow.gif"  />

</form>
</div> 



                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to