What\'s the best way to ensure a table cell cannot be less than a certain minimum width.
I want to ensure that all cells in a ta
I had some success with:
min-width: 193px; width:auto !important; _width: 193px; /* IE6 hack */
Based on a combination of Vatos' response and a min-height article here: http://www.dustindiaz.com/min-height-fast-hack/