I am trying to set a divs height to 100% but it is not listening.
(i put the style for the sake of simplifying this post). If i set it to a specific size (not %) it will do it. Can anyone tell my why it wont work or another way to go about it?Code:<div style="width:100%;height:100%;overflow:auto;text-align:center;background:red;">
thanks
michael




Reply With Quote