teob 0 Report post Posted February 7, 2005 I have problem choice of navigation system...coz i doing a game website with a lot of sub page i mean for example...country-A-quest -shop -map -etc -B- with the same sub for Asame as C D E F...what kind of navigation system should i used?there so many different kinds of them.....i triedtree by javascript...but then i want some more dynamic graphic on it...just like a drop down menu...and also tree is vectical menu....i think i like a horizonal menu more....but good dynamic drop down menu usaully are not free...and my site is in chinese , i dun understand why the chinese came out not right in XMLshould i just stick with tree by js ?or are there any ideas or suggestions? Share this post Link to post Share on other sites
biscuitrat 0 Report post Posted February 7, 2005 Visit my website here and let me know what you think of the navigation. It's kind of clunky but it works for me. I used to have 70+ pages and I just made an indented vertical text menu. Horizontal is NOT good for pages that have a lot of links unless you can hide them! Remember, Horizontal is a line like this : -----, and vertical is a line like this: |I remember liking the tree. It's better to have functionality than prettiness, and you can always work on that later. Share this post Link to post Share on other sites
teob 0 Report post Posted February 9, 2005 that's surely what i'm looking for...in yr site...it looks goods, and i think it works well aswell...do u mind if i copy yr coding? and modify it? Share this post Link to post Share on other sites
Dooga 0 Report post Posted February 9, 2005 Let me make a suggestion.Create some pictures for every link, and place them verticallyThat's what I do... sometimesBut as you can see here, I used a normal text link Share this post Link to post Share on other sites
teob 0 Report post Posted February 9, 2005 Let me make a suggestion. Create some pictures for every link, and place them vertically That's what I do... sometimes But as you can see here, I used a normal text link 48343[/snapback] thx but yr link is dead.... Share this post Link to post Share on other sites
RGPHNX 0 Report post Posted February 9, 2005 TEOB,One major consideration in choosing a website navigation style is if you are concerned with website "rankings" by the search engines (ie Google, Yahoo etc.). Some search engines rank by the first few words encountered on the page. The vertical style navigation puts all the html code at the very top of the source code page & your metatags later in the page. This results in a poorer ranking in some search engines. The horizontal navigation system (as I understand it) puts the html for the navigation bars later in the source code page- after the meta tags. So the horizontal navigation system yields more accurate (ie. better) search engine rankings. If you want to investigate this issue further, just do a search for "SEO" on the web.Hope this HelpsRGPHNX Share this post Link to post Share on other sites
Fun4TheMoney 0 Report post Posted February 17, 2005 I have problem choice of navigation system... coz i doing a game website with a lot of sub page i mean for example... country-A-quest -shop -map -etc -B- with the same sub for A same as C D E F... what kind of navigation system should i used? there so many different kinds of them..... i tried tree by javascript... but then i want some more dynamic graphic on it... just like a drop down menu... and also tree is vectical menu.... i think i like a horizonal menu more.... but good dynamic drop down menu usaully are not free... and my site is in chinese , i dun understand why the chinese came out not right in XML should i just stick with tree by js ? or are there any ideas or suggestions? 47802[/snapback] Whatever you do, make sure their's a "Home" link on EVERY page and that your logo is always a link to your home page. I know you're thinking "DUH" but I can't tell you how many times I've done a search for something that took me to somebody's sub-sub-sub page, with no link back home. If I didn't know how to lop off the end of their URLs, they would never have gotten my traffic to their main pages. Suz Share this post Link to post Share on other sites