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! Quote Link to comment 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!!!!! Quote Link to comment 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? Quote Link to comment 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. 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.