Fixing Leftover Space
Posted: Tue Jul 28, 2009 11:02 am
This is probably an easy question for a decent CSS person. I just don't know how to answer it.
Let's say I have 3 DIVs stacked vertically on top of each other on the page from top to bottom. Now let's say I take DIV # 2 and use position relative and move the DIV on top of DIV # 1. The problem is that DIV # 3 doesn't move up to use up the unused space and just leaves a gap.
How do I remove that gap, and remove it cross platform?
Let's say I have 3 DIVs stacked vertically on top of each other on the page from top to bottom. Now let's say I take DIV # 2 and use position relative and move the DIV on top of DIV # 1. The problem is that DIV # 3 doesn't move up to use up the unused space and just leaves a gap.
How do I remove that gap, and remove it cross platform?