Quote:
|
Originally Posted by eyece
i found a way to do it,
Code:
<script language="JavaScript1.2">
<!--
function flashit(){
if (!document.all)
return
if (soldat.style.backgroundColor=="#004444")
soldat.style.backgroundColor="#003333"
else
soldat.style.backgroundColor="#003333"
}
setInterval("flashit()", 9999)
//-->
</script>
it was that simple ^.^
thanks anyway
feal free to lock/close this topic
|
hay i didn't understand the above code how it is work
can you help me to understand it, i am alos looking this type of navigattion option
Thanks in advance
Jbase