I have a table and I want to define the min-width and max-height properties. See example below.
min-width
max-height
My problem now is that the browser doesn\'t
To force min-height attribute for td you also can put invisible image in td, or wrap you td into div. Example for first case:
12345