Click to See Complete Forum and Search --> : Layout issues with FF and IE


bingecoder
10-08-2007, 04:15 PM
I have a three column layout :

---------- ---------- ----------
---------- ---------- ----------
---------- ---------- ----------


---------- ----------
---------- ----------
---------- ----------



The three colums are ok in IE , but in Firefox only two columns show with the last columns coming under the second ( middle) .

My dimensions add up , and the layout works well in IE. Is there a fix for this ?

WebJoel
10-08-2007, 05:28 PM
Nice explaining this. But, -got code? :o

David Harrison
10-11-2007, 08:49 AM
My guess would be that it's a box model issue, and that you've set the widths to the correct values, then added some borders or padding (or even just left the padding at the default browser values). In Firefox (and all good browsers (and IE7 which is NOT a good browser)) the padding and borders are added onto the width and height, not included within it as in the fatally flawed IE which dares to be different at it's own expense.