Giter VIP home page Giter VIP logo

Comments (9)

scottparry avatar scottparry commented on August 10, 2024

Yes, anything less than IE9 doesnt support media queries so you'll need to add a conditonal for anything less than 9 and just copy whichever query you like into a seperate stylesheet for that.

from workless.

scottparry avatar scottparry commented on August 10, 2024

Yes, anything less than IE9 doesnt support media queries so you'll need to add a conditonal for anything less than 9 and just copy whichever query you like into a seperate stylesheet for that.

from workless.

RyanThompson avatar RyanThompson commented on August 10, 2024

I figured so, but I thought modernizr took care of that?

Good to know! Offer still stands if you need some help updating anything on here. I know PyroCMS keeps you pretty busy ^_^

from workless.

RyanThompson avatar RyanThompson commented on August 10, 2024

Or set the non query segment at the top of responsive.css

Im burnt for the day dude lol. And possibly stupid.

Ryan Thompson
President / CEO
AI Web Systems

Sent from my U.S. Cellular® Android-powered phone

Scott Parry [email protected] wrote:

Yes, anything less than IE9 doesnt support media queries so you'll need to add a conditonal for anything less than 9 and just copy whichever query you like into a seperate stylesheet for that.


Reply to this email directly or view it on GitHub:
#10 (comment)

from workless.

scottparry avatar scottparry commented on August 10, 2024

We're using mobile first so setting the first wont work. Feel fre to push any commits.

from workless.

V4nish avatar V4nish commented on August 10, 2024

@iKREATIV Do you have a dummies guide for achieving this with IE?

from workless.

scottparry avatar scottparry commented on August 10, 2024

Add a conditional in the HEAD like:

<!--[if lt IE 9]>
    <link rel="stylesheet" href="ie.css" type="text/css" />
<![endif]-->

Then in that ie.css file add the CSS (not the full query) from whichever section you'd like to show as default.

from workless.

V4nish avatar V4nish commented on August 10, 2024

Thanks for the help, I've added that conditional after the existing style sheets, but some styles are still being overridden and I'm also having the same issue with your awesome Base theme, which I presume is based off Workless, in IE.

If only I could ban users from using IE :)

from workless.

scottparry avatar scottparry commented on August 10, 2024

Add any other styles into that ie.css to make IE display it correctly. Ohh the joys of IE ;)

from workless.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.