im currently using frameset on my page. the thing is i want to resize the frameset so that it doesnt cover the whole browser window.is it possible n how?

currently my frameset consist of header, footer,contents and main.

Recommended Answers

All 2 Replies

yea that is easy.
u can set the height and width of the frameset in pixels or in percentage.

thanks for the reply.but the thing is if i resize according to stated below, it will only resize between the 2 frames, contents and frames.the thing is i want to resize the entire frameset so that it fits smaller in the browser window.

im new in this area.pls help.thanks in advance.


<frameset rows="230,48%,62">
<frame name="header" src="banner.aspx" scrolling="no" noresize>
<frameset cols="365,41%">
<frame name="contents" src="menuleftFD.aspx" scrolling="no" marginWidth="50">
<frame name="main" src="About.aspx" marginWidth="100">
</frameset>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.