Prevent Page Break between 2 div elements
问题 I'm having quite the problem now. It's only bothering in Firefox (Testing with FF10), this bug doesn't happen in Chrome 17 or any IE. Here's the thing. I have a page architecture looking like this <div id="container"> <div id="a"> <img src="foo/bar.png" /> </div> <div id="b"> <div id="c"> <!--short content--> </div> <div id="d"> <!--long content--> </div> </div> </div> EDIT: Some asked for the a part of the CSS. My code here being simplified a lot, here's a simplified version of the css to