Can Javascript Framework do this?

Hi,

I like the look of this page:
http://www.teviotcreative.com/#/about-us/people

I really like the effect when the mouse moves over the images and it goes orange with the name.

Does anyone know of a script using jquery/mootools that could do something similar?

Many thanks for any help

all I see there is a completely blank page with absolutely nothing in it

Heh, that’s a strange one.

That site is developed in Flash. Do you have Flash installed/disabled?

The mouseover effect is quite smooth so not an instant onMouseOver / onMouseOut switch?

Mouseover effects can be easily done with a few lines of JavaScript. Many can even be done with CSS so they work even when JavaScript is disabled. I don’t know exactly what would be required to duplicate the effect you see on the page you linked to because all I see there is a completely blank page with absolutely nothing in it (and that can be easily done even without CSS).

The natural order of the world has been restored.

We’ve got a winner!

http://jqueryfordesigners.com/demo/fade-method2.html :slight_smile: