[Proto-Scripty] using fade and appear on the same object concurrently, interrupt one another, unwanted behavior

2009-05-22 Thread BB Design
Here is my test page: http://secure.bbdesign.com/lenoradame/history.asp You can see that if you mouse over and off the links at the top, the appear/fade work nicely. But if you do it too quickly, you get undesirable results. Sometimes the effect is temporarily disabled, until you mouseover some

[Proto-Scripty] Re: using fade and appear on the same object concurrently, interrupt one another, unwanted behavior

2009-05-22 Thread BB Design
Thanks, perfect! Can that be done with my inline code, though? Or if not, for some reason I am having trouble understanding how to setup the effect in a Javascript and then call the effect with onmouseover and onmouseout. What would be the equivalent of a Javascript version of the same thing as

[Proto-Scripty] Re: using fade and appear on the same object concurrently, interrupt one another, unwanted behavior

2009-05-22 Thread BB Design
For example, this is what I'm trying, but it isn't working: script type=text/javascript language=javascript function navicon1on { effect.appear('navicon1', {duration: 0.3}); } function navicon1off { effect.fade('navicon1',

[Proto-Scripty] Re: using fade and appear on the same object concurrently, interrupt one another, unwanted behavior

2009-05-22 Thread BB Design
This is over my head at the moment, so I will need to start out small and work my way up. I'm trying to do something really simple, which is just to add the queue to my inline event. If I can be confident that that works, then I'll try the no-inline-event method. Here is my existing code: div

[Proto-Scripty] problem getting fade/appear to apply correctly to elements

2010-01-19 Thread BB Design
Here is my page: http://www.eccrv.com/v2 Mousing over the buttons at the top (Independent Living, Personal Care, etc.) should cause the image under them to fade out, and a different image to appear. First example below, I'm showing the Javascript, the button with event trigger, then the DIV's