I am trying to use the faux clumn technique for the left quadrent of
my page which I want to extend down to the footer and starts at my
light green h1 block with a green right border down the page.

see here:http://www.wealthdevelopmentmortgage.com/Bruce/Company.htm

works fine in FF but in IE the border is only extended a teensie
weensie bit down the page.

the full css is at :http://www.wealthdevelopmentmortgage.com/Bruce/WDM.css

relevent CSS:

div#maincontent{
padding:0;
margin:0 0 10em 0;
height:auto !important;/*sets the specific height for middle container
block modern browsers*/
}

div#maincontent_left_block{/*used as a holder and placement for main
images which
appear on a page*/
float:left;
width:215px;
height:100%;
background:url(/images/left_block_gif.gif) repeat-y 0% 0;
margin:0 1.5em 0 0;/*top margin for IE*/

}

how to get IE to behave on this?

-- 
::Bruce::
______________________________________________________________________
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