KAyan yazı java script
Kod:
<td height="54" bgcolor="#000000" valign="bottom">
<table border="0" cellspacing="0" cellpadding="0" width="388">
<tr>
<td width="20" height="20"><img src="ok_sol.gif" onmouseover="leftScroll();" style="cursor:hand;" width="20" height="20"></td>
<td class="menulink" valign="bottom">
<script language=JavaScript1.2>
var marqueewidth=350
var marqueeheight=17
var speed= 5
var yon="left"
var marqueecontents="<div onmouseover=stopScroll(); onmouseout=startScroll(); class=kyazi> "
marqueecontents+="BURAYA BURAYA BURAYA ALEMİN EN KRAL SİTESİ www.frmcan.org BURAYADA YAZABİLİRSİNİZ"
marqueecontents+="</div>"
function startScroll() {
idyakis.scrollAmount=5;
}
function stopScroll() {
idyakis.scrollAmount=0;
}
function leftScroll() {
idyakis.direction="left";
}
function rightScroll() {
idyakis.direction="right";
}
if (document.all)
document.write('<marquee name="namayakis" id="idyakis" direction='+yon+' scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
</script>
</td>
<td width="20" height="20"><img onmouseover="rightScroll();" style="cursor:hand;" src="ok_sag.gif" width="20" height="20"></td>
</tr>