I forgot all about min-height.
Well, it appears my problem was related to neither the DIV nor the browser necessarily. I had some nested DIVs at the bottom of the container using floats inside of a master DIV. For some strange reason, I had set the margin bottom of one of the floating DIVs rather then the bottom margin of the master DIV to give me the spacing I wanted. Moved the margin to the correct DIV, the master for the floating ones, and the spacing problem went away. Perhaps I should try sleeping every now and again. I hear it works for some people.
|