i have created a website and having trouble with its height. i tried almost all ways but same results. I want to change the height of element dynamically.
please check the website (left side of the content.) Website Link
its HTML is:
<div id="leftBar"> </div>
its CSS is:
#leftBar {
background: url("images/leftbar-bg.gif") no-repeat scroll 0 0 #7A2652;
float: left;
height: 100%;
margin-bottom: 7px;
margin-right: 12px;
min-height: 925px;
width: 75px;
}
please check friends and help me..
thank you