Jump to content

How to create this overlay effect?


mistados

Recommended Posts

Hey guys, If you visit this site; http://devatic.com/?theme=Daisho you will see when you hover over a portfolio item that a nice overlay effect takes place, im wanting to know how to do this, not the whole portfolio or multiple images like on the above site, just have that same overlay effect on hover of the image turning all one colour with custom text and links.. Has anyone done anything like this and know how its done?

Link to comment
Share on other sites

This site, apparently, has an embedded font which contains symbols they're using for the menu. They change the color of the text and symbol when the mouse hovers over the object. Something similar to this:

.element:hover {	color: #0080FF;}

The dropdown menu is probably done with jQuery.

Link to comment
Share on other sites

I thought you were referring to the menu at the top. The images that fade from one to another probably use a pre-made jQuery script. The theory behind it is to place one image in front of another, then gradually change its opacity from 0 to 1.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...