|
Posted by Ben C on February 13, 2007, 5:55 pm
Please log in for more thread options
> Hey guys, i am having trouble with getting the heights corrected on my
> fieldset. Right now i have 2 table cells side by side. And inside of
> each there is a field set. The fieldset to the right is longer then
> the one to the left. So the one to the left centers itself virticaly
> to the cell. Is there any way i can eather raise it all the way to
> the top or make the height 100% of the cell? I have tried height=100%
> and a few other things with no luck. Here is my code:
td {vertical-align: top} should align it to the top (in a <style>
element in the <head> for example).
|