Well I can tell its the DIV spacing, but something that is NOT friendly with firefox;
<iframe src=" http://rcm-ca.amazon.ca/e/cm?t=fries...1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
Ok, this is your main problem:
The content in the center column has a font size, which is correct in Internet Explorer, and therefore the size of the DIV/TABLE for the center column has been increased.
In firefox, the content has a smaller font size, and therefore it uses less space. Your iframe and images in the left column therefore overlap the footer, as this column does not "push" the content down (increasing the table/div without a height attribute).
To show what I mean by "push", see my link (hover over a link in the menu and the page goes smaller - doesnt work on firefox it is a deveopment):
http://cjnet.info/pages/projects/index.html
Last edited by cj-real; 11-23-2007 at 12:00 PM..
|