hi geeks!!!
i'va simple code in mootools which shows hides a span tag..but by default, it sows the text which i want to be shown only upon clicking a show button.. can anyone tell me how to hide a span tag in mootools?
Element.implement({
fancyShow: function(){this.fade('in');},fancyHide: function() {this.fade('out');}});