Question:

Image hover code myspace?

by  |  earlier

0 LIKES UnLike

Okay on myspace if you hover over an image it will invert the color or what not; what if I want to do the same thing but when you hover over the picture an image will appear..Any codes?

 Tags:

   Report

1 ANSWERS


  1. <style>

    a.myPic:hover img {visibility:visible;}

    a.myPic img {visibility:hidden;}

    </style>

    <a class="myPic"><img src="URL"></a>

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.