ie7下二级菜单兼容问题

http://img.mukewang.com/58d9f5870001ad8113100320.jpg

http://img.mukewang.com/58d9f58700012c1c06370440.jpg

http://img.mukewang.com/58d9f58800016e8107040254.jpg

.header .header-nav{
   display: inline-block;
   color: #f5f5f5;
   font-size: 14px;
   list-style: none;
   margin-left: 10px;
}
.header .header-nav>li{
   float: left;
   list-style: none;
   width: 50px;
   height: 38px;
   line-height: 38px;
   margin: 0 10px;
   position: relative;
   cursor: pointer;
}
.header .header-nav li .caret{
   width: 0;
   height: 0;
   position: absolute;
   top: 50%;
   right: 0;
   border:5px solid transparent;
   border-top:5px solid #f5f5f5;
}
.header .header-sub-nav{
   position: absolute;
   left: 0;
   top: 38px;
   width: 100px;
   display: none;
   border: 1px solid #bbb;
   background-color: #f7f7f7;
   overflow: hidden;
   z-index: 2;
}
.header .header-sub-nav li{
   height: 25px;
   line-height: 25px;
   color: #666;
   padding: 0 5px;
   margin-top: 5px;
   border-bottom:1px solid #eee;
   cursor: pointer;
}


====================================

html css js 代码都在上面  就是一个很简单的二级菜单  但搞不懂在ie7下一直报错

兼容问题的知识比较弱,尤其是老版本ie,请好心人帮忙解答。

Ni14
浏览 1245回答 2
2回答

习惯受伤

感觉是jquery没有引入,或者 最后好像少个 ), $(function 是不是最后没有闭合

鑫强

看不清你的报错!
打开App,查看更多内容
随时随地看视频慕课网APP