ページの上にこれらのボタンがありますが、問題は、クロムがこれらのボタンを右側に 80 ピクセル以上表示することです。私は何を間違っていますか?
これは 1 つのボタンのスタイルです。
#engleza1{
position: relative;
top:0px;
left: 788px;
width: 51px;
height:42px;
}
#engleza1:hover{
position: relative;
top:0px;
left: 788px;
width: 51px;
height:42px;
background:url(../images/engleza.png) no-repeat;
cursor: pointer;
}
そして、これは彼らのラッパーのスタイルです:
#wrap{
width:100%;
height: 1950px;
text-align: center;
margin:0 auto;
overflow: hidden;
background:url(../ong.png) center no-repeat;
}
html:
<div id="wrap">
<div id="engleza1">
//nothing here
</div>
...
</div>