|
From: Raymond I. <xw...@ya...> - 2003-09-01 22:36:11
|
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
|