IE fine - Firefox Not, please take a look at my condo site
Posted: 24 November 2008 01:16 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-11-24

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
-top5px;
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
Profile
 
 
Posted: 21 May 2009 10:22 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  7
Joined  2009-05-21

make your first three tables with width=“1000” not with width=“100%” and all is perfect :)

http://img200.imageshack.us/img200/6143/screenshotu.jpg

Profile