引导程序下拉菜单背景颜色在IE中不起作用

时间:2014-03-21 15:47:45

标签: css twitter-bootstrap internet-explorer drop-down-menu cross-browser

我在下拉菜单中有背景颜色,仅在活动菜单li上应用背景颜色而不是所有菜单选项。它适用于除IE--

之外的所有其他浏览器
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: @zindex-dropdown;
  display: none; // none by default, but block on "open" of the menu
  float: left;
  min-width: 154px;
  padding: 5px 0;
  margin-left: 0px; // override default ul
  list-style: none;
  font-size: @font-size-base;
  background-color: @dropdown-bg;
  border-radius: @border-radius-base;
  .box-shadow(0 6px 12px rgba(0,0,0,.175));
  background-clip: padding-box;

任何见解都表示赞赏 - 谢谢! http://soakandswim.com/pools/inground/ - 参考

0 个答案:

没有答案