Question:

Hover Design (HTML Help)

by  |  earlier

0 LIKES UnLike

I was wondering how

on this myspace 'click here to comment'

when you hover over it flowers appear.

Thanks!

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=84102687&MyToken=f473ecd0-ae04-4b8d-a26f-cb3755debc68

 Tags:

   Report

3 ANSWERS


  1. It's called a cursor


  2. it is a set of images.  

  3. <head>

    <style type="text/css">

      .mousie { width: 250px; height: 234px; border: 0; background: url(DIRECT URL TO HOSTED IMAGE1) no-repeat center scroll; }

      .mousie:hover { background: url(DIRECT URL TO HOSTED IMAGE2) no-repeat center scroll; }

      </style>

    </head>

    <body>

    <div class="mousie"><a href="mailto link" title="Contact Me"></a></div>

    </body>

    Choose the right images for your application.

    Ron

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions