[css-d] content div not attaching to footer

2008-08-24 Thread Gianni Wise
This must seem like a basic question to some of you but I have not been able to find the answer through the archives.. nor through my own late hours at this first css layout site I am doing. Basically I have 2 divs - right and left inside a main content div which has a white background

Re: [css-d] content div not attaching to footer

2008-08-24 Thread David Laakso
Gianni Wise wrote: Basically I have 2 divs - right and left inside a main content div which has a white background color. The white bground content div does not go right down to the footer. It works OK in Dreamweaver but not in Fireworks or Safari (latest versions). But it is OK in IE

Re: [css-d] content div not attaching to footer

2008-08-24 Thread Gianni Wise
You can't trust any editor's viewer, not even DWs. Test only in your target browsers. Add to provide default browser margin/padding: html, body {margin:0;padding:0;} #content{ overflow:hidden; :: add to contain the floats } Amend: #footer{ padding: 10px 0; -::add