﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Релиб / Веб-программирование / JavaScript  / смена mouse pointer / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Релиб</description><link>http://relib.com/forums/</link><webMaster>robot@relib.com</webMaster><lastBuildDate>Sat, 10 Jan 2009 06:55:39 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: смена mouse pointer</title><link>http://relib.com/forums/Topic721203-10-1.aspx</link><description>В шестом IE так: object.style.cursor = &amp;quot;url('myfile')&amp;quot;; где myfile имеет расширение cur или ani.&lt;BR&gt;В IE 4-5 надо изголяться типа:&lt;BR&gt;(onmouseleave работает в IE 5.5 и выше)&lt;BR&gt;&lt;BR&gt;&amp;lt;style&amp;gt;&lt;BR&gt;#curs{&lt;BR&gt;position: absolute;&lt;BR&gt;left: -200;&lt;BR&gt;top: -200;&lt;BR&gt;}&lt;BR&gt;body {&lt;BR&gt;cursor: crosshair;&lt;BR&gt;}&lt;BR&gt;&amp;lt;/style&amp;gt;&lt;BR&gt;&amp;lt;script&amp;gt;&lt;BR&gt;function f(){&lt;BR&gt;xmax=document.body.clientWidth-document.all['curs'].clientWidth-2;&lt;BR&gt;ymax=document.body.clientHeight-document.all['curs'].clientHeight-2;&lt;BR&gt;xx=event.x;&lt;BR&gt;yy=event.y;&lt;BR&gt;document.all['curs'].style.position = &amp;quot;absolute&amp;quot;;&lt;BR&gt;if (xx&amp;lt;=2 || xx&amp;gt;=xmax) xx=-200&lt;BR&gt;if (yy&amp;lt;=2 || yy&amp;gt;=ymax) yy=-200&lt;BR&gt;document.all['curs'].style.left = xx;&lt;BR&gt;document.all['curs'].style.top = yy;&lt;BR&gt;}&lt;BR&gt;function z(){&lt;BR&gt;//for IE 5.5&lt;BR&gt;document.all['curs'].style.left = -200;&lt;BR&gt;document.all['curs'].style.top = -200;&lt;BR&gt;}&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;BR&gt;&amp;lt;body onmousemove=&amp;quot;f();&amp;quot; onmouseleave=&amp;quot;z();&amp;quot;&amp;gt;&lt;BR&gt;&amp;lt;img src=&amp;quot;mypictureURL&amp;quot; id=&amp;quot;curs&amp;quot;&amp;gt;&lt;BR&gt;sdasdfas&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&lt;BR&gt;Для NC &amp;quot;немного&amp;quot; подредактировать обработчик, но алгоритм тот же - таскать картинку за курсором(будет и курсор и твоя картинка).</description><pubDate>Wed, 22 Aug 2001 14:12:00 GMT</pubDate><dc:creator>alflame</dc:creator></item><item><title>смена mouse pointer</title><link>http://relib.com/forums/Topic721203-10-1.aspx</link><description>как джава скриптом сменить маус поинтер на свою картинку?</description><pubDate>Wed, 22 Aug 2001 12:00:00 GMT</pubDate><dc:creator>mihrutka</dc:creator></item></channel></rss>