<div class="footborder"></div>
<script language="javascript">
function toggleDiv(toolbarr){
if(document.getElementById(toolbarr).style.display == 'none'){
document.getElementById(toolbarr).style.display = 'block';
}else{
document.getElementById(toolbarr).style.display = 'none';
}
}
</script>
<div id="toolbarrx">
<div id="toolbarr" style="position:fixed;z-index:99999;bottom:0;left:588px;width:728px;height:90px;right:0;left:0;margin:auto">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<a href="site adresi" target="_blank" rel="noopener"><img src="resim adresi" alt="footerbanner" /></a>
</td>
<td>
<div style="cursor:pointer;position:absolute;top:-10px;right:0;margin-right:-10px;z-index:9999;display:block"><a href="javascript:;" onmousedown="toggleDiv('toolbarr'); " ><img style="border:0;width:24px;height:24px;" src="resim adresi"/></a></div>
</td>
</tr>
</table>
</div>
</div> İstek: 24 Saatte 1 Kez Açılan Kod
0
●224
- 30-08-2019, 13:01:32Arkadaşlar merhaba, aşağıdaki kodu 24 saatte bir kez ve mobil uyumlu olarak ayarlamak istiyorum. Bu konuda yardımcı olabilecek var mı?