How do you make a section appear to not exist, so lets say we have two fieldsets, both floated and if the second was visible you would see it to the right of the first one.
fine, but I want the second fieldset to be hidden, and so the first fieldset actually align centrally within its containing div.
so it looks like there is only one central column, but when a certain selection is made the column shifts to the left and the second fieldset is displayed to the right, but they are both central positioned.
I've tried..
but it doesn't work, display:none seems to work for elements going down the page, how do you make it work going across the page?
thanks
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
fine, but I want the second fieldset to be hidden, and so the first fieldset actually align centrally within its containing div.
so it looks like there is only one central column, but when a certain selection is made the column shifts to the left and the second fieldset is displayed to the right, but they are both central positioned.
I've tried..
Code:
<fieldset style="display:none;visibility:hidden;position:absolute;">
thanks
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.