RE: [WSG] [WSG} Height Issue with two column layout

2004-05-11 Thread Nick Cowie
Simon asked: > http://204.157.1.128/~wadigi/temp2.html with a > two column layout however i cant seem to make the sidebar div run > 100% any help would be great !!! Best solution I have found to the problem is: http://www.alistapart.com/issues/167/ simple, effective and it works even with r

Re: [WSG] [WSG} Height Issue with two column layout

2004-05-11 Thread Benjamin
easy put a globalWrap around your sideNav & mainContent divs create a 1px high background image of your sideNav blue but make sure its the width of your sidenav then in the css put #globalWrap{background: url(images/bg_sideNav.gif) repeat-y left} problem solved Ben > Hi Guys .. > > I have t

Re: [WSG] [WSG} Height Issue with two column layout

2004-05-11 Thread Michael Donnermeyer
The easiest way that works well cross-browser wise is to use a background image, either on the body or the container. On May 11, 2004, at 20:35, simon wrote: Hi Guys .. I have the following page http://204.157.1.128/~wadigi/temp2.html with a two column layout however i cant seem to make the si