the eye

The DIV-Boogie Bug

I noticed on my wiki page that two unpositioned DIVs (zero top/bottom margins) adjacent to each other would move related to each other as links were hovered in each DIV, and tracked this down to an obscure bug where if a block-level item with some margin was at the end of the first DIV, it would cause the shuffle of the second when :hovering the links.
It needs:

Notice that the page is not reflowing when :hovering links, so the text-decoration is not doing anything other than triggering the margin flowing out of the containing element. Here is a test link to play with.

Here is the following DIV, this should move up as you :hover over this link. :hovering over any of the links in the first DIV, should shunt this DIV back down. It doesn't in FireBird V0.6.