i have designed css based layout ,but there is one problem #MnuDiv and #ContDiv doesn't take the 100% height even though i have specify it in css
what i am actually looking for is what ever the height of content div..menu div height should be the same
i paste my css down here
#maincontainer{background:#FCFCFC;width:98%;height:100%;padding:0;margin:0 ;position:relative;} #head{height:80px;background:#FFFFFF;}
#logo {padding:2px;float:left;height:100%;width:25%;}
#anim{padding:2px;float:left;width:65%;height:100%;overflow:hidden;}
#msdiv{width:100%;height:100%;padding:2px;-moz-border-radius-bottomleft:5px;}
#MnuDiv{padding:2px;float:left;height:100%;width:230px;background-color:#f8f9f6;overflow:hidden;}
#ContDiv{padding:2px;float:left;width:78%;height:100%;}
.ContHeading {background:#F7F7F7;color:#004a95;padding:7px 7px 5px;}
.ContDet{margin:5px 0 0;padding:2px;height:100%;overflow:visible;}
#footer{clear:left;width:100%;background:#cccccc;}
can u please suggest me where i should do the changes......any suggestion is highly appreciated