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?
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
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.
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.
If you make the site mobile first, you can use this approach which works really well to just ignore less than IE8. Your text to link here...
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
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.
;]