itslogical
Technical User
Hi i have a question about using the height 100% when using iframes.
Now this is not my thing and tried a few thing but im way of i think....
This is the sory....on the same page i have a bunch of links and the target is all main,so no problem with that...
But some pages that load in the frame are long and some arent.
So nice solution is to use the 100% instead of setting the height like...700 or even 2200.
Can it be done ?
Ive tried combinations but no luck...
I cannoth use rows or that stuff cause it trashed the left menu...
Any idea ?
This is the code :
<iframe id="main" src="test.htm" width="100" HEIGHT="100%" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" name="main" border="0" style="float: right"></iframe>
I hope the code shows ok....
Now this is not my thing and tried a few thing but im way of i think....
This is the sory....on the same page i have a bunch of links and the target is all main,so no problem with that...
But some pages that load in the frame are long and some arent.
So nice solution is to use the 100% instead of setting the height like...700 or even 2200.
Can it be done ?
Ive tried combinations but no luck...
I cannoth use rows or that stuff cause it trashed the left menu...
Any idea ?
This is the code :
<iframe id="main" src="test.htm" width="100" HEIGHT="100%" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" name="main" border="0" style="float: right"></iframe>
I hope the code shows ok....