1

Possible Duplicate:
Min-width and max-height for table atrributes

The <tables> and <td> do not understand the attributes min-width or max-width according to specification in %. How to emulate?

Community
  • 1
  • 1
zloctb
  • 10,592
  • 8
  • 70
  • 89

1 Answers1

0

You can use css3 flexbox and add css min-width and max-width.

https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes

Jamir Khan
  • 397
  • 1
  • 13