I have a real estate website from point2agent. I am using the following code to fix the width of my website. It appears fine in IE but in safari, Chrome, and Firefox I have to scroll sidewayz. I can’t figure out what is causing the header section to float in FF. Can you help?..
My website address is TheCondoSeller.Com
<STYLE type=text/css>
<!--
form {
margin-top: 5px;
background-color : #FFFFFF;
}
.DesktopDefaultPage { background-color : #003366; margin-left: auto; margin-right: auto; max-width: 1000px; padding-left: [removed]document.body.clientWidth > 1000 ? (document.body.clientWidth-1000)/2 + "px":0); padding-right: [removed]document.body.clientWidth > 1000 ? (document.body.clientWidth-1000)/2 + "px":0); }
.DesktopPortalFooterPanel {
background-color : #CCCCCC;
} -->
</STYLE>