Lymmerfeift
New Member
can anyone help me with this simple, supposedly easy, css task? I'm trying to set a div height to resize with window. This is what I have so far:\[code\]div.signIn {margin: 20px 20px 10px 40px;border-style: ridge;border-color: #006a89;min-height: 450px;height: 90%;width: 26%;min-width: 255px;padding: 10px 20px 10px 20px;line-height: 210%;float: left;}\[/code\]The width works fine, but not height. There is no other style working on the div. Can anyone spot why?