开发者

Vertical overflow of table td

开发者 https://www.devze.com 2023-02-07 02:59 出处:网络
Is it possible to set overflow hidden or visible for a table td that work开发者_如何学Cs in the vertical direction?

Is it possible to set overflow hidden or visible for a table td that work开发者_如何学Cs in the vertical direction?

http://jsfiddle.net/jkXBH/


You'll have to wrap your td's content into a div and set that div's width and height, can't hide overflow content.

http://jsfiddle.net/Wx58E/


You can use overflow-y:hidden;

0

精彩评论

暂无评论...
验证码 换一张
取 消