.

kalpsiz-onur.TR.GG | OYUNLAR | TOPLİST | FORUM | VİDEO |

DesingLord | Web Yardım | Tr.Gg Dersleri | Ders Burada | LordNaMe & DesingMega

Karışık HTML Kodlar

SİTENİZE SAĞ TIK ENGELİ KODU..


<SCRIPT LANGUAGE="Javascript"><!--
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// www.kalpsiz-onurr.tr.gg
// ***********************************************
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 0;
if(isNS)
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick==1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick==1){ return true; }
  var myevent = (isNS) ? e : event;
  var eventbutton = (isNS) ? myevent.which : myevent.button;
  if((eventbutton==2)||(eventbutton==3)) return false;
}
function keyhandler(e) {
  var myevent = (isNS) ? e : window.event;
  if (myevent.keyCode==96)
    EnableRightClick = 1;
  return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
//-->
</script>


------------------------------------------------------------



Alttan Açılan Bilgi Araç Çubuğu ! Örnek Bedava site yarışmamıza kayıt ol gibi..

<style type="text/css">

#kalpsizonurinfobar{
position: fixed;
left: 0;
width: 100%;
text-indent: 5px;
padding: 5px 0;
background-color: white;
border-bottom: 1px solid black;
font: bold 12px Verdana;
}

* html #kalpsizonurinfobar{ /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}

</style>     <script type="text/javascript">
function kalpsizonurinfobar(){
   this.displayfreq="always"
   this.content='<a href="javascript:kalpsizonurinfobar.close()"><img src="https://img.webme.com/pic/h/hackerfriend/close.gif" style="width: 16px; height: 16px; float: right; border: 0; margin-right: 25px" /></a>'
}    

kalpsizonurinfobar.prototype.setContent=function(data){    
   this.content=this.content+data
   document.write('<div id="kalpsizonurinfobar" style="bottom: -500px">'+this.content+'</div>')
}    

kalpsizonurinfobar.prototype.animatetoview=function(){    
   var barinstance=this
   if (parseInt(this.barref.style.bottom)<0){
      this.barref.style.bottom=parseInt(this.barref.style.bottom)+5+"px"
      setTimeout(function(){barinstance.animatetoview()}, 50)
   }
   else{
      if (document.all && !window.XMLHttpRequest)
      this.barref.style.setExpression("bottom", 'document.compatMode=="CSS1Compat"? document.documentElement.scrollbottom+"px" : body.scrollbottom+"px"')
   else
      this.barref.style.bottom=0
   }
}    

kalpsizonurinfobar.close=function(){    
   document.getElementById("kalpsizonurinfobar").style.display="none"
   if (this.displayfreq=="session")
      document.cookie="infobarshown=1;path=/"
}    

kalpsizonurinfobar.prototype.setfrequency=function(type){    
   this.displayfreq=type
}    

kalpsizonurinfobar.prototype.initialize=function(){    
   if (this.displayfreq=="session" && document.cookie.indexOf("infobarshown")==-1 || this.displayfreq=="always"){
      this.barref=document.getElementById("kalpsizonurinfobar")
      this.barheight=parseInt(this.barref.offsetHeight)
      this.barref.style.bottom=this.barheight*(-1)+"px"
      this.animatetoview()
   }
}    

window.onunload=function(){    
   this.barref=null
}    

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

var infobar=new kalpsizonurinfobar()
infobar.setContent('<div align="center"><a href="http://kalpsiz-onurr.tr.gg/yarisma.htm">Site Yarışmamıza Kayıt Ol!</a></div>')
//infobar.setfrequency('session') //Bu Kod Kalpsiz-onur Tarafından Optimize Edilmiştir!
infobar.initialize()

</script>

-----------------------------------------------------------



Tasarım Ayarlarında > CSS Kodu
kısmına yapıştırdığınızda sitenizde böyle bir uygulama yapabilirsiniz. Bu sayede sitenize biraz da olsa görsellik katmış olursunuz.



Eğer CSS dışında başka bir tasarım kullanıyorsanız bu kodların başına <style> sonuna da </style> eklemeyi unutmayınız. Daha sonra tasarım ayarlarında herhangi bir kutucuğa yapıştırmanız yeterli olacaktır.


Yorumlar için:

#kommentartext {

background-image:url(https://img.webme.com/pic/h/hackerfriend/commentt.jpg);

}



Z.Defteri için:

#gbooktext {

background-image:url(https://img.webme.com/pic/h/hackerfriend/gbook.jpg);

}

------------------------------------




Sitenize gökkuşağı şeklinde renk değiştiren menü

<script>
var rate = 20;  // Increase amount(The degree of the transmutation)

if (document.getElementById)
window.onerror=new Function("return true")

