When writing a webpage in html, can you use two different quantitative measures for width and min_width?
For example can you use:
width: 90%
min-width: 600px
Do they both have to be the same unit of measurement (px or %) or does it not matter? I'm trying this in a webpage but it is not working. I am using this to minimally size a jqGrid table, but I wouldn't think that would matter.