Resetting DIVs based on stacking order
If I place a left column div as a float for example and specify its width at say 200px. Then if I add another "main"DIV as relatively positioned the 2 divs line up with one another correctly. When changing the width of the left column to 150px the "main" div stays at it's original position and does not adjust to fill up the space that the left column is no longer using. Was wondering how i'd get the "main" div to gain the left over space? in this case 50px. Thanks
|