View Single Post
ישן 02-03-06, 20:53   # 13
miniature
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,754

miniature לא מחובר  

PHP קוד:
<script type="text/javascript">
setTimeOut("startmar()",10);
function startmar() {
document.getElementById("nf").start();
}
</script>
<?php
  
echo "<marquee direction=\"up\" scrollamount=\"2\" scrolldelay=\"0\" loop=\"infinite\" onmouseover=\"this.scrollAmount=0;\" onmouseout=\"this.scrollAmount=2;\" id=\"nf\" onload=\"this.stop();\">abc</marquee>\n";
__________________
יואב.

דרכים ליצירת קשר:

אימייל: thebigfire@walla.co.il
הודעה פרטית
  Reply With Quote