HTML/JavaScript: mouseover effect for image maps? -


i'm trying out nonprofit doing website. want (ugh) logo serve html image map. in other words, when click on different parts of logo, you're directed different web pages. also, however, want mouseover effects: when mouseover particular portion of image map, piece of graphic should highlighted.

if logo simple, slice rectangles , attach mouseover , click events appropriate rectangles. complexity of logo, not possible, however.

has done without flash? i'm not flash developer looking difficult task in html/javascript.

any ideas? thanks!

you need handle mouseover event of <area> tag.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -