Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Doesn't work In firefox "revealTrans" effect

Status
Not open for further replies.

tarz2

ISP
Joined
Jun 18, 2007
Messages
4
Location
CA
Hi,

This code works in IE, but not in firefox. Could someone help modify so it could work in Firefox as well,


========
menu.style.filter="revealTrans(duration=5, transition=8)";
menu.filters.revealTrans.apply();
menu.style.visibility="visible";
menu.filters.revealTrans.play();
=======
Thank you.
 
You cannot - these are IE-only filters and transitions. You might try using a cross-browser effects library instead, such as:


Hope this helps,
Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Thank you for reply,

The link you gave me .. is not a free source.. I believe I cann't use it if I want to sell my website. Do you know any free tutorials/sites that can do similar like the IE example, only cross-browser.

Thank you for your help,
 
Hi

tarz2 said:
The link you gave me .. is not a free source..
If you say so...
license said:
script.aculo.us is licensed under the terms of the MIT License.

The short version is: you can use it, free of charge, for anything you like (which includes commercial applications); just don’t remove the copyright remarks.

Feherke.
 
Ohh you right. I though I saw that it is not for commercial usage...
Thanks for the reply
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top