首页 > 解决方案 > 为什么导航栏按钮单击时会向下滑动?

问题描述

嘿,谁能帮我解决菜单的问题。当我点击链接时,它没有打开你可以在这里看到问题http://hostryy.5gbfree.com/INDEX.html

标签: htmlcss

解决方案


您添加了此样式。

.mail a:link, a:visited, a:active {
   position: relative;
   top: 40px !important; <= You need to remove this line
   color: black;
   text-decoration: none !important;
   font-family: "raleway", sans-serif;
   font-weight: 300;
}

转到style.css207 行,将其删除或设为 0


推荐阅读