<div class="panel" id="Panel1">
<fieldset style="position: absolute; top:8px; left: 136px; width: 136px; height: 64px;">
<legend> </legend>
<div class="Label" id="Label1" style="position: absolute; top:8px; left: 16px; width: 81px; height: 14px;">Hello world</div>
<div class="tLabel" id="Label2" style="position: absolute; top:32px; left: 16px; width: 54px; height: 14px;">A second piece of text</div>
</fieldset>
</div>
I am a CSS newbie and have googled & seen a lot of confllicting info on this.
If I want positioning, where does the style go? On the enclosing DIV? On the enclosed fieldset? On what the fieldset encloses? Some permutation thereof?
Do I even need an enclosing DIV around a FIELDSET?