作者:手机用户2502896943 | 来源:互联网 | 2023-08-10 13:18
WhenIhoverinamegamenuvideo,thewholemegamenucollapses.ThishappensonlyinIE9当我在megamen
When I hover in a megamenu video, the whole mega menu collapses. This happens only in IE9
当我在megamenu视频中徘徊时,整个大型菜单都会崩溃。这只发生在IE9中
Here's my code:
这是我的代码:
CSS
CSS
.menu{ width:100%; }
.menu ul{ width:100%; }
.menu ul li{ float:left;}
.menu ul li .megamenu{ display:none; position:absolute; width:100%; background-color:#ccc; left:0; }
.menu ul li:hover .megamenu{ display:block; }
JSFiddle link
JSFiddle链接
1 个解决方案