QUOTE (theillestmc12 @ Jun 16 2005, 04:44 AM)
hi i was just wondering if you guys have any cool effect codes for html/css..im going to use it in mypace..its like a networking friend thing....well if you guys have any i would really appreciate it
thx peacE!
The neatest thing I've found about css is the moz-opacity filter in Netscape and
the alpha filter in IE.
moz-opacity has a value between 0 and 1 while the alpha filter in IE (for windows only) is 0 to 100.
the syntax is as follows
filter: alpha(opacity=x); -moz-opacity: x;
where x is a value adherent to the conditions listed above
using the setTimeout method (function) one could fade in or out
aural style-sheets are soon to be implemented
-munchausen


