Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家,请原谅我的语言我说西班牙语,我使用谷歌翻译
我有一个问题,我可以根据表格的大小作为一个滚动出现和消失,例如当表格到达 300 像素的高度时,css o java 中的可见显示滚动
我怎么能这样做?
问候
Claro que si, pero no css。Eso es un ejemlo con jQuery(对不起我的西班牙语):
当然可以,但不能使用 css。这是一个使用 jQuery 的示例:
if ($('#table_id').css('height') >= 300) { $('#scroll_id').show(); else $('#scroll_id').hide();