Forum'da ara:
Ara


Yazar Mesaj
Mesaj15.03.2011, 14:31 (UTC)    
Mesaj konusu: yazının üzerine gelince resim çıksın kodu lasım yardım

yazının üzerine gelince resim çıksın kodu lasım yardım arkadaşlar yazının mouse ile üstüne gelıcem resim gelıcek mouse'u çekince yazıdan resim gidecek...
Mesaj15.03.2011, 15:14 (UTC)    
Mesaj konusu:

şu siteye gir bak link:http://www.dw.gen.tr/samples/show-hide-ornek/beniOku.html
Mesaj15.03.2011, 15:33 (UTC)    
Mesaj konusu:

Bu kodda yazı çerçeve içinde beğenirsen kullanırsın.
Kod:
<!--Kaynak kodbanks.tr.gg-yazı ustune gel resim açılsın kodu basla--><p><script>
    parentSayisi = 0;
    sol = 0;
    ust = 0;
    tmpAcilim = false;
    tmpDivGoster = "";

    function parentSay(nesne) {
        if(!tmpAcilim) {
            if(typeof(nesne)=="object") {
                try {
                    parentSayisi += 1
                    if(!isNaN(nesne.offsetLeft)) {
                        sol += parseInt(nesne.offsetLeft)
                        ust += parseInt(nesne.offsetTop)
                    }
                    parentSay(nesne.offsetParent)
                } catch(e) {}
            }
        }
    }

    function divGoster() {
        clearTimeout(tmpDivGoster)
        tmpAcilim=true
        var div = document.getElementById('Dene')
        div.style.position = "absolute";
        div.style.display = "block";
        div.style.left = sol+"px"
        div.style.top = ust+14+"px"
    }

    function divGizle() {
        tmpDivGoster = setTimeout("document.getElementById('Dene').style.display='none'; tmpAcilim=false; sol=0; ust=0",500)
    }

    function divGizle2(katmanAdi) {
        tmpDivGoster2 = setTimeout("document.getElementById('"+katmanAdi+"').style.display='none'",500)
    }
</script></p>
<div style="border-right: #000066 5px solid; padding-right: 4px; border-top: #000066 5px solid; padding-left: 4px; padding-bottom: 4px; font: bold 15px verdana; border-left: #000066 5px solid; width: 160px; color: #000066; padding-top: 4px; border-bottom: #000066 5px solid; height: 16px; background-color: #ffcc00; text-left: center"><a id="Text" onmouseout="divGizle()" onmouseover="parentSay(this);divGoster()" style="color: #000066" href="javascript:void(0);"><strong><font color="#000080" size="3">Teşekkür</font></strong></a></div>
<div id="Dene" style="border-right: #000000 1px solid; border-top: #000000 1px solid; display: none; left: 0px; border-left: #000000 1px solid; width: 166px; border-bottom: #000000 1px solid; position: absolute; height: 200px">
<table bordercolor="#000066" cellspacing="0" cellpadding="0" width="161" border="1" onmouseout="divGizle()" onmouseover="divGoster()" style="font: bold 11px verdana; width: 161px; border-collapse: collapse; height: 185px">
    <tbody>
        <tr>
            <td align="left" onmouseout="this.style.backgroundColor='#ffff00';this.style.color='#000000'" onmouseover="this.style.backgroundColor='#ffff99';this.style.color='#0000ff'" onclick="location.href='http://kodbanks.tr.gg/'" style="padding-right: 2px; padding-left: 2px; padding-bottom: 2px; cursor: pointer; color: #ffff99; padding-top: 2px; background-color: #ffff99"><a href="http://kodbanks.tr.gg/Fenerbah%E7e-Gifleri.htm"><img height="150" alt="" width="152" src="http://img221.imageshack.us/img221/915/fbgif05oj5.gif" /></a> <br />
            Fenerbahçeoniki taraftar sitemizin kuruluşuna yardım eden Kodbanks.tr.gg sitesine çok teşekkür ederiz..</td>
        </tr>
    </tbody>
</table>
<p> </p>
<!--Kaynak kodbanks.tr.gg-yazı ustune gel resim açılsın kodu bitir-->

______________
Önceki mesajları göster:   


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