Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Can you recommend a good mouseover effect?

Looking to take an image and split it into 8 sections. Each section would have a mouseover pop up about what is contained in that area of the image. Can anyone recommend a java script or dynamic html template I could follow?

2 Answers

Relevance
  • ?
    Lv 7
    10 years ago
    Favorite Answer

    Just look at my source code here:

    http://www.edcollins.com/stratego/index.html

    I did the exact same thing. I split an image into 8 sections, and when the user moves their mouse over each section, the color changes.

    Source(s): Did this myself, many years ago.
  • ?
    Lv 4
    5 years ago

    it truly is the code i'd use: type a#image { history-image: unique URL right here; width: 232px; precise: 25px; show: block; } a#image:hover { history-image: ROLLOVER URL right here; } type and use this format for placing your links: <a identity="image" href="hyperlink URL">hyperlink textual content displayed on image639767f3e9eaad729b54037a7e2abf5

Still have questions? Get your answers by asking now.