<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>reADactor &#187; onMouse</title> <atom:link href="http://www.readactor.com/tag/onmouse/feed/" rel="self" type="application/rss+xml" /><link>http://www.readactor.com</link> <description>A mixer of inspiration and tips, a reactor of your future design ideas, tutorials, freebies,  wordpress and joomla templates,  showcase of great looking websites.</description> <lastBuildDate>Mon, 06 Feb 2012 14:11:02 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.4</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>IE JavaScript onMouse event fix</title><link>http://www.readactor.com/tutorials/ie-javascript-onmouse-event-fix/</link> <comments>http://www.readactor.com/tutorials/ie-javascript-onmouse-event-fix/#comments</comments> <pubDate>Fri, 05 Feb 2010 13:30:29 +0000</pubDate> <dc:creator>reADactor</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[ajax]]></category> <category><![CDATA[animation]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[code]]></category> <category><![CDATA[div]]></category> <category><![CDATA[error]]></category> <category><![CDATA[event]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[IE7]]></category> <category><![CDATA[IE8]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[onMouse]]></category> <category><![CDATA[tip]]></category> <category><![CDATA[tutorial]]></category><guid
isPermaLink="false">http://www.readactor.com/?p=2097</guid> <description><![CDATA[From mouse events: mousedown, mouseup and click, dblclick, mousemove and finally mouseover and mouseout. Like wasn't enough the bad css support, IE have a strange way to look at an event object what is working just fine on any other browser.]]></description> <content:encoded><![CDATA[<p>If you are using a known javascript library, then you probably will not meet this situation. For instance, you may have a moving code for an image or a div according to the mouse position on screen:</p><pre class="brush: js">
function onMouseMove(e) {
</pre><p>Before to any variables, paste this code to make it to work and on IE browsers:</p><pre class="brush: js">
if (e == null)
e = window.event;
</pre><p>Otherwise, your javascript code will be stoped by IE.</p><div
style="padding-right:5px; margin-bottom:10px;"><script type="text/javascript">/*<![CDATA[*/// 
google_ad_client = "pub-1497987211021288";
/* 468x60, created 10/23/09 readactor continut */
google_ad_slot = "4720480018";
google_ad_width = 468;
google_ad_height = 60;
// ]]&gt;/*]]>*/</script><br
/> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div><p>Even isn&#8217;t a big deal at first sight, following a recent list with javascript animantions, i saw that many was not working on Internet Explorer. We like or not, <a
href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">over 35%</a> from internet users (over 45% according to other statistics) use IE browsers &#8211; 10% are just for IE6!?!</p><p>With <a
href="http://www.testking.eu/exam/640-721.htm" rel="nofollow" target="_blank">testking 640-721</a> course, learn how to build creative web page in JavaScript framework. Download <a
href="http://www.testking.eu/exam/642-374.htm" target="_blank" rel="nofollow">testking 642-374</a> design tutorials and <a
href="http://www.testking.eu/exam/642-873.htm" target="_blank" rel="nofollow">testking 642-873</a> study guide to become expert.</p> ]]></content:encoded> <wfw:commentRss>http://www.readactor.com/tutorials/ie-javascript-onmouse-event-fix/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk

Served from: www.readactor.com @ 2012-02-07 23:27:12 -->
