OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Problem with valign and Select boxes
This page's ID:
11062
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hi All, it's a been a while since I've posted, I hopw you're all well. I've got a problem with aligning a couple of select boxes in a table, [code]<td height="56" align="right" valign="bottom"><form name="form1" id="form1" method="post" action=""> <table width="150" border="0" cellpadding="0" cellspacing="1" class="title"> <tr> <td align="right" class="main">Buddy: </td> <td align="right" class="main"><select name="select3"> <option>Select Buddy</option> </select></td> <td align="right" class="main">Bike: </td> <td align="right" class="main"><select name="select2"> <option>Select Bike</option> </select></td> </tr> </table> </form></td>[/code] Now what I want to do is valign the select boxes, or indeed the table they are held within to either the bottom or middle, but nothing seems to work when I view in IE6. The class main looks like this... [code]td.main { padding:5px 5px 5px 5px; font-family:verdana, arial, helvetica, sans-serif; color:#666666; font-size: small; background-color: #fFFFFF; }[/code] I don't see how this will effect my problem here, any help or guidance would be much appreciated. Cheers, Blaise
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »