My problem is that I have two (or more) divs on top of each other, and I would like to have them be spaced from each other. I could use margin, but I only want the space between the divs, without an extra space below the last or above the first.
Green is where I want the space, red is where I don't want it.
I've thought of a few ways to deal with this:
- Since
<br />is too much space, I could make a span that applies the height I desire. The problem with this being I have to put it each time. - I could apply a smaller/negative margin to the header/bottom so that it gives height I want when margins applied. If I put something between the header and the 1st div, it would mess up.
Since these both seem overly complicated, I am hoping that someone can think of a clever way around this problem.
Details: Sometimes these divs would be by themselves, and on a rare occasion floated.
Any advice on how above ideas could be better, any new ideas, or just help in general would be greatly appreciated ;)


