Friday, 16 September 2011

How do I change a website so that when the page is minimized, you can see the entire page?

I have a website using frames, but when the page is minimized you can only see a portion of the site. Other sites don't do this and I want to know how I can change the page settings to make sure this doesn't continue to happen?How do I change a website so that when the page is minimized, you can see the entire page?Instead using fixed width for frames (eg 100px, 250px etc), you should use percentage to achieve liquid design.



Example:

%26lt;frameset cols=%26quot;25%,75%%26quot;%26gt;

%26lt;frame src=%26quot;frame_a.htm%26quot;%26gt;

%26lt;frame src=%26quot;frame_b.htm%26quot;%26gt;

%26lt;/frameset%26gt;





Note: Liquid design: A sophisticated design technique that automatically expands and contracts a web site to fit the viewer's browser.