Virtuallee wrote:
I'm having problems figuring out why the left hand side background towards the bottom of this page is not showing (I get a white background to the left and below the green footer).

body takes not the height of html

Also, in Firefox, the right hand column with the 2 boxes is moving out to the right. In IE, it's fine.

IE/Win is incorrect, the margin-right: 38px relies on the doubled margin bug on floats

http://www.virtuallee.co.uk/AmyBarnes/index_ori.html

html { height:100% }

body {
        _height: 100%; /* better use CC to serve it to IE6Win only */
        min-height:100%;
        }

#sidecolumn {
        margin-right: 75px;
        display: inline; /* fix IE double margin bug*/
        }

Ingo

--
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to