freddygusto
04-19-2008, 02:12 AM
Hi guys,
I'm interested in doing something cool with Javascript. Just not sure if it is possible, and how to do it....
Lets say I am using an embedded style CSS definition at the head section of my page. I want the transparency rules:
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
to go from 1 to 100 in 5 seconds (it has to be done for all three rules in order to have it working in all browsers). And then stay fixed at 100.
I assume only client side script like JS can do this.
Anybody can tell me how to get it? It would be great...
Thanx
I'm interested in doing something cool with Javascript. Just not sure if it is possible, and how to do it....
Lets say I am using an embedded style CSS definition at the head section of my page. I want the transparency rules:
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
to go from 1 to 100 in 5 seconds (it has to be done for all three rules in order to have it working in all browsers). And then stay fixed at 100.
I assume only client side script like JS can do this.
Anybody can tell me how to get it? It would be great...
Thanx