bobleny Posted February 21, 2007 Share Posted February 21, 2007 I have a table that I set to auto width, but the table can't be less 400px and it can't be more than 700px. How do I do that? width: auto; Thanks! Link to comment https://forums.phpfreaks.com/topic/39473-how-can-i-place-maximum-width/ Share on other sites More sharing options...
ToonMariner Posted February 21, 2007 Share Posted February 21, 2007 min-width and max-width in css - support is patchy mind!!!!! Link to comment https://forums.phpfreaks.com/topic/39473-how-can-i-place-maximum-width/#findComment-190478 Share on other sites More sharing options...
bobleny Posted February 21, 2007 Author Share Posted February 21, 2007 Hmm, what if the minimum width is a variable? Link to comment https://forums.phpfreaks.com/topic/39473-how-can-i-place-maximum-width/#findComment-190827 Share on other sites More sharing options...
lando Posted February 22, 2007 Share Posted February 22, 2007 min-width/max-width should be supported by Firefox and IE7. To get IE6, or before, support you will need to use expressions. Link to comment https://forums.phpfreaks.com/topic/39473-how-can-i-place-maximum-width/#findComment-191428 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.