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? Link to comment https://forums.phpfreaks.com/topic/161654-why-does-min-width-never-work/ 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..... Link to comment https://forums.phpfreaks.com/topic/161654-why-does-min-width-never-work/#findComment-853004 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+ Link to comment https://forums.phpfreaks.com/topic/161654-why-does-min-width-never-work/#findComment-853044 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.