Выезжает слева на странице - приветствие
или кое, что другое. Пример
Код
<script>
//set style for NS4 to ''
if (document.layers)
var ns4def=''
</script>
<h2 id="flyin" style="position:relative;left:-400;font-style:italic; &{ns4def};" >
<font face="Arial">Добро пожаловать!<br> Выезжает слева приветствие<br> или кое, что другое.<br> <br><br><a href="http://artnov.ucoz.com/" target="_blank"><img
src="http://artnov.ucoz.com/logo/LOGOGN.png" border="0" alt="Галерея картин"></a></font></h2>
<script language="JavaScript1.2">
if (document.getElementById||document.all)
var crossheader=document.getElementById? document.getElementById("flyin").style : document.all.flyin.style
function animatein(){
if (parseInt(crossheader.left)<0)
crossheader.left=parseInt(crossheader.left)+20
else{
crossheader.left=0
crossheader.fontStyle="normal"
clearInterval(start)
}
}
if (document.getElementById||document.all)
start=setInterval("animatein()",50)
</script>