Loans - Mortgage Calculator - Web directory - Mortgage - Bad Credit Mortgages

PDA

View Full Version : Firefox compatibility


kenbrower
Jan 24th 2008, 3:53 am
I'm having trouble with the following page viewing it in firefox :

http://www.condomman.com/articles/

as you can see in IE it looks fine, but in firefox the footer is off to the right in a new column and text appears out of nowhere.

Anyone have any ideas for a quick-fix?

Many thanks ..

HuggyStudios
Jan 24th 2008, 4:13 am
Add float:left; into the footer might fix it.

kenbrower
Jan 24th 2008, 5:11 am
I just checked, and unfortunately it's already in there ... thanks for the idea though.

richer2004
Jan 24th 2008, 5:21 am
Code in bottom:
<TABLE WIDTH=576 BORDER=0 CELLPADDING=0 CELLSPACING=0>

Try:
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>

kenbrower
Jan 24th 2008, 5:26 am
thank you, I tried that, but with no results. Thanks for the suggestion though..

mds
Jan 24th 2008, 11:17 pm
I'm having trouble with the following page viewing it in firefox :

http://www.condomman.com/articles/

as you can see in IE it looks fine, but in firefox the footer is off to the right in a new column and text appears out of nowhere.

Anyone have any ideas for a quick-fix?

Many thanks ..

Where do you actually want the footer to go, on the left?
It looks good where it is , i viewed with firefox.

Please say specifically where you want the footer, under the sidebar?

libertygone
Jan 24th 2008, 11:28 pm
clear:both;

try that

dnbox
Jan 25th 2008, 3:55 am
<table border="0" cellpadding="0" cellspacing="0" width="576">

change to

<table style="clear:both;" border="0" cellpadding="0" cellspacing="0" width="576">

will working :)