我的主题有问题,点击菜单区后我的主菜单有一些选择边框。我尝试添加一些css技巧与选择,但问题仍然存在:(请帮助我:)
寻找问题&码: http://i889.photobucket.com/albums/ac91/kazaa8/Przechwytywanie_zpssurksxun.png
#main-menu.fixed {
position: fixed;
top: 0;
visibility: visible;
z-index: 200;
background: #fff;
height: 94px;
width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}