Love Cursor 2025-07-09 |
ამას ვსვავთ site Page-ბს შორის Code <script type="text/javascript"> <br> document.onmousemove = function(_event) <br> { <br> _event = _event || window.event; <br> var mouse_left = _event.clientX; <br> var mouse_top = _event.clientY; <br> $('#cursor_image').css({left: mouse_left + 15 + 'px', top: mouse_top + 15 + 'px'}); <br> } <br><br> function heart_up() { <br> $('#cursor_image').css('width', 18 + 'px').css('height', 15 + 'px'); <br> } <br> function heart_down() { <br> $('#cursor_image').css('width', 16 + 'px').css('height', 13 + 'px'); <br> } <br> setInterval(heart_up, 200); <br> setInterval(heart_down, 300); <br> </script> <br> <style> <br> #cursor_image {position: absolute;width:18px;height:15px;z-index:15000;} <br> </style> <br> <img id="cursor_image" src="http://spichki.ucoz.ru/heart.png" /> |
სულ კომენტარები: 0 | |