Forum'da ara:
Ara


Yazar Mesaj
Mesaj29.11.2008, 16:06 (UTC)    
Mesaj konusu: sayfa orasında çıkan kodu yarım :(

arkadaşlar bi kod lazım bana şöyle bir kod ben bunu ekleyince ana sayfama girenin ekranında bişi çıkacak işte sitede aşşa indikçe oda gelecek ona tıklamadıkça o gitmiycek anca ona tıklayınca o kaybolacak böle bi kod lazım lütfen Sad
______________
Mesaj29.11.2008, 16:41 (UTC)    
Mesaj konusu:

ARKADAŞIM HERALDE BUNDAN BAHSEDİYORSUN DÜZENLERSEN İSTEDİĞİN GİBİ OLUR
TAKILDIĞIN KONU VARSA HİÇ ÇEKİNMEDEN SOR



KOD
Kod:
<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>
<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/4) 25% 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>
<strong><center><font color="blue">Mesut Hoca Hakkında Daha Fazla Bilgi Edinmek İçin<br><br><a href="Forum/anmelden.htm"><font size="+2"><font color="blue">Foruma Üye Olun..</a></strong></font></center>
<br><br>
<div align="right">
<a href="http://www.mesutkaymakci.tr.gg/Forum/index.htm?PHPSESSID=1f24cd7184ed65bca6b873dc57077bec" onClick="hidefadebox();return false" class="gensmall"><font color="red">Kapat</a></div>
</div>
<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>

______________



Mesaj29.11.2008, 16:54 (UTC)    
Mesaj konusu:

ya bana bunu düzenermisin kapat dugmesi olmuyacak sadece tıklayınca gidecek tıklayınca yeni bi sayfada açılcak ama ekrandan gidecek ekliyeceğim şey ve ben ekliyeceğim kodu nereye yazacam bunları yazarsan kod içinde çok sevinirim
______________
Mesaj29.11.2008, 16:57 (UTC)    
Mesaj konusu:

Buyur hackerfriend.tr.gg kodudur...

kodu nasıl ekleyeceksin?

http://hackerfriend2.tr.gg/toppbar.htm
Örnek görüntü:
http://hackerfriend2.tr.gg/topbar.htm
______________
Özel mesajlara bakmıyorum bile...
Mesaj29.11.2008, 17:02 (UTC)    
Mesaj konusu:

böyle deil gencshop arkadaşımızın yazdıgı gibi tam ortada kocaman ama kapat düğmesi olmuycak anca tıklanınca gidecek olay budur o kodu düzenlermisiniz benim için dediğim gibi Smile
______________
Mesaj29.11.2008, 17:07 (UTC)    
Mesaj konusu:

hımss onun kdo vardıur ama bilmıyorum ben.
______________
Özel mesajlara bakmıyorum bile...
Mesaj29.11.2008, 17:24 (UTC)    
Mesaj konusu:

ARKADAŞIM KODU SİTENİN TASARIM BÖLÜMÜNDEN
TASARIMIN ALTINA
TASARIMIN ÜSTÜNE
VEYA SAĞ KUTUCUĞA KOYABİLİRSİN

KOD DÜZENLENMİŞTİR

Kod:
<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>
<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/4) 25% 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>
<strong><center><font color="blue">içerik buraya gelecek<br><br><a href="Forum/anmelden.htm"><font size="+2"><font color="blue">İçerik buraya gelecek</a></strong></font></center>
<br><br>
<div align="right">
<a href="Sayfa url buraya gelecek" onClick="hidefadebox();return false" class="gensmall"><font color="red"></a></div>
</div>
<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>

______________



Mesaj29.11.2008, 17:29 (UTC)    
Mesaj konusu:

bu yönlendiriyor direk yeni pencere açannınıda yaparsan varya çok çok iyi olacak ve birz daha büyültsek ? çokmu şey isterim?
______________
Mesaj29.11.2008, 17:32 (UTC)    
Mesaj konusu:

kardeş biraz bekle hallediyorum
______________



Mesaj29.11.2008, 17:43 (UTC)    
Mesaj konusu:

ARKADAŞIM SANIRIM SENİN İÇİN FORUM Bİ BÖLÜM AÇSAK İYİ OLUR SmileSmile
NEYSE ŞAKAYI BIRAKALIM GELELİM İŞİMİZE

BU KODLA 200, 105 RAKAMLARI BÜYÜK VEYA KÜÇÜK YAZARAK İŞİNİ HALLEDEBİLİRSİN
VERDİĞİM KODA ARA BUL ALTTA OLACAK OK

Kod:
width: 200px;
height: 105px;



ARTIK YÖNLENDİRME YAPMIYOR Smile


Kod:

<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>
<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/4) 25% 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>
<strong><center><font color="blue">içerik buraya gelecek<br><br><font size="+2"><font color="blue">İçerik buraya gelecek</a></strong></font></center>
<br><br>
<div align="right">
<a href="Sayfa url buraya gelecek" onClick="hidefadebox();return false" class="gensmall"><font color="red"></a></div>
</div>
<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>

______________



Mesaj29.11.2008, 17:51 (UTC)    
Mesaj konusu:

ya sen ne müthiş bi adamsın ya çok sagol ayrıca orda deiştirdim yükseklik genişliği fayda etmedi ama genede saol Smile
______________
Mesaj29.11.2008, 17:53 (UTC)    
Mesaj konusu:

SmileSmile kardeş kontorüm bitti ü
istersen yardımcı oluruz
tekrarlıyorum kontorüm bitti
sen anladın onu
______________



Önceki mesajları göster:   


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