Hi,

I have built a Radix Sub theme, wich works great in all allmost all browsers. The current site have 3% of users, using ie8. So i wondered if there is some "easy" fix to include support for ie8, without creating a lot of extra work. Currently IE8 loads the page in mobile view, so the is something with the media queries.

I have read about ie8 support here: http://getbootstrap.com/getting-started/#support Not really sure exactly what to do, so tought i was gonna check here before i explored some more. Is there some easy documentation for how to support IE8 with radix? Or does anyone have the code ready?

Thanks a lot!

Comments

barraponto’s picture

I don't have access to a IE8 browser right now, but did you try using the respond.js script as mentioned? Maybe https://drupal.org/project/respondjs can help you.

barraponto’s picture

Version: 7.x-3.0-alpha3 » 7.x-3.x-dev

Also, as mentioned in the bootstrap docs:

IE8 does not fully support box-sizing: border-box; when combined with min-width, max-width, min-height, or max-height. For that reason, as of v3.0.1, we no longer use max-width on .containers.

Maybe we should be wary of using those properties as well, to better support IE8 users. I see its numbers are dwindling, but they still exist (unfortunately).

shadcn’s picture

Status: Active » Fixed

Adding some notes here.

We've successfully added IE8 support by using some or all of the module below:

https://drupal.org/project/respondjs
https://drupal.org/project/conditional_styles
https://drupal.org/project/selectivizr

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.