Viewing 4 posts - 1 through 4 (of 4 total)
Author
Posts
  • #6664

    Someone told me that the scroll bar is not working in Internet Explorer. I normally use Google Chrome, sometimes Edge, no problems there. Clicked in Ege the option show in Internet Explorer and indeed the scrollbar is not working. See images.

  • #6668

    This is because kiwitrees uses the css “flex: box system to keep the footer always at the bottom of the screen, even when the page content is very short. Unfortunately old version of MS browsers either do not accept this style of do not treat it correctly. Thee are two solutions:

    1 – the best solution in my opinion is not to use out-dated browsers. MS Edge is the only up-to-date MS browser (and the first EVER from them to get reasonably close to standard css acceptance) and should be used if you must use MS at all.

    2 – If you or your users MUST use old browsers you can add one line to a mystyle.css file in your preferred theme. That line is:

    body {display: block;}

    It cancels the flex design code.

    Nigel
    My personal kiwitrees site is www.our-families.info
  • #6673

    Nigel,
    Problem solved.
    But at first it did not work, copied the code out of the mail. pre]body {display: block;}[/pre]
    I already was typing a messagewhen I saw the code on the website was different.
    Now it is okay.

  • #6676

    That’s OK. Just as long as you understand that change now means that every user who does NOT use an out of date browser now sees on some pages a display like the first image (A) below, instead of the (better, IMHO) display of the second image (B).

    Personally my preference is always to persuade users to get a better browser.

    Nigel
    My personal kiwitrees site is www.our-families.info
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘internet explorer scroll bar not working’ is closed to new replies.