layout_relativedivWhen you want your menu always to be in the current view, also in a webpage with a lot of content the cvRelativeTop class has an answer. This class animates the menu with a tween. I’ve added a onStart and onComplete function so you can add custom events to the class.

This class is so powerful that I’ve used it also on this website!

View example Download file

cvrelativetop

Continue Reading »

See the demo
Continue Reading »

To add some more style to your forms and give the user some feedback you you can use the :focus attribute. For example:

input:focus {
    border: 1px #CC0000 solid;
}

This Mootool gives more style because it animates the on focus handle.

View example

Continue Reading »

Top of Page