That didn't fix the flickering problem. :o(

Can anyone help?

http://rock-itnaturalstone.com/dev/ThinVeneer.php

Chris



On Wed, May 21, 2008 at 11:10 AM, Chris Jordan <[EMAIL PROTECTED]>
wrote:

> Mike, thanks for your suggestion. I'll give that a shot and let report
> back. :o)
>
> Chris
>
>
> On Tue, May 20, 2008 at 9:11 PM, Mike <[EMAIL PROTECTED]> wrote:
>
>>
>> > http://rock-itnaturalstone.com/dev/ThinVeneer.php
>> >
>> > Just hover over some of the stone samples to see what it's doing. It's
>> > driving me crazy. It's almost as if the mouseover even fires constantly
>> > while the mouse is hovered over the element, rather than just firing
>> once.
>> > Any thoughts?
>> >
>> > Thanks,
>> > Chris
>>
>>
>> Hey Chris,
>>
>> You mouseout handler is definitely getting called.  Maybe moving the
>> calls around like this would help:
>>
>> $(".thumb").bind("mouseover", function(){
>>    $(this).block({
>>        message: $(this).attr("alt"),
>>        // other options here
>>    }).bind("mouseout",function(){
>>        $(this).unblock().unbind('mouseout');
>>    });
>> });
>>
>
>
>
> --
> http://cjordan.us




-- 
http://cjordan.us

Reply via email to