Topic: Mif.menu drawed only with css ...

Hello,

It would be nice to have a Mif.menu only drawed using CSS new attributes  for shadow, round corners, ...

Take a look to this resource for shadow
http://markusstange.wordpress.com/2009/ … x-shadows/

And these lines do the job for all new modern browser :
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

Thank you

Re: Mif.menu drawed only with css ...

I've tweaked a little bite  the stylesheet and Mif.Draw.js  file and it works like charm smile ...