Выкладываем всякие скрипты и красивости под 9 мая..
Вот нашел интересный скрипт Переносной Георгиевской ленточки на вот этом ресурсе: http://udf.su/forum/32-5034-1
Саму ленточку можно переносить по всему форуму))
Скрипт с самого ресурса:
Код:
<!--Переносная Георгиевская ленточка--> <img src="http://webo4ka.ru/webo4ka/lenta_avatar.png" border="0" title="С Днём Победы 9 мая!" alt="С Днём Победы 9 мая!" class="webo4ka9mai" style="cursor: move; position: absolute; top: 50px; left: 740px;"/> <link rel="stylesheet" href="http://webo4ka.ru/Ucoz3/9_mai/webo4ka_9_mai.css" type="text/css" /> <script language="JavaScript" type="text/javascript" src="http://webo4ka.ru/Ucoz3/9_mai/webo4ka_9_mai.js"></script>
Ставим в НТМЛ верх.
А это на случай, если вышеуказанный ресурс перестанет работать:
Код:
<!--Переносная Георгиевская ленточка--> <img src="http://webo4ka.ru/webo4ka/lenta_avatar.png" border="0" title="С Днём Победы 9 мая!" alt="С Днём Победы 9 мая!" class="webo4ka9mai" style="cursor: move; position: absolute; top: 50px; left: 740px;"/> <style>.webo4ka9mai{ position:relative; cursor:hand; z-index: 100; }</style> <script language="JavaScript" type="text/javascript"> var webo4ka9maiobject={ z: 0, x: 0, y: 0, offsetx : null, offsety : null, targetobj : null, webo4ka9maiapproved : 0, initialize:function(){ document.onmousedown=this.webo4ka9mai document.onmouseup=function(){this.webo4ka9maiapproved=0} }, webo4ka9mai:function(e){ var evtobj=window.event? window.event : e this.targetobj=window.event? event.srcElement : e.target if (this.targetobj.className=="webo4ka9mai"){ this.webo4ka9maiapproved=1 if (isNaN(parseInt(this.targetobj.style.left))){this.targetobj.style.left=0} if (isNaN(parseInt(this.targetobj.style.top))){this.targetobj.style.top=0} this.offsetx=parseInt(this.targetobj.style.left) this.offsety=parseInt(this.targetobj.style.top) this.x=evtobj.clientX this.y=evtobj.clientY if (evtobj.preventDefault) evtobj.preventDefault() document.onmousemove=webo4ka9maiobject.moveit } }, moveit:function(e){ var evtobj=window.event? window.event : e if (this.webo4ka9maiapproved==1){ this.targetobj.style.left=this.offsetx+evtobj.clientX-this.x+"px" this.targetobj.style.top=this.offsety+evtobj.clientY-this.y+"px" return false } } } webo4ka9maiobject.initialize() </script>
Картинку можно свою ставить.