English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Does anyone know how to get a effect when you hover over a link using the image map tool.
Im creating a layout for my site and i want to know how to get the effect so that a line goes through the link when someone hovers over it... thanks

2007-09-29 01:42:48 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

Here is the best site and the best tutorials I have ever found for CSS image maps. There are a TON of cool things you can do. Don't know why you need this because you don't need an image map to do hover effects for links.

http://www.cssplay.co.uk/menu/imap.html
tutorial
http://www.cssplay.co.uk/articles/imagemap/index.html

To create the "hover effect" for a link you use

a:hover {
text-decoration: line-through;
}

Which will cause a LINE through your text or image on hover!


Have fun.

2007-09-29 04:09:42 · answer #1 · answered by Tracy L 7 · 1 0

Image Map Hover

2016-11-02 14:59:21 · answer #2 · answered by bridgman 4 · 0 0

Image hover...http://www.corelangs.com/css/box/hover.html

dell

2014-04-21 23:48:46 · answer #3 · answered by Dell 1 · 1 0

If you DO want to get fancy, Flash is the answer. Steep learning curve, though, so you're probably better off with Dreamweaver.

2016-03-19 02:13:05 · answer #4 · answered by ? 4 · 0 0

thanks everyone for all the answers!

2016-08-24 17:57:57 · answer #5 · answered by ? 4 · 0 0

fedest.com, questions and answers