Hi Viktor,

Just something worth mentioning, as I've just completed a site that *had to* 
work 
in IE as well as other browsers.

If you *first *create the basic CSS styles, including all the settings you 
want for all older (IE) browsers without the use of @media queries, you can 
then create all the *other* CSS settings within @media queries to change 
the behaviour for newer browsers. So don't rely on (min-width 980) for the 
IE settings.

And if you just want all the bootstrap styles and only change something 
specific for IE only, then create your own IE-only settings (without @media 
query) before calling bootstrap.css.

Not sure if that solves all your issues, but had to share.

Keep well,
:)
Michael

On Friday, 14 September 2012 17:21:12 UTC+2, Viktor Iwan wrote:
>
> Hi all,
> i found out that IE8 still not support media queries...
>
> i google and found two solution: 
> http://ghita.org/tipoftheday/css-media-queries-for-ie and 
> http://code.google.com/p/css3-mediaqueries-js/
>
> but both of it, can't solve my problem, as i shown here: 
> http://www.doxadigital.com/scrape/mediaqueries.html (using 
> css3-mediaqueries.js) and 
> http://www.doxadigital.com/scrape/mediaqueries2.html (using 
> css-media-queries-for-ie.js)
>
> any idea how to solve my problem, as my bootstrap site use several @media
> my site looks very awful in IE8
>
> Thanks
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to