Create rollover like thing, but with text

Hello!

I am working on a website for a project & i really need the rollover-image like effect but with text message.

Like the one apple uses on final cut studio's webpage when you hover over different product catagories.

I know it involves some kind of Javascript, so is there any free script for that?

A tutorial would be really helpful, also how can i set the visual properties for it like have a gradient as the background for the text message?

Thanks!

#493849

you don't really need javascript for that you can just use css (using a:hover)

#493854

CSs can be used for a hover but you won't get the fading effect. Might be worth playing with the Mootools or jQuery javascript libraries if you're not already, they would provide the framework for effects like this.

#493856

Thanks for the replies guys, i'll look into it!

P.S. I got a tutorial to get the exact effect from webdesignerwall.com using jQuerry

Thanks a lot you guys!

#493882