Forums

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

Home Forums CSS Help! Twitter Bootstrap in IE won’t work

  • This topic is empty.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #46306
    merry1084
    Member

    I’ve created a site using Twitter Bootstrap and it looks fine in all browsers except for IE. I’ve added this shim (see below) but still won’t work. I’m on a deadline. Can anyone help? I’d be eternally grateful.


    #142268
    merry1084
    Member


    #142269
    Paulie_D
    Member

    A link might help.

    I find it difficult to believe that it’s not working AT ALL.

    What precisely is the issue in IE (whichever version)?

    #142270
    DennisJohnsen
    Participant

    Remembered to put it in your head-tag, BEFORE any css?

    #142272
    Paulie_D
    Member

    Not sure why before or after would make a difference other than for perfomance.

    It will still be read before the page is rendered wouldn’t it?

    >To use this script, download the html5shiv and roll it in to your own code (ideally minified). It must be included before the element (i.e. in the ``) **but doesn’t matter if it appears before or after the CSS** – but for the sake of performance, it would make better sense to include the CSS first then this script.

    #142274
    merry1084
    Member

    Would either of you be willing to look at my files? I can zip them up and send. I don’t have it on a server yet.

    #142283
    Paulie_D
    Member

    Sorry nope.

    If you have Dropbox (and everyone should), I highly recommend Site44.com.

    It basically makes a folder in your Dropbox account into a virtual website with a public link.. It’s free and you can pick any site name you want (it just ends in Site44.com).

    It’s like a private folder on Site44’s server. Once you have finished, just delete it.

    #142325
    NghiQuach
    Participant

    Can you dive into the difference, Bootstrap DOES look different in IE.

    #142522
    merry1084
    Member

    Internet explorer is not reading my media queries or the javascript. I put in the html5 shim. I even tried adding a JavaScript library called css3-mediaqueries.js by Wouter van der Graaf that I found which was supposed to solve media query issues in browsers that don’t support them. But, neither of these are working. Is my doctype correct? :(

    #142528
    merry1084
    Member





    Bald For Bucks



    #142525
    merry1084
    Member

    When I copy and paste my code into the comment box here it removes things…is that normal?

    #142563
    theacefes
    Member

    Yeah it’s a little tricky so most typically put the code in a jsfiddle or codepen.

    #142617
    NghiQuach
    Participant

    I’ve gotten it to work with the js file you mentioned using the html5shiv but I also added the responsive media queries one by “Scott Jehl, Paul Irish, Nicholas Zakas” called respond.js.

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