html菜单输出屏幕

时间:2017-03-26 17:34:15

标签: javascript html css menu

我使用html代码包括1个菜单到所有页面并且有问题菜单outscreen

html body

<body data-smooth-scroll-offset="77">
<div id="menu"></div> 
.
.
<script>
    $(function () {
        $("#footer").load("footer.html")
        $("#menu").load("navigation-bar.html")
    })
</script>
</body>

Before making a multi-page menu

after the multi-page menu.

0 个答案:

没有答案