Yazar |
Mesaj |
-
blsweb
Acemi Üye
Konum: Microsoft
|
13.01.2009, 20:07 (UTC) Mesaj konusu: Açılan reklam kutucuğu ? |
|
|
ben bir kod arıyorum bilen varsa nasıl çalıştığını ve kodu yazabilirmi
Aradığım: açılan reklam kutucuğu, mesela kodu koyduğun yerde siteye girince 2saniye sonra açılıyor 300x250 şeklinde ve ancak ziyaretçi tıklaması ile kapanıyor bu kodu arıyorum şimdiden teşekkürler. ______________ <a href="http://www.kolbastigrubu.blogspot.com">Kolbasti Mp3 İndir</a></br>
<a href="http://www.yemegebizdeyizprogrami.blogspot.com">Yemekteyiz İzle</a></br>
<a href="http://www.serinlet.blogspot.com">Serinlet Blog</a></br>
En son blsweb tarafından 13.01.2009 20:20:42 tarihinde değiştirildi, toplam 1 kere değiştirildi
|
|
↑
|
|
|
-
garom
Bedava-Sitem Bağımlısı
Konum: sivas
|
13.01.2009, 20:09 (UTC) Mesaj konusu: kod |
|
|
Kod: <style type="text/css">
#topbar{
position:absolute;
padding: 2px;
BORDER-RIGHT: #455690 1px solid;
BORDER-TOP: #b9c9ef 1px solid;
BORDER-LEFT: #b9c9ef 1px solid;
BORDER-BOTTOM: #455690 1px solid;
background-color: #e0e9f8;
width: 200px;
height: 105px;
visibility: hidden;
z-index: 100;
background-image: url(http://pic1.resimupload.com/r6/thumb_722138890.jpg);
} </style><script type="text/javascript">
/***********************************************
* Floating Top Bar script- © Dynamic Drive (www.dynamicdrive.com)
* Sliding routine by Roy Whittle (http://www.javascript-fx.com/)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 5 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="frombottom" //enter "fromtop" or "frombottom"
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}
function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
barwidth=document.getElementById("topbar").offsetWidth
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = iecompattest().clientWidth - barwidth - startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<div id="topbar" style="width: 159px; height: 116px">
<table style="width: 164px; cursor: default; height: 25px" width="164">
<tbody>
<tr>
<td valign="top" align="right"> <font face="Verdana" color="#0000ff" size="1"><strong>kapatma için tıklayın</strong></font><a onClick="closebar(); return false" href=""><img alt="" border="0" src="http://pic1.resimupload.com/r2/thumb_549287753.gif" /> </a></td>
</tr>
</tbody>
</table>
<table style="border-right: #b9c9ef 1px solid; border-top: #728eb8 1px solid; border-left: #728eb8 1px solid; width: 162px; cursor: default; border-bottom: #b9c9ef 1px solid; height: 79px" height="79" width="162">
<tbody>
<tr>
<td valign="top" align="left"><img style="width: 51px; height: 66px" height="52" alt="" width="51" src="http://img.webme.com/pic/f/fenerlininsitesi/6711.png" /></td>
<td valign="top" align="left"><strong><font face="Verdana" color="#0000ff" size="1">Fenerlininsitesi<br />
Şimdi açtınız...<br />
Tüm güncel haberler ve ekstra konular..</font></strong></td>
</tr>
</tbody>
</table>
</div>
<br /> Başka biryerden aldım umarım doğrudur. ______________ İsteyen herkese blogger tabanlı com uzantıı domain alma ve bu sitelerden para kazanmak konusunda yardımcı olabilirim.Artık tr.gg liler de para kazansın!!! |
|
↑
|
|
|
-
orhan-dersimli
Uzman Üye
|
13.01.2009, 20:09 (UTC) Mesaj konusu: |
|
|
siz seye diyorsunuz etiketli olmasini istiyorsunuz ______________
|
|
↑
|
|
|
-
bonjuan-62
Uzman Üye
Konum: ....SerSeRi GeNçLiK....
|
13.01.2009, 20:13 (UTC) Mesaj konusu: |
|
|
photoshopar daki gibi galiba!.Gerçektende bilen varsa bende öyle bişey arıyorum!. ______________
Forumda BonJuan-62 yerine ismimle yani "Deniz" diye hitap edilmesini tercih ederim!. |
|
↑
|
|
|
-
orhan-dersimli
Uzman Üye
|
13.01.2009, 20:22 (UTC) Mesaj konusu: |
|
|
http://bitmeyen-hikayem.tr.gg/ bu sitede var aynisi bende kdu vardi malesef silmisim ama forumda olmasi lazim ______________
|
|
↑
|
|
|
-
kod-dunyasi
Aktif Üye
Konum: istanbul
|
13.01.2009, 20:38 (UTC) Mesaj konusu: |
|
|
Buyrun arkadaşlar İstediğiniz Kod Buraya Reklam Kodu Yazan Yere Reklam Kodunu Yazın BAşkada Bişeye ellemeyin
Kod: <!-- start -->
<style type="text/css">
#topbar{
position:absolute;
border: 0px solid black;
padding: 0px;
background-color: yellow;
width: 100px;
visibility: hidden;
z-index: 0;
}
</style>
<script type="text/javascript">
var persistclose=1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 10 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function closebar(){
if (persistclose)
document.getElementById("topbar").style.visibility="hidden"
}
function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.right=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopright=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopright()", 0);
}
ftlObj = ml("topbar");
stayTopright();
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<div id="topbar">
<a href="javascript:;" onclick="closebar()"><b>Reklamı Kapat</b></a>
[b]BURAYA REKLAM KODU[/b]
</div>
<!-- finish -->
<div id="sidebar_container">
<h2 id="sidebar_heading"><span></span></h2>
<div id="sidebar_content"><style type="text/css"> <!--
#sponsorAdDiv {position:absolute; height:1; width:1px; top:0; left:0;}
--> </style> <script type="text/javascript">
/******************************************
* DHTML Ad Box (By Matt Gabbert at http://www.nolag.com)
* Visit http://www.dynamicdrive.com/ for full script
* This notice must stay intact for use
* Bu kodu hackerfriend.ile.biz adresinden indirdiniz
******************************************/
adTime=10; // seconds ad reminder is shown
chanceAd=1; // ad will be shown 1 in X times (put 1 for everytime)
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && !ie);
var calunit=ns? "" : "px"
adCount=0;
function initAd(){
if(!ns && !ie && !w3) return;
if(ie) adDiv=eval('document.all.sponsorAdDiv.style');
else if(ns) adDiv=eval('document.layers["sponsorAdDiv"]');
else if(w3) adDiv=eval('document.getElementById("sponsorAdDiv").style');
randAd=Math.ceil(Math.random()*chanceAd);
if (ie||w3)
adDiv.visibility="visible";
else
adDiv.visibility ="show";
if(randAd==1) showAd();
}
function showAd(){
if(adCount<adTime*10){adCount+=1;
if (ie){documentWidth =truebody().offsetWidth/2+truebody().scrollLeft-20;
documentHeight =truebody().offsetHeight/2+truebody().scrollTop-20;}
else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;
documentHeight=window.innerHeight/2+window.pageYOffset-20;}
else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;
documentHeight=self.innerHeight/2+window.pageYOffset-20;}
adDiv.left=documentWidth-200+calunit;adDiv.top =documentHeight-200+calunit;
setTimeout("showAd()",100);}else closeAd();
}
function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
function truebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
onload=initAd;
//End-->
</script> <div id="sponsorAdDiv" style="visibility:hidden"> <table width="450px" height="350px" bgcolor="#008000"><tr><td> <table width="445px" height="345px" bgcolor="#F0FFF0"><tr><td align="center" valign="middle"> <!--*****EDIT THIS MESSAGE*****-->
==>> REKLAMI KAPAT <<==
[b]
BURAYA REKLAM KODU[/b]
<!--*****EDIT THE ABOVE MESSAGE*****--> </td></tr></table></td></tr></table> </div>
______________ |
|
↑
|
|
|
-
bonjuan-62
Uzman Üye
Konum: ....SerSeRi GeNçLiK....
|
13.01.2009, 20:49 (UTC) Mesaj konusu: |
|
|
tasarım üzerindeki yazı bölümüne yazacağız değil mi??
Birde reklamın boyutunu ne kadar yapacağız??! ______________
Forumda BonJuan-62 yerine ismimle yani "Deniz" diye hitap edilmesini tercih ederim!. |
|
↑
|
|
|
-
saraybahcesi
Uzman Üye
Konum: YILDIZLAR TAKIMI!
|
|
↑
|
|
|
-
kod-dunyasi
Aktif Üye
Konum: istanbul
|
13.01.2009, 21:01 (UTC) Mesaj konusu: |
|
|
1. reklamın boyu 234*60
2.reklamın boyu 336*280 olmalıdır
kolay gelsin______________ |
|
↑
|
|
|
-
kefkir
Uzman Üye
|
|
↑
|
|
|
-
blsweb
Acemi Üye
Konum: Microsoft
|
14.01.2009, 11:39 (UTC) Mesaj konusu: |
|
|
Teşekkürler Arkadaşlar ! ______________ <a href="http://www.kolbastigrubu.blogspot.com">Kolbasti Mp3 İndir</a></br>
<a href="http://www.yemegebizdeyizprogrami.blogspot.com">Yemekteyiz İzle</a></br>
<a href="http://www.serinlet.blogspot.com">Serinlet Blog</a></br> |
|
↑
|
|
|
|