/* main content */
#site_content
{ width: 100%;
overflow: hidden;
margin: 5px 0px 0px 0px;
background: #FFF;
}
The overflow in function works in all browsers apart from firefox? is there a work around or something i am missing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it’s
#mainwhich should have theoverflow:hidden, it’s that div which needs to contain the floated logo and site contentalternatively
clear:bothon#site_contentmight also do it.. I didn’t look to see what where or why, but#mainshould be the “main” containerPS: also don’t know if it’s a typo but you have a stray
brright after the openingheadtag which is closing it, and making all your styles and scripts go inside thebodyelement