CSS min-width in IE6, 7, and 8

前端 未结 8 2239
执笔经年
执笔经年 2020-12-09 11:09

I found many answers to this question on Google, but none of them seem to work for all browsers.

I am looking for a CSS-only way to get min-width working on Firefox,

8条回答
  •  隐瞒了意图╮
    2020-12-09 11:25

    So it turns out that the necessary hack for getting min-width to work in all browsers isn't as ugly as many make it out to be.

    All I had to do was add CSS for a div within the largeCell and add an empty div at the end of the cell. The div is only 1px tall, so it doesn't really make the cell look larger than it should be.

    
    
    
    ID Date Title A large amount of data like a description that could span several lines within this cell.
    Link

提交回复
热议问题