Forums

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

Home Forums CSS IE8 Mobile Layout Flash

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #45599
    jmoody
    Member

    While testing my “mobile-first” site in IE8 I noticed this annoying flash of default layout (the layout that would be shown were it not for respond.min.js). Is that something those users will have to live with, or is there a way to fix that?

    #139068
    Paulie_D
    Member

    IE8 runs on mobile?

    #139070
    theacefes
    Member

    From the respond js github documentation

    > Reference the respond.min.js script (1kb min/gzipped) after all of your CSS (the earlier it runs, the greater chance IE users will not see a flash of un-media’d content)

    #139073
    Alen
    Participant

    @theacefes, beat me to it… link: https://github.com/scottjehl/Respond go to Usage Instructions…

    #139074
    jmoody
    Member

    That is where I have it. I even tried to add it before the css, but it is still flashing.

    #139076
    Alen
    Participant

    See second bullet point in “Support & Caveats”. https://github.com/scottjehl/Respond#support–caveats

    The reason there is a flash, because the script is testing for feature, then creating it, then it re-draws the page…

    #139080
    jmoody
    Member

    Ok, that’s what I thought, just didn’t know if there was any way to get around it.

    Thanks.

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