Turn mouseover/mouseout function to an automatic one?
I'm using the following code to make an item appear when rolling over another item
http://pastie.org/743176
. What I want to do instead is that without using mouseover or mouseout, each item triggers the other item automatically. It's 4 buttons, and each one shows something different. So instead of having everything hidden at the start, It would be nice that it would keep "highlighting" each item like some kind of showcase.
Any help is much appreciated!