Mouse over

They have: 2 posts

Joined: Dec 2015

Hi
I want to display one image when ever I moved the cursor to particular object how to do that one can anyone help me in this regard

They have: 66 posts

Joined: Jan 2016

Edit your css to something like this:

.yourcssclass:hover{
.....your code here for the image
}

They have: 8 posts

Joined: Apr 2016

use CSS "hover" you can take any class name and add ":hover" and then the code, like above.

For example: .name:hover {code}
.name1:hover {code}

etc etc

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.