Click to See Complete Forum and Search --> : How to make fieldset static with the rest of the objects on a page


Gerom7
06-16-2006, 02:06 PM
In the following code: if user will decide to resize window, <fieldsed> in firefox changes it's shape but the table stays static. So if user will decide to minimize window by 50% <fieldset> will resize itself also by 50% and it all happens in a background of a table. Looks kind ugly. Please help.

Part of my code is:

<fieldset style="background-color: #93b9dc; width: 85%; height: 85%; border-color: #000000; border-width: 1px; border-style: ridge; padding: 4%; position: relative; left: 4%; right: 4%; border-bottom: 2%; border-right: 2%">

<table width="75%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff" >
:mad: :rolleyes: :mad:
</table>
</fieldset>

Thanks in advance.


Igor