foxymorons
Technical User
Firstly I used inline frames but as they didnt accept the 100% height option, it was very hard.
I have had to resort to learning CSS and use their version of a frame with the overflow property. I can get the width etc to work. But how do I get the height of the CSS frame window to expand with the pages certain content. Depending on how long the page is, that is how i want the frame to work.
This is what I have.
#menu {
position: absolute;
left: 363px;
padding: 0px;
width: 636px;
overflow:auto;
height: 605px;
top: 130px;
}
And height: 100% does not work.
Any suggestions?
Thanks in advance.
I have had to resort to learning CSS and use their version of a frame with the overflow property. I can get the width etc to work. But how do I get the height of the CSS frame window to expand with the pages certain content. Depending on how long the page is, that is how i want the frame to work.
This is what I have.
#menu {
position: absolute;
left: 363px;
padding: 0px;
width: 636px;
overflow:auto;
height: 605px;
top: 130px;
}
And height: 100% does not work.
Any suggestions?
Thanks in advance.