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%...
Search Result
Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
-
Fieldset height
Hello,
I have a <fieldset> in a <TD>. I want the fieldset to be as high as
the TD.
Setting the fieldset's height to 100% works in IE. Opera ignores it.
Firefox & Netscape 7.1 give it the height of the whole page. Any
suggestions? Here is my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>...