Permalink
Mohit on internet explorer and css
  • vote
    68
    0 starsmohit | Shared With: Everyone - Jun 17 2008 | web development, css, internet explorer
    Perfect multi-column CSS liquid layouts - iPhone compatible

    Handy if you want a liquid layout for your Web site.

    Quoted: The CSS used for this layout is 100% valid and hack free. To overcome Internet Explorer's broken box model, no horizontal padding or margins are used. Instead, this design uses percentage widths and clever relative positioning.
    ...
    The solution is to keep things simple and only use CSS that works in all browsers. One of the main things to avoid is horizontal margins, padding and borders on elements with a specified width. This causes big problems for Internet Explorer because of it's broken box model. Unfortunately we can't simply ignore IE because it's the most widely used browser on the internet. If only everyone used Firefox!

  • vote
    10
    0 starsmohit | Shared With: Everyone - Apr 03 2007 | css, development, internet explorer, html, floats

    Noticing this bug at the moment:(

    Quoted: In Explorer for Windows there are two display errors. One, the container is only containing the last line of floats , and the floats are also running off to the right, all the way to the right screen edge! Take it from me, folks, that is not kosher.
    ...
    Screenshot in IE6

1 - 3 of 3 Faves

Related Content from Around Faves

ie

VIEW ALL

css

VIEW ALL