Results 1 to 2 of 2

Thread: Frame size doesn't stick

  1. #1
    Join Date
    Aug 2009
    Posts
    4

    Frame size doesn't stick

    I made this design for a website with a top, a bottom and inbetween horizontally 3 frames

    <frameset rows="80,350,100" cols="850" frameborder="no" border="0" framespacing="0">
    <frame src="Topframe.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
    <frameset cols="200,150,500" rows="350" framespacing="0" frameborder="NO" border="0">
    <frame src="LeegSubMenuFrame.html" name="Sub Menu" scrolling="NO" noresize title="Sub Menu">
    <frame src="MainMenuFrame.html" name="Main Menu" scrolling="NO" noresize title="MainMenu">
    <frame src="MainFrame.html" name="mainFrame" id="mainFrame" title="Top" />
    </frameset>
    <frame src="LeegBottomFrame.html" name="bottomFrame" scrolling="NO" noresize title="bottom">
    </frameset>

    now I thought with setting the cols the frames would have a fixed size...
    They don't, they in/decrease in size with resizing the browser...what is wrong here??

  2. #2
    Join Date
    Aug 2009
    Posts
    4
    nobody familiar with frames anymore ;-)

Similar Threads

  1. Affecting 2 Frames from another Frame on Separate Page... please help
    By semiotically in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 10 Jul 2009, 08:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •