Where can I get more Dynamic Menu with CSS and JavaScript source?? Like forum menu..
Where can I get more Dynamic Menu with CSS and JavaScript source??
Re: Where can I get more Dynamic Menu with CSS and JavaScript source?? Like forum me
try ajax.
is easy to work with if you work a lot of divs.
jQuery is my recommendation. It's an Ajax framework.
jQuery is lightweight, but works great. It has some basic effects in demo
Re: Where can I get more Dynamic Menu with CSS and JavaScript source?? Like forum menu..
Anymore? got source code example...?
Re: Where can I get more Dynamic Menu with CSS and JavaScript source?? Like forum menu..
might want to take a look at this http://www.dynamicdrive.com/style/
Re: Where can I get more Dynamic Menu with CSS and JavaScript source?? Like forum menu..
We've used CoolMenus and been happy with it. They have usage examples on the site.
Re: Where can I get more Dynamic Menu with CSS and JavaScript source?? Like forum menu..
Thank's alot~~ It's useful for me
Re: Where can I get more Dynamic Menu with CSS and JavaScript source?? Like forum menu..
A far more semantic approach.
Atleast that CoolMenu has an awful divitism complex. If you want to understand why clean code matters, take a look into the source of the CoolMenu page and try to locate the actual menu with your eyes only (or try search, too). Then compare it to the source of the page I linked to.
Of course, the menu I've done might require more Do It Yourself mentality to customize...