Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE6 stops scrolling where it should keep scrolling mid-page

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34841
    hoshino
    Member

    Is it CSS or HTML? I have been at this for hours now and for all the info on IE6 bug fixes how to call this is immensley difficult to call….

    The site: http://www.tazakigroup.com/about-background_en.html

    This works fine on FF, Chrome, IE8….

    What is it making this happen?

    Going crazy!

    Thank you if you can help!

    #89353
    zackw
    Member

    your div id=body isnt spanning the full height of the page, probably because of some floats,

    insert a

    after your div id=text-wrapper closing tag

    you will also need this css

    .clear {clear:both;}

    #89453
    hoshino
    Member

    Thanks very much for you help with this, both Paulie_D and Zackw

    I have been testing workarounds from these pages:
    http://www.tazakigroup.com/for/purpose/of/testing/about-background_en.html

    I understand what you are saying and tried both of your suggestions but no luck.

    Are your suggestions specific to IE6 bugs?

    As to Paulie_D, this is my first website – and there has been a year gap between my head being in html/css when I first put it together, and now when we have put it online and I am finishing it off – I’m afraid in the finishing it off phase I had no time so it may look ridiculous in code.

    I am tired and lost with this for the time being, but thank you immensley for having a look for me.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.