I am looking to animate an image as a menu. When hovering some part of the image , a menu list appears. I'm a newbie coder so I'm a bit lost in the process i must use (image mapping, sprites, js...).
Here is the work I'm trying to achieve :
JSFiddle
Menu Equipiece
However, the menu does not appears hovering the wheels.
I made a previous test where it is working :
JSFiddle
CSS
.roue{
position:absolute;
z-index:2;
margin-top:-200px;
margin-left:265px;
transition:all 0.5s ease;}
You should put the
div#menuinside thediv#roueand it'll work. I made an update on the fiddle and you could see here.