Min-width and max-height for table attributes

前端 未结 3 1158
遇见更好的自我
遇见更好的自我 2020-11-27 07:57

I have a table and I want to define the min-width and max-height properties. See example below.

My problem now is that the browser doesn\'t

3条回答
  •  没有蜡笔的小新
    2020-11-27 08:15

    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
    

提交回复
热议问题