var objActive;  // The object which event occured in
var act = 0;    // Flag during the action
var elmH = 0;   // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg;     // A color before the change
var TimerID;    // Timer ID


if (document.all) {
    document.onmouseover = doRainbowAnchor;
    document.onmouseout = stopRainbowAnchor;
}
else if (document.getElementById) {
    document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
    document.onmouseover = Mozilla_doRainbowAnchor;
    document.onmouseout = Mozilla_stopRainbowAnchor;
}

function doRainbow(obj)
{
    if (act == 0) {
        act = 1;
        if (obj)
            objActive = obj;
        else
            objActive = event.srcElement;
        clrOrg = objActive.style.color;
        TimerID = setInterval("ChangeColor()",100);
    }
}


function stopRainbow()
{
    if (act) {
        objActive.style.color = clrOrg;
        clearInterval(TimerID);
        act = 0;
    }
}

function doRainbowAnchor()
{
    if (act == 0) {
        var obj = event.srcElement;
        while (obj.tagName != 'A' && obj.tagName != 'BODY') {
            obj = obj.parentElement;
            if (obj.tagName == 'A' || obj.tagName == 'BODY')
                break;
        }

        if (obj.tagName == 'A' && obj.href != '') {
            objActive = obj;
            act = 1;
            clrOrg = objActive.style.color;
            TimerID = setInterval("ChangeColor()",100);
        }
    }
}


function stopRainbowAnchor()
{
    if (act) {
        if (objActive.tagName == 'A') {
            objActive.style.color = clrOrg;
            clearInterval(TimerID);
            act = 0;
        }
    }
}


function Mozilla_doRainbowAnchor(e)
{
    if (act == 0) {
        obj = e.target;
        while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
            obj = obj.parentNode;
            if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
                break;
        }

        if (obj.nodeName == 'A' && obj.href != '') {
            objActive = obj;
            act = 1;
            clrOrg = obj.style.color;
            TimerID = setInterval("ChangeColor()",100);
        }
    }
}


function Mozilla_stopRainbowAnchor(e)
{
    if (act) {
        if (objActive.nodeName == 'A') {
            objActive.style.color = clrOrg;
            clearInterval(TimerID);
            act = 0;
        }
    }
}

function ChangeColor()
{
    objActive.style.color = makeColor();
}


function makeColor()
{
    // Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGB
    if (elmS == 0) {
        elmR = elmV;    elmG = elmV;    elmB = elmV;
    }
    else {
        t1 = elmV;
        t2 = (255 - elmS) * elmV / 255;
        t3 = elmH % 60;
        t3 = (t1 - t2) * t3 / 60;

        if (elmH < 60) {
            elmR = t1;  elmB = t2;  elmG = t2 + t3;
        }
        else if (elmH < 120) {
            elmG = t1;  elmB = t2;  elmR = t1 - t3;
        }
        else if (elmH < 180) {
            elmG = t1;  elmR = t2;  elmB = t2 + t3;
        }
        else if (elmH < 240) {
            elmB = t1;  elmR = t2;  elmG = t1 - t3;
        }
        else if (elmH < 300) {
            elmB = t1;  elmG = t2;  elmR = t2 + t3;
        }
        else if (elmH < 360) {
            elmR = t1;  elmG = t2;  elmB = t1 - t3;
        }
        else {
            elmR = 0;   elmG = 0;   elmB = 0;
        }
    }

    elmR = Math.floor(elmR).toString(16);
    elmG = Math.floor(elmG).toString(16);
    elmB = Math.floor(elmB).toString(16);
    if (elmR.length == 1)    elmR = "0" + elmR;
    if (elmG.length == 1)    elmG = "0" + elmG;
    if (elmB.length == 1)    elmB = "0" + elmB;

    elmH = elmH + rate;
    if (elmH >= 360)
        elmH = 0;

    return '#' + elmR + elmG + elmB;
}

</script>





--------------------------------------------------------------------------

Sitene Yukarı Çık çapası!!

<style>
a.asagi {
    position:fixed;
    bottom:15px;
    right:20px;
    font:11px arial;
    text-transform:uppercase;
}
</style>
 
</style>
<a href="#" class="asagi"><img src="https://img.webme.com/pic/c/csstasarimi/csstasarimiyukari.png" border="0" title="Yukarı" /></a>


-------------------------------------------------------------------------------------



İNTROLAR!!

Koruma - Köpekli İntro




Siyah Animasyonlu İntro

 

 

 

 

 




Güzel Bir Aşk İntorosu

 

 
 
Bugün 3 ziyaretçi (5 klik) kişi burdaydı!




kalpsiz-onurr.tr.gg







| Kalpsiz-onur | HTML | JavaScript | Forum | Video | Oyun | photoshop | dj | Anlat Siteni... | Siteni Google Listesine Eklemek | Icon arşivi |
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol