madar1985 Posted June 10, 2009 Share Posted June 10, 2009 Max-width always work, but when I enter mind-width: 800px; it never works. I can still narrow the browser window until the design breaks. I use floats, no absolute positioning, and this is the second design where min-width doesn't work. What could be the reason? Quote Link to comment Share on other sites More sharing options...
DarkSuperHero Posted June 10, 2009 Share Posted June 10, 2009 looks like min-width is an unssoppourted property on IE, see here: http://www.w3schools.com/CSS/css_dimension.asp also heres a possible workaround: http://www.webreference.com/programming/min-width/ resources: GOOGLE also it would help if you would specify which browser your using since the 3 rendering engined out there interpret some html and css rules differently.... ie6 vs ie7+ are different than ff and safari/chrome..... Quote Link to comment Share on other sites More sharing options...
haku Posted June 10, 2009 Share Posted June 10, 2009 It doesn't work on IE6, but does on IE7+ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.