Forums

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

Home Forums Other IE8 and responsive web design.

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41800
    Anonymous
    Inactive

    Hi guys!
    Currenty I’m working on a e-commerce system theme. I decided to make this one as responsive web design and I was thinking – does it make any sense to create responsive version for IE8? Is there anybody who actually is using IE on mobile devices? What do you think? Any suggestions?

    Thank you in advance.

    #120086
    Zoom
    Participant

    Mobile devices do not use IE8 so IE8 is most likely to be used with large enough screens which will use the default css. But if you care to make IE8 work with media queries you can try this: https://github.com/scottjehl/Respond

    If you care about the mobile version of IE you can can use IE conditional comments:
    https://blogs.msdn.com/b/iemobile/archive/2010/12/08/targeting-mobile-optimized-css-at-windows-phone-7.aspx?Redirected=true

    #120153
    Anonymous
    Inactive

    Actually I don’t care about mobile version for IE8. Well, I wish I wouldn’t care about IE8 at all, because this is the worst thing that came to webdevelopers after IE6 and IE7. Anyway, as you suggested I’m not gonna make responsive version for IE8, I think it’s wasting of time and you’ve just proved me that. Thank you guys for your replies. I really appreciate it.

    ;]

    #141590
    nomiDesigns
    Member

    Found this while searching for a solution. Thought I’d share for those who still care :) http://gomakethings.com/mobile-first-and-internet-explorer/

    #151356
    gamsim
    Participant

    A project I worked on recently required partial responsive design to handle various screen sizes. Obviously IE7&8 doesn’t support media queries so I wrote a JQuery plugin that adds/removes viewport classes to the body tag. Combined with Compass you can import viewport specific css files.

    .lt-ie9 { .ie768up { @import “768up”; } .ie1030up { @import “1030up”; } .ie1240up { @import “1240up”; } }

    https://github.com/gamsim/ieresponsify

    Cheers

    Simon

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