开发者

Vertical overflow of table td

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