@Psymon --- I had another thought about your "place-holder" divs that contain the nbsp. Does it behave better if you add display:none to the styling for that div, and not drop down?
For example:
<div style="display:none">& n b s p ;</div> (of course, you would use the normal nbsp code, not this pseudo-code)
|