Php Açılır KAPANIR Yan menü |
25 Mesajlar | 5.319 Okunma |
>>
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;
}