[jQuery] How to make a dropdown with checkbox inside ?

2008-01-18 Thread Perrine

Hi there,

I would like to use this sort of dropdown : http://artdstract.home.pl/mav/ms/
(but with jquery).

Anyone knows if a plugin exists to do that ? Couldn't find it in
plugins section !

Thank you :)


[jQuery] Imagemap, style on area and rollover

2007-06-04 Thread Perrine


Hello,

I have a map divided into 100 poly areas.
Each of this area can be clicked to open a new page.

I need to do 2 things but I'm afraid that areas can't be styled with css...
I've searched on Google but found nothing.

The first thing would be to simply give a style to areas (this can be done
without jQuery) but even when I put a classic "style="background-color:red"
(for ex) in area tag, nothing happens. My first question : anyone know if
area tags can be styled with css ?

The second thing to do is to change the background on a mouseover without
using 100 little gif to change the image. So, I wanted to add someting like
$("area.hover").css("background-color","red"); ... but it failed too.

Anyone know how to do that ?

Thanks for your help ;)
-- 
View this message in context: 
http://www.nabble.com/Imagemap%2C-style-on-area-and-rollover-tf3864009s15494.html#a10946474
Sent from the JQuery mailing list archive at Nabble.com.