0

点击元素获取类后

wrapperInner.addClass('wrapper_inner_extended');

所以它有class='wrapper_inner wrapper_inner_extended'

这是这两个类的定义

div.wrapper_inner {
    position:relative;
    overflow:hidden;
}
.wrapper_inner_extended {
    background:#000000;
    color:#ffffff!important;
    z-index:9000!important;
    height:auto!important;
    overflow:visible!important  ;
}

在 FF 中它工作得很好,但在 Chrome 中我看到的是滚动。检查此网址http://copy.barchick.com/calendar/,在 11 月 1 日单击红色“...”以复制此问题。请帮我修复。谢谢

4

1 回答 1

0

在我看来,包装<td>就是有滚动条的东西。当我穿上它时,它们就消失overflow:visible<td>

浏览器之间的表格处理方式仍然非常不同。

于 2012-11-25T20:59:40.037 回答