为了兼容ie6/ie8浏览器,又不想用table报告来做,dt/dd的部分边线出现镂空现象应该怎么解决?
解决方法:
用each拿到每个dt/dd的高度
$(".print dl").each(function(index) { var $this = $(this) var $thisHeight = $this.height() $(".print dl").eq(index).find('dt').css({ height: $thisHeight + 'px' }) $(".print dl").eq(index).find('dd').css({ height: $thisHeight + 'px' }) }
上面是“jquery用each获取每行高度”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_2082.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!