Displaying 2 results from an estimated 2 matches for "ktxbqyfpyq1u7tetrhbn1".
2006 Jan 16
8
resizable window/div - some help needed
Hello
I have been working on a little window dialog script - please see
<http://net4visions.com/dev/window/window.htm>
http://net4visions.com/dev/window/window.htm for a preview. the necessary
files can be downloaded here:
<http://net4visions.com/dev/window/window.zip>
http://net4visions.com/dev/window/window.zip .I''ve included just the basics
- please change the path in
2006 Jan 16
4
how di i stop a running effect?
Hi,
i need some help with Effect.Appear/Effect.Fade
i would like fade in and out an element on hovering an element(->
tooltip behavior), but when i''m using Effect.Appear/Effect.Fade both
effects will continue to play and overlap each other, resulting in
unpredictable behavior.
<code>
<button onmouseover="Effect.Appear(''test_div2'')"