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
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