computer_pet
Thread Starter
- Joined
- Jun 22, 2003
- Messages
- 484
I use iframe's in my page, except would like to make it use percentage not pixels. So for a different resolution it get bigger or smaller, I find it annoying when if I am on 1024 by 768 the iframe is very small and if i make it bigger it will not fit on a 800 by ??? (forget what it is) resolution.
I tried using the following below, but it still used 80% and 100% as pixels.
<iframe name="cwindow" style="border:15px groove blue" width="80%" height="100%" src="start.pl" scrolling="auto">
Is it possible to do this?, I do not wan't to use a frame page.
Thanks
I tried using the following below, but it still used 80% and 100% as pixels.
<iframe name="cwindow" style="border:15px groove blue" width="80%" height="100%" src="start.pl" scrolling="auto">
Is it possible to do this?, I do not wan't to use a frame page.
Thanks