拜托哪位前辈帮帮忙!!!不知道哪里出问题了!(修改)

2016-07-07 14:55 来源:www.chinab4c.com 作者:ecshop专家



我网站右侧飘着购物车,如图01:



当我鼠标放上时展开购物车内容,如图02:




但是当我把鼠标移动到展开的内容上时,它展开的内容又不展开了,无法点击购物的内容。。。火狐下没有问题,IE和360就出现这个问题,求哪位前辈帮帮忙,实在是找不着原因。。。

另外我是根据http://bbs.ecshop.com/viewthread.php?tid=209758&from=favorites帖子做的,只是修改了style.css文件,其他的代码无修改,

下面是我修改的style.css(用原帖的CSS也是一样问题!!!)

  1. /*购物车*/
  2. .cart{background:url(images/catBg.gif) no-repeat left top; padding:15px 10px 15px 50px;
  3. color:#006bcd; height:50px; _padding:20px 8px 15px 0px;}
  4. .cart a.js{ overflow:hidden; display:inline-block; height:26px; float:right; width:38px; }
  5. .cart_sp { display:block; float:left; height:26px; line-height:26px; width:130px;}
  6. .cart_sp .right {_width:70px; padding-right:10px; text-align:right;}
  7. .cart_sp .left {_width:70px;text-indent:30px;}
  8. .cart_box { display:none; }
  9. .on .cart_box {display:block; background:#fff; border:1px solid #ddd; width:198px; margin:10px 0 0 -50px; _margin:5px -8px 0 0;}
  10. .ie6left {_float:left; }
  11. .ptt {background:url(images/suning.png) no-repeat 0 -80px;}
  12. .onp .ptt {text-indent:30px; }
  13. .on .ptt,.onp .ptt {_float:right; _width:100px; background-position:0px -80px;}
  14. .divt {_width:100px;}
  15. .cart_box li { height:auto; text-indent:0px; padding:8px; color:#777; border-bottom:1px dashed #dedede; _height:48px;}
  16. .cart_box li.nobk { background:#fafafa;}
  17. .cart_box li p.sgoodc { width:180px; overflow:hidden;}
  18. .cart_box li p.sgoodc span,.cart_box li p.sgoodt span,.cart_box li p a.del{ display:block; height:18px; line-height:18px; overflow:hidden; color:#000000}
  19. .cart_box li p.sgoodt { width:65px; float:right; text-align:right; overflow:hidden; color:#ff6600;}
  20. .cart_box li p a.name { color:#333; text-decoration:none; height:22px; overflow:hidden;}
  21. .cart_box li p a:hover.name,.zllcart a:hover.right { text-decoration:underline;}
  22. .cart_box li p a.del { color:#777; text-decoration:none; margin-top:5px; }
  23. .cart_box li p a:hover.del { color:#333; text-decoration:line-through;}
  24. .cart_box li.zllcart { padding:0 8px; border-bottom:0;_height:24px;}
  25. .zllcart em,.zllcart a.right { color:#ff6600;text-decoration:none;}
复制代码

回答:


看不到你图片。。。你引用qq空间的图片吧?




已经更改了图片,详细的说明问题了,还望帮忙解决感激不尽!!!

我跟你说,这个问题ie和chrome浏览器才会有的,建议你把mouseover改成onclick事件。
如果支持jquery,可以把mouseover换成mouseEnter