Skip to forum content

Mif

— mystic javascript interface

You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields labelled (Required) must be completed before the form is submitted.

Required information for guests



Captcha image. Turn pictures on to see it.
Required information
Optional post settings

Topic review (newest first)

1

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

2

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