MERHABA EKTEKİ RESİMDEKİ GİBİ YAN KUTUNUN ICERISINE BUTONLAR EKLEDIM. ANCAK 3.CU BUTONU EKLEDIGIMDE DIGER BUTONUN USTUNE GELIYOR YADA KAYBOLUYOR BUNU NASIL COZERIM ACABA ? .ALTHARİTA yazanları kopyaladım classlari değiştirdim yinede olmadı nasıl çözerim bunu acaba ? saygılar
resim :



header içindeki kod.


>>
Bilgi ve Talep Formu



DEVRE  TATİL  BİLGİ




BİLGİ VE REZERVASYON HATTI

0555 555 55 55





STYLE.CSS İÇERİSİNDEKİ KOD


.altHarita{
position: absolute;
right: 7px;
bottom: 85px;
background: #d4782e;
opacity: .9;
padding: 8px 34px;
color: #fff !important;
text-decoration: none !important;
transition: all .5s;
}
.altHarita:hover{
background-color: #846b51;
text-decoration: none !important;
color: #fff !important;
}
.altHarita2{
position: absolute;
right: 7px;
bottom: 130px;
background: #d4782e;
opacity: .9;
padding: 8px 30px;
color: #fff !important;
text-decoration: none !important;
transition: all .5s;
}
.altHarita2:hover{
background-color: #846b51;
text-decoration: none !important;
color: #fff !important;
}
.altHarita3{
position: absolute;
right: 7px;
top: 80px;
background: #d4782e;
opacity: .9;
padding: 8px 34px;
color: #fff !important;
text-decoration: none !important;
transition: all .5s;
}
.altHarita3:hover{
background-color: #846b51;
text-decoration: none !important;
color: #fff !important;
}