View Single Post
Unread 07-30-2008, 04:49 PM
jtg
Posts: n/a
  #2  
Default

Firefox and IE calculate the height of a box differently. When Firefox's contents is "floating" (and thereby not "within" the box) it reduces the box down to only its margin and padding. IE, on the other hand, still counts the "floating" contents as being "within." At least, this is my diagnosis without having seen any of your code.

Edit the parent div CSS to include a "min-height: xxxxx" This handy command is ignored by IE, but will bully Firefox into making that box at least whatever height you dictate.
Reply With Quote