wannabeeaweak 0 Report post Posted September 25, 2004 for the site i am building i need one so can some one tell me where to find one or a code of one? Share this post Link to post Share on other sites
kraizii88z 0 Report post Posted September 25, 2004 The most javascript dynamic menus can be found at: [http://www.dynamicdrive.com/] They have many scripts: -DHTML Games -Menus & Navigation -Date and Time Share this post Link to post Share on other sites
kilz 0 Report post Posted September 28, 2004 only html with <a href></a> && <table><tr><td></td></tr></table> Share this post Link to post Share on other sites
overture 0 Report post Posted September 28, 2004 What kind of menu do you want? Just a plain text menu would be like this:example: <a href="home.html">Home</a><a href="news.html">News</a><a href="downloads.html">Downloads</a> If you want a vertical menu you could just put a "<br />" after every "</a>" or alternativly you can use a table which would look like this:<table border="0" cellpadding="0" cellspacing="0" width="100" height="1"><tr><td><a href="home.html">Home</a></td></tr><tr><td><a href="news.html">News</a></td></tr><tr><td><a href="downloads.html">Downloads</a></td></tr></table> If you want an animated menu you could use Javascript as previously mentioned or you could mix that with DHTML (Dynamic HyperText Markup Language) Share this post Link to post Share on other sites
kilz 0 Report post Posted September 28, 2004 I want to asl if client disable javascript, what will happened to the javascript menu bar??some of them from other site did it really good, but javascript waste cpu quite a lot, also, unsafe, because client is able to disable them. . .so I don't use javascript at all, use server scripts must be better then client. . . Share this post Link to post Share on other sites
aca_movies 0 Report post Posted September 29, 2004 hi peopleim new to this kinda thing Share this post Link to post Share on other sites
aca_movies 0 Report post Posted September 29, 2004 <html><body><body bgcolor=#ff00cc><marquee scrollrate=50 behavior=alternate>u can use this</marquee> Share this post Link to post Share on other sites
antitoxic 0 Report post Posted September 29, 2004 wannabeeaweak ...You can try to use flash menu. All you have to do is to download some stuff from http://www.flashkit.com/ :)That's all. Share this post Link to post Share on other sites
r3d1405241470 0 Report post Posted September 29, 2004 there is an css menu, check alistapart Share this post Link to post Share on other sites
wannabeeaweak 0 Report post Posted October 1, 2004 do u maybe know how or where i can get a slide menu????/ Share this post Link to post Share on other sites
kilz 0 Report post Posted October 1, 2004 do u maybe know how or where i can get a slide menu????/ <{POST_SNAPBACK}> you may use javascript or flash. for javascript http://www.cgiscript.net/site_javascripts.htm other: http://www.hotscripts.com/ yhou may find some useful staff Share this post Link to post Share on other sites
Bigyan 0 Report post Posted October 29, 2004 If you want, just a menu, you could use the tables.You might consider writing small javascripts for them to make them look like buttons with rollovers, background colours et all. For complex menus and eye catchy ones, you'll need All Web Menus Pro, a software which creates menus for you that are very eye catchy and beautiful. But the menu thus generated is pretty big in size !!Choose your way. Share this post Link to post Share on other sites
d-and-d 0 Report post Posted November 16, 2004 Word of caution with fancy menus - don't get too complicated - i know its stating the obvious but remember the purpose of the menu is actually to provide links to other pages on your site, not to show off your skills as a programmer. Using a flash menu is fine, but don't make it more complex than necessary. Share this post Link to post Share on other sites
sirgalphan 0 Report post Posted November 16, 2004 Since we're on the subject of menus, I have a question of my own. Is there some way I create a menu that could be saved as some type of file, so all I have to do is link my sites to my menu? One of the problems I constantly run into, is that I'm adding or taking away from my site, and its a pain to go back through all my pages and change the menus. If there was some way I could just link to a premade menu, and edit that, it would save me quite a bit of time... Share this post Link to post Share on other sites
animaster 0 Report post Posted November 17, 2004 For "external file" menu, people usually use JavaScript or Macromedia Flash.However, I personally prefer the uses of Dynamic Layers in Macromedia Dreamweaver. Yes, I'm using the "show-hide layer" feature to do it. Share this post Link to post Share on other sites