Re: [PHP] Highlighting image map on load

2009-12-16 Thread Kim Madsen
leledumbo wrote on 2009-12-14 13:37: I have image map with dynamic circle areas whose coordinates stored in database. I'd like to colorize these areas so that it's obvious to see them. Most solutions I found on the net highlights the area on mouse hover, while my needs is to do it once when the w

Re: [PHP] Highlighting image map on load

2009-12-15 Thread leledumbo
> I'm not sure if you can use CSS alone to highlight, but if you can, just > give the area a class as you output it with PHP That's the problem, area itself isn't visible, so giving a CSS class won't highlight it. -- View this message in context: http://old.nabble.com/Highlighting-image-map-on-

Re: [PHP] Highlighting image map on load

2009-12-14 Thread tedd
At 4:37 AM -0800 12/14/09, leledumbo wrote: I have image map with dynamic circle areas whose coordinates stored in database. I'd like to colorize these areas so that it's obvious to see them. Most solutions I found on the net highlights the area on mouse hover, while my needs is to do it once whe

Re: [PHP] Highlighting image map on load

2009-12-14 Thread Ashley Sheridan
On Mon, 2009-12-14 at 04:37 -0800, leledumbo wrote: > I have image map with dynamic circle areas whose coordinates stored in > database. I'd like to colorize these areas so that it's obvious to see them. > Most solutions I found on the net highlights the area on mouse hover, while > my needs is to