Hello,

I've noticed that IE is unable to accept x number of
clicks per second on a div:


<script>
var c = 0;
function clickspeed() {
        status=c++;
}
</script>
<div
style="width:100;height:100;background-color:yellow"
onclick="clickspeed()"></div>


Try clicking as fast as you can on the layer and
you'll notice that it's not so responsive

Any solutions to this?


--
Raymond Irving



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to