Jquery Hover Effect of a div

Asked By 7060 points N/A Posted on -
qa-featured

In many website I saw that when I place my cursor in a image or letter, then a box come where there information about the product or something. Can you please tell me the code?

SHARE
Best Answer by Hodge Trafton
Answered By 5 points N/A #85119

Jquery Hover Effect of a div

qa-featured

 

Hi! This is very simple to make you just add all your information to your source code between the codes of your images.

Example:

<Img src = "your image" ALT = "image information">

Once you place your mouse pointer to the images you will see the information you type in your code.

Best Answer
Best Answer
Answered By 10 points N/A #85122

Jquery Hover Effect of a div

qa-featured

If you are talking about how will your image can have a description of the effect if you hover the mouse pointer over the image, you need to code it using HTML, CSS and additional jQuery code.

You can also download different plugins that will help you easier to get the look and feel you want for your image.

You may visit here to find cool and different jQuery image effect plugins that can achieve on the effect you want to have in your image. With this plugins you can add dynamic effects to your simple image with a short code only.

This plugins effects can also attract more viewers to your web page.

All you need to do is to view the first demo of each plugins and select the image effect that you want to use.

But if you want to have simple text, just add an ALT text on the image through your code.

Related Questions