Hi
Basically I have a few links on the page, and when you click any of them I want to set a div's alpha to 1 and give it a class. Then gradually decrease the alpha over say 1 second until it has 0 alpha.
Once it reaches 0 alpha I would like to be able to add new CSS class as well.
I can probably work the class bit out but I'm really struggling with the fading of the div. I'm quite new to JavaScript so would really appreciate any help at all.
TIA
McCoy