Firefox Footer Display Problem
-
My investment blog website URL is: https://dinvestor.com. The problem has to deal with the display of the footer “disclaimer” bar. On MSIE, it appears at the proper location while not in Firefox. I could not figure out the culprit in both the php and css codes.
My theme is entirely based on the Kubrick theme so the CSS should be nearly identical.
Here are so relevant CSS codes I am using…
#page {
margin: 20px auto 0 auto;
padding: 0;
width: 760px;
height: auto;
}.narrowcolumn {
float: left;
padding: 0 0 0 30px;
margin: 0 0 0 0;
width: 500px;
}#footer {
width: 100%;
clear: both;
}#sidebar
{
padding: 20px 0 10px 0;
margin-left: 545px;
width: 190px;
height: auto;
}Any feedback or suggestions would be greatly appreciated. I prefer Firefox over MSIE and this is the FIRST problem I’ve ever encountered with FIREFOX!!! -_-
- The topic ‘Firefox Footer Display Problem’ is closed to new replies.