I have the next html code:
<div id="panel" style="width:100%; height: auto;position:relative; overflow: auto;">
<fieldset style="position:relative; width: 48%;float:left;">
...
</fieldset id="A" style="position:relative; width: 48%;float:left;">
<fieldset id="B" style="position:relative; width: 48%;float:left;">
...
</fieldset>
</div>
When I execute the page both fit correctly one left and the another right. My problem is when I reduce (when I resize) the explorer. Of course B set under A fieldset but the width is set to 47%. I would like to fit it in this situation to 100% and when the I expand the explorer to fit again to 47%. I hope I was clear if not ask me.
Could some body give me some idea? maybe using jquery, css, I don't know