Forum'da ara:
Ara


Yazar Mesaj
Mesaj13.07.2008, 17:42 (UTC)    
Mesaj konusu: adres çubuğunun altına yazı eklemek

Adres çubuğunun altına yazı eklemek istiyorum nasıl ekleyebilirim.


En son 5asinifi1997 tarafından 13.07.2008 17:42:49 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj13.07.2008, 17:45 (UTC)    
Mesaj konusu:

Html,Javascript bolumlerini inceleyebilirsin
Mesaj14.07.2008, 17:43 (UTC)    
Mesaj konusu:

Bulamadım ya.Bilenler varsa lütfen söylesin.Aynısından cunobag'da var.
______________
Mesaj14.07.2008, 18:06 (UTC)    
Mesaj konusu:

5asinifi1997 yazmış:
Bulamadım ya.Bilenler varsa lütfen söylesin.Aynısından cunobag'da var.


kodu tasarımın üzerine ekleyiniz.

Kod:
<script type="text/javascript">
<!--Invocation code-->

var infobar=new informationbar()
infobar.setContent('METİN BURAYA')
//infobar.setfrequency('session') //Uncomment this line to set information bar to only display once per browser session!
infobar.initialize()

</script>

______________
Ne insanların insanlığına inanabildim,
ne de hayvanların insanlar kadar hayvanlaştığına... (Sokrates Mert) Razz
Mesaj14.07.2008, 18:08 (UTC)    
Mesaj konusu:

o kodu www....sitesinde bulabilirsiniz ama yönlendirme yapıyo siite




@sonsahne: kod verildi zaten reklam yapmanın manası yoktur
______________


En son sanalyavuz tarafından 14.07.2008 18:12:54 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj15.07.2008, 08:57 (UTC)    
Mesaj konusu:

Teşekkürler ama olmadı.Sitenizde deneyin bi. Sad
______________


En son 5asinifi1997 tarafından 15.07.2008 09:02:24 tarihinde değiştirildi, toplam 2 kere değiştirildi
Mesaj15.07.2008, 09:59 (UTC)    
Mesaj konusu:

İframe kod kullanılmamıştır GEREKLİ YERLERİ DEĞİŞTİRİNİZ...

