mücevher dükkanı için bak şu tema var http://demo.hostandwin.com/opencart/demos/oc3/ bunu kullan istersen
</head>
komutunun hemen altına;
<div style=”position:fixed; left: 0px; width: 120px; position: fixed; top: 0px; height: 30px”>
bu komutu yapıştırıyorsunuz.Bu komutun altına da google adsense komutunu yapıştırıyorsunuz bu kadar…
<div style=”position:fixed; right: 0px; width: 120px; position: fixed; top: 0px; height: 30px”> (Sağ taraf için)
<div style=”position:fixed; left: 0px; width: 120px; position: fixed; top: 0px; height: 30px”> (Sol taraf için)
Google da arattım bir sürü başlık çıkıyor bunları bir dene olmazsa başka yollar buluruz
--------------------------------------------------------------------------------------------------------------------------------------------
birde bu var bu daha iyi
En Cillobu Şu:
Şu Sol En Üste Koymak İçin:
Themen içine footer.php ye bir yerlere at bunu reklamını içine gömerek:
Alıntı:
<div id="solaenuste">BURAYA REKLEM KODLARIN</div>
Şunları css içine:
Alıntı:
#solaenuste {
position: fixed;
top: 1px;
left: 1px;
width: 220px;
height: 40px;
background-color: pink;
}
Şu Sağ En Üste Koymak İçin:
Themen içine footer.php ye bir yerlere at bunu reklamını içine gömerek:
Alıntı:
<div id="sagaenuste">BURAYA REKLEM KODLARIN</div>
Şunları css içine :
Alıntı:
#sagaenuste {
position: fixed;
top: 1px;
left: 1px;
width: 220px;
height: 40px;
background-color: pink;
}
Kolay Gelsin.