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;
精彩评论