Forum'da ara:
Ara


Yazar Mesaj
Mesaj27.07.2009, 22:07 (UTC)    
Mesaj konusu: yanıp sönen yazı veya resim

yanıp sönen yazı veya resim kodu varmı bilen.. yardımcı olursanız sevinirim


______________
SÜLEYMAN TOPCU
Mesaj27.07.2009, 22:17 (UTC)    
Mesaj konusu:

Kod:
<!-- Kodbanks.tr.gg renk degistiren tablo kod baslangici--> <table border="0" width="110" id="myexample" style="border:5px solid green">
<tr>
<td><IMG alt="" src="Buraya resim adresini yazın" _fcksavedurl="Buraya resim adresini yazın" _fcksavedurl="Burayada resim adresini yazın" border=0><br>Buraya yazı yazın.<br>Buraya yazı yazın.<br></td>
</tr>
</table>
<script language="JavaScript1.2">
<!--

/*
Flashing Table Border Script- © Dynamic Drive (www.dynamicdrive.com)
Visit http://www.dynamicdrive.com for this script
Credit must stay intact for use
*/

//configure interval btw flash (1000=1 second)
var speed=500

function flashit(){
var crosstable=document.getElementById? document.getElementById("myexample") : document.all? document.all.myexample : ""
if (crosstable){
if (crosstable.style.borderColor.indexOf("green")!=-1)
crosstable.style.borderColor="red"
else
crosstable.style.borderColor="green"
}
}
setInterval("flashit()", speed)
//-->
</script><!-- Kodbanks.tr.gg renk degistiren tablo kod sonu-->




Bu yanıp sönen tablo kodu bak bakalım işine yararmı...
______________
Önceki mesajları göster:   


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