Difference between revisions of "Template:NAU-CHINA/header"

Line 39: Line 39:
 
             /*background: #e9e9e9;*/
 
             /*background: #e9e9e9;*/
 
         }
 
         }
 +
 +
        .caret {
 +
            display: inline-block;
 +
            width: 0;
 +
            height: 6px;
 +
            margin-left: 2px;
 +
            vertical-align:middle;
 +
            border-top: 4px dashed;
 +
            border-top: 4px solid\9;
 +
            border-right: 4px solid transparent;
 +
            border-left: 4px solid transparent;
 +
        }
 +
 
         .neiyebg {
 
         .neiyebg {
 
             position: relative;
 
             position: relative;
Line 242: Line 255:
 
             $(".menu > ul > li").hover(function () {
 
             $(".menu > ul > li").hover(function () {
 
                 //$(this).css({ "background-color": "#f0f0f0" });
 
                 //$(this).css({ "background-color": "#f0f0f0" });
                $(this).children("ul").stop(true, false).slideToggle(300);
 
            });
 
            //背景颜色还原+下拉菜单消失
 
            $(".menu > ul > li").mouseleave(function () {
 
                //$(this).css({ "background-color": "transparent" });
 
                $(this).children("ul").hide();
 
            });
 
        });
 
    </script>
 
</body>
 
</html>
 

Revision as of 08:35, 13 October 2018

header