1.a标签做为空的时候,只做链接的时候,ie是无法点击链接。

 a{background:url(about:blank);}
a{ opacity:0;filter:alpha(opacity=0);}

2.给导航做下拉菜单的时候鼠标移到a标签有时候会出现闪烁

   

a{height:30px;}/*添加一个高度*/

 

3.做导航横下拉菜单时候

   不要给浮动li标签加定位

4.有用到滚动条插件

   样式不能有浮动,不能滚动条会被隐藏起来

 

 

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2021-07-17
  • 2021-07-18
  • 2022-01-02
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
猜你喜欢
  • 2022-02-05
  • 2022-12-23
  • 2022-01-02
  • 2022-01-03
  • 2021-05-21
相关资源
相似解决方案