Redkaven
02-27-2003, 08:43 PM
Is there any way to make your Iframe adjust to the size of a persons browser?
Kinda like you can use width="100%", can you do anything like that with iframes?
-Redkaven
MaGiCSuN
02-27-2003, 09:01 PM
Yep width=100% and height=100%
Just add into your <iframe> code and see what happens
If you have nothing around it (like a table or something) then the iframe will enlarge so it fits in the WHOLE screen
Love,
Mirna
Redkaven
02-27-2003, 09:28 PM
Thanks for your reply.
I did try that however and it didn't seem to work.
It is inside a table cell though, but the tables are set the same WIDTH="100%" HEIGHT="100%"
I don't understand why it wouldn't work though.
-Redkaven