GithubHelp home page GithubHelp logo

Comments (13)

tjcrowder avatar tjcrowder commented on April 20, 2024

Opening the door to IE6 support would be a good thing, since sadly it still represents nearly 10% of the general web user audience. That said, I see a lot of pseudo-selectors in the Bootstrap CSS that will never work in IE6, so it'd probably be a big project... Hopefully within a year it'll finally die. Hopefully.

from bootstrap.

jamhall avatar jamhall commented on April 20, 2024

I disagree with adding IE6 support. According to IE6 countdown (http://www.ie6countdown.com/) 9.7% of the world is using IE6. Only 2.4% of the population use IE6 in the UK.....so I don't think it's really worth adding support. The 2% of people need to upgrade (indeed, most of it down to corporate decisions) Adding support for IE6 will only bloat the framework.

from bootstrap.

tjcrowder avatar tjcrowder commented on April 20, 2024

@Flukey: Fair enough. Whether a site can ignore IE6 depends a lot on the site in question. General-purpose sites aimed primarily at home users in the English-speaking world mostly can. Sites aimed at web developers, and to large degree developers in general, can. Sites aimed at corporate users in the English-speaking world cannot, nor ones looking to get wide use in latin america or east asia -- not without losing out on a lot of revenue.

But I can totally see the Bootstrap folks saying "Look, we understand a lot of you still need IE6 support, but we're just not going to go there for this project. If you do need it, you'll need to look elsewhere." And given their CSS, I think that's what they're likely to do.

Perhaps if someone really needs it but also really likes Bootstrap, they can fork it.

from bootstrap.

necolas avatar necolas commented on April 20, 2024

The primary motivation is to simplify the CSS required for the grid. A convenient accident is that the grid works in IE6. Broken layout is more of a problem than an extra bit of border here and there.

from bootstrap.

necolas avatar necolas commented on April 20, 2024

Here's an example of this grid code (adds an element of flexibility too - resize the browser window) - http://jsfiddle.net/necolas/54YUQ/

from bootstrap.

fat avatar fat commented on April 20, 2024

Yep we're definitely considering this as a simplification like @necolas said. No need to worry about ie6 for now :)

from bootstrap.

mdo avatar mdo commented on April 20, 2024

We've refactored the grid based on these suggestions in the upcoming 1.1.1 branch. Closing this out as we simplify the code, add IE6 support (floated columns need display: inline; and the .row needs a set width).

from bootstrap.

necolas avatar necolas commented on April 20, 2024

You don't need a set width on .row, just margin: 0 -20px; *zoom:1.

from bootstrap.

jamhall avatar jamhall commented on April 20, 2024

@necolas - out of sheer curiosity. Why have you changed the declaration name from 'columns' to 'column'?

from bootstrap.

necolas avatar necolas commented on April 20, 2024

@Flukey the demo has a mixture of the class names, so I switched them all to .column for the sake of consistency: row and column.

from bootstrap.

robert0825 avatar robert0825 commented on April 20, 2024

oh my god. 30% ie6 user need this tools

from bootstrap.

fat avatar fat commented on April 20, 2024

lol @robert0825, we do this now. chill bro :)

from bootstrap.

robert0825 avatar robert0825 commented on April 20, 2024

i use bootstrap in my website www.yqqwb.com ,the bigest travel journals search engi in china,wait for your ie6 support bootstrap,thanks

from bootstrap.

Related Issues (20)

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.