html-css

时间:2016-06-25 05:59:30

标签: html5 css3

我有一个英雄形象,在它的顶部,我想要一个标志和菜单, 我已将以下属性提供给英雄形象。对于导航栏我给了position: absolute; and width : 100%

我不想要那个透视滚动条,请帮忙。this is how my page look like

height: 551px; width: 100%;background: url(../_images/banner_1.JPG) no-repeat;background-size: cover;position: relative;

2 个答案:

答案 0 :(得分:1)

你的意思是窗口水平滚动条,所以要隐藏添加下面的代码并将navbar div更改为100%,

body{
overflow-x:hidden;
}

答案 1 :(得分:0)

用于移除horiontal滚动条

添加overflow-x:hidden