6 Replies Latest reply: Apr 22, 2011 6:23 AM by grape jan RSS

    scroll bar doesn't show up in IE or Chrome or Safari -- only in Firefox

    grape jan Community Member

       

      I have created a frameset. The bottom frame is set to allow scrolling, but the scroll bar doesn't show up in IE or Chrome or Safari -- only in Firefox.  How do I fix this?

       

      here is the link:

       

      http://www.luisperelman.com/A_website2011/

       

      (it is a nested frameset in a nested frameset.  I did this because visitors using a lower resolution monitor, or a smaller screened laptop may need to be able to scroll down to see the whole image on the right.)

       

      here is the code for the outter frameset:

       

      </head>
      <frameset rows="120,*" frameborder="no" border="0" framespacing="0">
        <frame src="header.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
        <frame src="bottom.html" name="mainFrame" scrolling="yes" id="mainFrame" title="mainFrame" />
      </frameset>
      <noframes><body>
      </body></noframes>
      </html>

       

      here is the code for the inner frameset:

       

      <frameset rows="40,*" cols="*" framespacing="0" frameborder="no" border="0">
        <frame src="galleryMenu.html" name="galleryMenuFrame" scrolling="No" noresize="noresize" id="galleryMenuFrame" title="galleryMenuFrame" />
        <frame src="galleries/LPquilts/slideshow/LPquiltsSS.html" name="galleryFrame" scrolling="yes" id="galleryFrame" title="galleryFrame" />
      </frameset>
      <noframes><body>
      </body></noframes>
      </html>

       

       

      ...anyone?  ...thanks

      --J