> Are there any good tutorials to build dropdown navigation menu?
I can't comment on whether they're good or not but try putting
javascript drop down menu tutorial
in to Google
> Are there any technique than javascript to make dropdown navigation menu?
> thanks
Yes you can actually do it entirely using CSS and it'll work in
every(?) modern web browser except Internet Explorer. To get the CSS
method to work in IE you need a bit of javascript too. An article
describing the css method can be found at
http://www.alistapart.com/articles/horizdropdowns/
hth
mike