Hi all,

I'm trying to vertically-align a floating form next to a table, and I'm coming 
up blank. Here's the situation:

------------------------------------ <div>
|------------------                |
||                |     <form>     |
||                |     -----      |
||   <table>      |     |   |      |
||                |     -----      |
||                |                |
|------------------                |
------------------------------------

This <table> is fixed-height in the HTML, but not in the scope of the 
application. I supposed I could programmatically change the CSS along with the 
table, but I'd rather exhaust my options here first. The <div> is unstyled. The 
<form> has float:right.

I've tried the method from this site: 
http://www.student.oulu.fi/~laurirai/www/css/middle/
involving div {display:table-cell} and form {vertical-align:middle}; it isn't 
working in any browser; the form rests along the right edge of the table, at 
the top.

Anyone have any advice with this?

Thanks,

--
Joel J. K. Parker
Project Engineer
Radiance Technologies, Inc.
(662) 279-8679

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to