[css-d] Footer not occupying full width of containing DIV in IE6

2006-09-22 Thread trystano
This is very strange. I seem to have fixed the IE 6.0 issue, but now I have the issue in Firefox. The footer seems to now be expanding outside of the main containing DIV. I have put borders around the main DIVs on the page so that you can clearly see the footer breaking out.

[css-d] Footer not occupying full width of containing DIV in IE6

2006-09-21 Thread trystano
Hi all, I managed to solve my previous footer issue by adding a clearing DIV, but now I have another issue, which is with the footers width. How can I get the footer to stretch the full width that is used by the main outer DIV (page-home). without have to force in a width value? I

Re: [css-d] Footer not occupying full width of containing DIV in IE6

2006-09-21 Thread Steve Clason
[EMAIL PROTECTED] wrote: How can I get the footer to stretch the full width that is used by the main outer DIV (page-home). without have to force in a width value? I thought if I used width 100% this would do it, but the width of the footer in IE falls well about 20-30 pixels short. Do