Forum Moderators: not2easy
.FormContent{
padding: 0px 0px 10px 10px;
font-size: 80%;
height: 325px;
overflow-y: scroll;
}
html>body .FormContent {height: auto;}
The overflow-y works great until I go to look at it in Mozilla or Opera, then the form extends off the bottom of the page. Is there a more general way to do this?
Also, I have html forms that I can get from another application, but unfortunately this thing outputs its forms with absolute positioning. Pulling these into this div corrupts the appearance of the page. So, I'm thinking a frame might work better than the div, but I'm not sure how to put the frame window in the middle of the page.
Any ideas would be greatly appreciated.
Thanks,
Ken
Update!
overflow-y is part of the Box Model CSS3 Working Draft [w3.org]. This means that other browsers won't be implementing overflow-y until it becomes a Candidate Recommendation [w3.org].