Link to home
Start Free TrialLog in
Avatar of mhoggatt1
mhoggatt1

asked on

Frameset Resize

Below is my frameset created in Dreamweaver MX 2004. How do I modify this code to make the frames resizable ? Also how do I set the vertical frames to be 50% each ?
Thanks,
Michael
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Where is it?

and is it not resizable?
Do you pop it up then add
resizable
to the parms in the popup code.

<frameset cols="50%,*">
<frame>
<frame>
</frameset>
Avatar of mhoggatt1
mhoggatt1

ASKER

Sorry, I forgot to paste it. There is a top/left/right frame setup. Only the vertical frames should be at 50%.

<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="bsd_top.htm" name="topFrame" scrolling="YES" noresize title="topFrame" >
  <frameset cols="80,*" frameborder="NO" border="0" framespacing="0">
    <frame src="bsd_left.htm" name="leftFrame" scrolling="YES" noresize title="leftFrame">
    <frame src="bsd.php" name="mainFrame" title="mainFrame">
  </frameset>
</frameset>
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
  I like your way of processing frames. I think I can use it for some applications. Would you know how to code the sample I sent ?
Thanks,
What do you mean?

I made you a resizable frameset with the vertical frames at 50%