Results 1 to 2 of 2

Thread: Help Please

  1. #1
    Join Date
    Aug 2007
    Posts
    4

    CSS IE6 and FF5 bugs

    Hi,
    I am attempting to make a web site using 'css simulated frames'. I am using an external style sheet. I have encountered two problems so far.

    1. In IE6 my 'main-content' frame displays two sets of scroll bars.

    2. In Both IE6 and FF5 'outside web pages' (not authored by me) overflow from left to right (have to scroll from left to right to see all content on page).

    I can live with problem 1. but it is really annoying and seems unprofessional to leave that way. But problem 2. is about to drive me completely insane.

    Is there a hack for IE6 to disable one of the sets of scroll bars?

    Can I make 'outside web pages' word wrap, or scalable so that content does not overflow from left to right?

    Any help would be greatly appreciated. Thanks.

    P.S. Is there a place (or way) to upload my files so I can show people the problem?

    Thanks Again
    Last edited by ldb0110; 31 Aug 2007 at 03:30 AM.

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    I don't know what you mean by css simulated frames. Any frame or iframe can be given a size so that it shows that size and anything too large inside will create scrollbars. iframes give you an extra set of scrollbars - one set for the iframe, one for the page. Framesets with frames should only give you scrollbars for each frame that needs them, not for the frameset itself.

    You can either upload your html and css files here inside [ code]...[ /code] tags (no space after [) or just give a link to your online page.

    There is also a way of deleting scrollbars in frames and iframes but I think it controls both, not one or the other; see
    http://www.w3.org/TR/html401/present/frames.html
    paras 16.2.2 and 16.5
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

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