Okay, I have created an all CSS website, [size=1][color=#0000ff]http://www.pacific-emarket.com/imts/Templates/imts-test.dwt [/color][/size]
Using DIV tags I have created a menu located on the left, but I want in to stretch to the bottom, which I wasnt able to do it.
i remember seeing some hints on this… there are a few tutorials if you google ‘CSS + 100% height’. NB sometimes the effect is buggy, so check a range of browsers… OR you could also mimic the same effect by using a 2 colour bg image to give the impression of a left-hand nav column in a different colour
You need to have it’s parent container be 100% for it to work so if it’s a div inside a div it needs to be 100% too. Anyway, you make it body will need to be 100%