IE6 not recognizing min-width
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘IE6 not recognizing min-width’ is closed to new replies.