Click to See Complete Forum and Search --> : Trouble with div sizing in FF2 but not IE7


dberg
03-14-2008, 11:51 PM
At my website, http://devinberg.com/resume, I am having some trouble with the resizing of my content section when viewing the page in FF2. However it does display as I would expect in IE7.

It appears to be a problem with the min size of 600px set for the div "wrapper" but I am not sure about this. I have attached screen shots of what I am seeing in case it is different for others.

Any help would be appreciated.

ray326
03-15-2008, 12:14 AM
Add overflow:hidden to your wrapper. You're not clearing your floats and IE is displaying it wrong.

dberg
03-15-2008, 12:21 AM
you are super, thank you very much. I have so much to learn...