JS keyword search/help bubble help

Anton Markov anton-F0u+EriZ6ihBDgjK7y7TUQ at public.gmane.org
Tue Aug 31 16:10:24 UTC 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Madison Kelly wrote:
|   Wonderful, thank you! This one works great:
|
| http://www.dynamicdrive.com/dynamicindex5/popinfo3.htm
|
|   The only trick I haven't figured out is how to speed up the fade in
| effect but everything else works well.
|

I believe the answer is in this function:

| function incropacity(){
| if(ieop<=100){
// You could increase this to fade in by larger increments
| ieop+=7;
| if(IE4 || IE5)navtxt.style.filter="alpha(opacity="+ieop+")";
| if(NS6)navtxt.style.MozOpacity=ieop/100;
// Or decrease this timeout value (in milliseconds most likely)
| op_id=setTimeout('incropacity()', 50);
| }}

Also, remember that alpha effects are cpu-intensive. It could be that
your CPU can't render the effect at full speed (and think about the
systems of your users).


- --
Anton Markov <("anton" + "@" + "truxtar" + "." + "com")>

GnuPG Key fingerprint =
5546 A6E2 1FFB 9BB8 15C3  CE34 46B7 8D93 3AD1 44B4

*** LINUX - MAY THE SOURCE BE WITH YOU! ***
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBNKLvRreNkzrRRLQRAmnxAJ9skHmGETDdpSLr/yWRICpecchliACfY724
rdMvZ61DlwFTksoG/f2H2I4=
=xPH/
-----END PGP SIGNATURE-----
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list