views:

33

answers:

1

Hi all,

i was wondering if anybody knows (and if there is such a thing) a javascript plugin that can do to following: on the website http://www.worldofmerix.com/ click on any of the menu buttons on top for eg. "about us"; then you see a line appear in the middle and expand so that you can see the entire div... I need a similar animation effect, flash is out of the question, so i have to use javascript... i have some ideas on making it with some "smooth div fade in/out" js plugins, but i was wondering if there is a plugin SPECIFIC to the thing i need? thanks very much in advance for the anwsers!

+1  A: 

Ok, since you didn't state any jQuery "dont-wanting" I'd recommend you to check out jQuery. It is a set of JavaScript libraries that help you manage your HTML and CSS with some light code.

You can see HERE, HERE and HERE how it can animate divs and other elements (I see that it is what you need).

You can check out the official web site and there you can find all kinds of examples and documentation that you will ever need. I recommend you to see THIS (click RUN).

Cipi