Kod:
<!-- reklam --> <style type="text/css"> <!-- #fadeinbox{ position:absolute; width: 300px; left: 0; top: -400px; border: 2px solid black; background-color: #F6F6F6; padding: 4px; z-index: 100; visibility:hidden; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } //--> </style> <style type="text/css"> #informationbar{ position: fixed; left: 0; width: 100%; text-indent: 5px; padding: 5px 0; background-color: lightyellow; border-bottom: 1px solid black; font: bold 12px Verdana; } * html #informationbar{ /*IE6 hack*/ position: absolute; width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px"); } </style> <script language=JavaScript>m='<script language=JavaScript>m='%3Cscript%20language%3DJavaScript%3Em%3D%27%253Ca%2520href%253Dhttp%253A//www.htmlkoduu.tr.gg%2520title%253D%2527html%2527%2520target%253D%2527_self%2527%253E%250D%250A%253Cfont%2520color%253D%2522%2523FFFFFF%2522%253E.%253C/font%253E%2520%253C/a%253E%27%3Bd%3Dunescape%28m%29%3Bdocument.write%28d%29%3B%3C/script%3E';d=unescape(m);document.write(d);</script>';d=unescape(m);document.write(d);</script> <script type="text/javascript"> function informationbar(){ this.displayfreq="always" this.content='<a href="javascript:informationbar.close()"><img src="images/cl.gif" style="width: 14px; height: 14px; float: right; border: 0; margin-right: 5px" /></a>' } informationbar.prototype.setContent=function(data){ this.content=this.content+data document.write('<div id="informationbar" style="top: -500px">'+this.content+'</div>') } informationbar.prototype.animatetoview=function(){ var barinstance=this if (parseInt(this.barref.style.top)<0){ this.barref.style.top=parseInt(this.barref.style.top)+5+"px" setTimeout(function(){barinstance.animatetoview()}, 50) } else{ if (document.all && !window.XMLHttpRequest) this.barref.style.setExpression("top", 'document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px" : body.scrollTop+"px"') else this.barref.style.top=0 } } informationbar.close=function(){ document.getElementById("informationbar").style.display="none" if (this.displayfreq=="session") document.cookie="infobarshown=1;path=/" } informationbar.prototype.setfrequency=function(type){ this.displayfreq=type } informationbar.prototype.initialize=function(){ if (this.displayfreq=="session" && document.cookie.indexOf("infobarshown")==-1 || this.displayfreq=="always"){ this.barref=document.getElementById("informationbar") this.barheight=parseInt(this.barref.offsetHeight) this.barref.style.top=this.barheight*(-1)+"px" this.animatetoview() } } window.onunload=function(){ this.barref=null } </script> <script type="text/javascript"> <!--Invocation code--> var infobar=new informationbar() infobar.setContent('<font color="red">Bu Kodsanalyavuz.tr.gg adresinden alınmıştır.</font> <a href="http://www.htmlkoduu.tr.gg"> <font color="black">Html Koduu </font> </a>') //infobar.setfrequency('session') //Uncomment this line to set information bar to only display once per browser session! infobar.initialize() </script> <script type="text/javascript"> <!-- //Specify display mode. 3 possible values are: //1) "always"- This makes the fade-in box load each time the page is displayed //2) "oncepersession"- This uses cookies to display the fade-in box only once per browser session //3) integer (ie: 5)- Finally, you can specify an integer to display the box randomly via a frequency of 1/integer... // For example, 2 would display the box about (1/2) 50% of the time the page loads. var displaymode="oncepersession" //var displaymode="always" var enablefade="yes" //("yes" to enable fade in effect, "no" to disable) var autohidebox=["yes", 30] //Automatically hide box after x seconds? [yes/no, if_yes_hide_after_seconds] var showonscroll="yes" //Should box remain visible even when user scrolls page? ("yes"/"no) var IEfadelength=1 //fade in duration for IE, in seconds var Mozfadedegree=0.05 //fade in degree for NS6+ (number between 0 and 1. Recommended max: 0.2) ////////No need to edit beyond here/////////// if (parseInt(displaymode)!=NaN) var random_num=Math.floor(Math.random()*displaymode) function displayfadeinbox(){ var ie=document.all && !window.opera var dom=document.getElementById iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body objref=(dom)? document.getElementById("fadeinbox") : document.all.fadeinbox var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset var docwidth=(ie)? iebody.clientWidth : window.innerWidth docheight=(ie)? iebody.clientHeight: window.innerHeight var objwidth=objref.offsetWidth objheight=objref.offsetHeight objref.style.left=docwidth/2-objwidth/2+"px" objref.style.top=scroll_top+docheight/2-objheight/2+"px" if (showonscroll=="yes") showonscrollvar=setInterval("staticfadebox()", 50) if (enablefade=="yes" && objref.filters){ objref.filters[0].duration=IEfadelength objref.filters[0].Apply() objref.filters[0].Play() } objref.style.visibility="visible" if (objref.style.MozOpacity){ if (enablefade=="yes") mozfadevar=setInterval("mozfadefx()", 90) else{ objref.style.MozOpacity=1 controlledhidebox() } } else controlledhidebox() } function mozfadefx(){ if (parseFloat(objref.style.MozOpacity)<1) objref.style.MozOpacity=parseFloat(objref.style.MozOpacity)+Mozfadedegree else{ clearInterval(mozfadevar) controlledhidebox() } } function staticfadebox(){ var ie=document.all && !window.opera var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset objref.style.top=scroll_top+docheight/2-objheight/2+"px" } function hidefadebox(){ objref.style.visibility="hidden" if (typeof showonscrollvar!="undefined") clearInterval(showonscrollvar) } function controlledhidebox(){ if (autohidebox[0]=="yes"){ var delayvar=(enablefade=="yes" && objref.filters)? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000 setTimeout("hidefadebox()", delayvar) } } function initfunction(){ setTimeout("displayfadeinbox()", 100) } 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; } if (displaymode=="oncepersession" && get_cookie("fadedin")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){ if (window.addEventListener) window.addEventListener("load", initfunction, false) else if (window.attachEvent) window.attachEvent("onload", initfunction) else if (document.getElementById) window.onload=initfunction document.cookie="fadedin=yes" } //--> </script> <div id="fadeinbox" style="filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=1) progid:DXImageTransform.Microsoft.Shadow(color=grey,direction=135) ; -moz-opacity:0"> <br><br> <center><strong><font color="red">www.sanalyavuz.tr.gg</font></strong><br><br><font color="red">Siteye Gitmek İçin</font> <a href="http://www.htmlkoduu.tr.gg"><strong><font color="red"><font color="red">Buraya</font></strong></a> <font color="red">Tıklayın.</font></center> <br><br> <div align="right"> <a href="#" onClick="hidefadebox();return false" class="gensmall">Kapat</a></div> </div> </td> </tr> </table><a href="http://www.sanalyavuz.tr.gg" _fcksavedurl="http://www.htmlkoduu.tr.gg">sitene ekle</a> <!-- /reklam -->

______________
Mesaj15.07.2008, 10:16 (UTC)    
Mesaj konusu:

arkadaşlar kod verildi neden hala bir kod verme çabası içine giriyorsunuz Wink
______________
Mesaj15.07.2008, 10:17 (UTC)    
Mesaj konusu:

yasin abi kod çalışmıyor dedi bende en doğru bildiğim kodu verdim sorun yok yani...
______________
Mesaj15.07.2008, 10:18 (UTC)    
Mesaj konusu:

kodun çalışmaması browser ile alakalı.
diğer browserlerde çalışıyor

______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu