• So I added this code to my site to make everything fit right when I moved the window. This is in my style.css

    /* ==== STYLES (General/Global) ==== */
    body { margin: 0;
    	min-width:1260px;

    Everything works fine, however, in IE6 everything is sloppy and messed up. You can test it out by going to browserlab.adobe.com to test it out. My domain is sentient.mmgtv.org

    How can I fix IE6 from not recognizing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • How can I fix IE6 from not recognizing this?

    You can’t!
    That’s just how IE6 works — or not works that is…
    You will have to use something else than min-width. Have you tried just plain width?

    Thread Starter sentientprod

    (@sentientprod)

    yes and that doesn’t work either… I wish IE6 would just go die lol

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE6 not recognizing min-width’ is closed to new replies.