PDA

View Full Version : footer bug in IE (FF is fine)


Jen
7th August 06, 05:03 PM
Hi,

I'm having a problem with footer height bug in IE! :(

See the footer at homepage: www.tribolis.com - incorrect
And look at the footer in subpage: www.tribolis.com/hosting.php - correct

My top height footer should be 10px, the rest of subpages are working except front page! I think it is causing with 3 columns (in homepage).

Here is quick codes:
#footer {
clear: both;
padding: 20px 0 0 10px;
}

div[id=footer] {
padding-top: -10px;
}

Any clue how do I fix it? Cheers

Game Makker
7th August 06, 07:04 PM
What version of IE is it because I can't notice a problem in the version I'm on? Hope I can try help.

EDIT: Quick fix could be to include a style that is located on the page itaself to adjust the top-margin... But like I said it is a bit of a cheap fix rather than a correct adjustment

lifeonmars
14th August 06, 06:28 PM
I honestly don't see a difference at all.