Madyona- patron
- Mesaj Sayısı : 254
Puan : 708
Kayıt tarihi : 15/06/13
Nerden : Çorum
tarafından Madyona Cuma Tem. 26, 2013 8:24 pm
- Kod:
<!-- açılır duyuru panosu kod başlangıcı -->
<SCRIPT type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></SCRIPT>
<style type="text/css">
body, input{font-family: Calibri, Arial;}
#contentt {text-align:left;position:relative;background-color:#73152C;width:160px;height:30px;padding:3px;margin-top:5px;overflow:hidden;padding:8px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
#resett{display:none;}
</style>
<div id="contentt"><a style="text-align:left;margin:0px;padding:0px;background-color:transparent;border:none;text-decoration:none;font-family:Calibri, Arial;font-size:17px;font-weight:bold;color:#e5e5e5;float:left;">MeKaNsIzLaR | Duyuru --> Lütfen Oku <-- </a><input style="float:right;" id="animate" type="button" value="Duyuru Pencereyi "Ac" ">
<input style="float:right;" id="resett" type="button" value="Duyuru Pencereyi "Kapat" "><br/><br/><div style="display:none;"id="duyurun"><a style="text-align:left;font-family:Calibri, Arial;font-size:16px;font-weight:bold;color:#e5e5e5;float:left;margin:0px;padding:0px;background-color:transparent;border:none;text-decoration:none;">
Merhaba Arkadaşlar!
<br/><br/>
Buraya Duyuru Kısmınız [ Duyuruları Buraya Yaınız...
<br/><br/>
Evet, gerçekten çok güzel!
</a></div>
<!-- DONT DELETE THIS CODE -->
<!-- siteneeklekodlari.blogspot.com -->
<!-- BU KISIMDAN İTİBAREN KODDA DEĞİŞİKLİK YAPMAK YASAKTIR -->
<div id="eklesseyi" style="display:none;position:absolute;bottom:1px;right:3px;">
<!-- bu kod koddostu tarafından oluşturulmuştur -->
<a title="sitene açılır duyuru panosu kodu ekle" href="http://siteneeklekodlari.blogspot.com/2012/01/sitene-aclr-duyuru-panosu-koddostu.html" target="_blank" style="float:right;margin:0px;padding:0px;background-color:transparent;border:none;text-decoration:none;"><img alt="kod dostu duyuru panosu" src="http://4.bp.blogspot.com/-xtuPxjTyUKY/TwQmZLDs3LI/AAAAAAAAD-Y/YosLOoCQY70/s1600/225h2.png" style="opacity:0.4;filter:alpha(opacity=40);margin:0px;padding:0px;background-color:transparent;border:none;"/></a></div></div>
<script type="text/javascript">
$("#animate").click(function() {
$("#contentt")
.animate({"width": "500px"}, 500)
.animate({"height": "200px"}, 500);
document.getElementById('resett').style.display='block';
document.getElementById('animate').style.display='none';
document.getElementById('duyurun').style.display='block';
document.getElementById('eklesseyi').style.display='block';
});
$("#resett").click(function() {
$("#contentt")
.animate({"height": "30px"}, 500)
.animate({"width": "160px"}, 500);
document.getElementById('duyurun').style.display='none';
document.getElementById('animate').style.display='block';
document.getElementById('resett').style.display='none';
document.getElementById('eklesseyi').style.display='none';
});
</script>
<!-- bu kod koddostu tarafından oluşturulmuştur -->
<!-- http://webforum.bosforum.net Taradından Hazırlanmıştır -->
<!-- açılır duyuru panosu kod sonu -->