MY CODES

FLASHING TEXT

493 views

FLASHING-TEXTFLASHING TEXT

.

.

.

.

.

<table border="0" width="300" height="auto" id="mytable" style="background:#FBBB22;color:#FFF;font:14px arial;border:5px solid green">
<tr>
<td><a href="http://the-best-widgets.blogspot.gr"> WIDGETS FOR BLOGS ON BLOGGER</a></td>
</tr>
</table>
<script language="JavaScript1.2">
var speed=500
function flashit(){
var crosstable=document.getElementById? document.getElementById("mytable") : document.all? document.all.myexample : ""
if (crosstable){
if (crosstable.style.borderColor.indexOf("green")!=-1)
crosstable.style.borderColor="#FFFF00"
else
crosstable.style.borderColor="green"}}
setInterval("flashit()", speed)
</script>
Για να σχολιάσετε πρέπει να συνδεθείτε.
Προηγούμενο άρθρο
BLINKING TEXT
Επόμενο άρθρο
TYPEWRITER TEXT EFFECT