The page looks like I want it in Firefox, but when viewed with IE, all the content drop under the sidebar. If anyone can give me a clue as to a fix, I would appreciate it! http://www.comerkidkart.com/engines.html The stylesheet is located at http://www.comerkidkart.com/style.css
Not tested. #content{ margin: 0; padding: 0 3% 0 0; /*a px value would be better, {padding-right: 18px;}*/ overflow: hidden; /*establishes new block formatting context*/ } /*Holly Hack triggers hasLayout for IE<7*/ * html #content { height: 1px; } Code (markup): cheers, gary
It is a Good Thing (and in professionally oriented forums, it is expected) that you show exactly how you applied the suggestion you were given. It may be you made an error in application, a typo, or your helper (myself, in this case) missed something. The purpose of the forum is to share. By not posting exactly what you did and describing the result, the rest lose the benefit of your experience. At the risk of repeating myself, "By not posting exactly what you did and describing the result, the rest lose the benefit of your experience." cheers, gary