I've got a couple of divs in a page which hold simple HTML & images. The divs each have unique ids.
I'd like it so that when the page loads the contents of the div are say, 60% but on mouseover the fade in at 100%. On mouseout they would go back to 60%.
The site is built in Joomla 1.5.x so already loads the mootools 1.11 library. I was looking for example code on the net and found lots of references for fading the opacity of images with jQuery but not all that much for mootools.
Any pointers would be appreciated :)