Dear sir / madam,
Is it possible to create a dynamic size of frameset which will increase or decrease based on user’s screen size?
I have designed a frameset which follow my screen size however when my client open the frameset with different size of screen, he cannot see the full screen, only half of the page.
Can anyone please advice? Thanks in advance.
Subject: Framesets are always dynamic by default…
Frame sizes are expressed as a percentage of screen size. You can change them to fixed sizes of pixels if you want, but that is up to you.
The real question you need to ask is not about the frameset, but about whatever you’re displaying in the frame. That’s the thing that needs to be able to resize, and you will have this issue whether it is in a frame or not, because even if it’s not in a frame, one can always resize the window that contains it.
You haven’t said what’s in the frame, but if it’s a page or form, you can use tables that are not fixed size (fit to margins, for instance), or other elements whose sizes are specified as a percentage of the available width instead of a fixed number of pixels or inches.