Ok, I have a new blog I’m building over at EFx2, http://blog.efx2.com/user/denizengt
In this blog are mutilple posts wrapped in DIVs. They all have the same class, called “entirePost”.
What I’m trying to do is use the Fadomatic Script for transparency http://chimpen.com/fadomatic/#examples.
Problem is, I don’t know how to assign the script to each div. When a user mousesover the div, I want it to fade in, and when he mouses out, it fades out (ie, each div, not all of them). All I’ve got to identify the divs is that class, “entirePost”.
Can someone outline how I’d do this? Ie, assigning mouseover/mouseout behaviours to multiple divs with the same class?