Navigation Bar

I hope someone can help me.  I am totally a moron when it comes to web design.  My knowledge is so basic.

On my new website I want my "Information" link to have sublinks like - pricing, faqs, what to wear, etc...

I am thinking of using either of these scripts:
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
or
http://www.dynamicdrive.com/dynamicindex1/popit.htm

They have demos, you can see how each script works.  Will someone smarter than me please take a look at them and tell me if you think these will work on all browsers? 
Logged


I like the first over the second since it doesn't follow the mouse after popping up.  According to the page it's supposed to work with FF1+, IE5+, and Opera 7+.  You do still need a way to have visitors be able to get to the links if they have JavaScript turned off though. 
Logged


You do still need a way to have visitors be able to get to the links if they have JavaScript turned off though. 

THIS is why I hate designing websites, BUT also why I wouldn't want to hire someone, would they think of that? 

But I am just feeling like anyone that has their javascript turned off doesn't deserve to see my information pages!  Ok Ok, I don't really feel that way.  I am just frustrated.  It's hard to have an aesthetically pleasing website that works.
Logged


Quote
THIS is why I hate designing websites, BUT also why I wouldn't want to hire someone, would they think of that? 
If you're paying them they better think about that. That's a pretty standard issue that a web designer needs to handle. 

One thing that I've seen done, although I don't really like, is to use a set of <noscript> tags down on the bottom of the page that contains links to all the pages.  That way it shows if JS is off but not if it's on and the navigation menu is working.   

Quote
But I am just feeling like anyone that has their javascript turned off doesn't deserve to see my information pages!
Like search engine crawlers? Cheesy Grin

Actual human visitors are only around 2% on my site with JS off, but the robots are an important consideration.  If they can't crawl the links on your site then they won't be able to get to your pages to add them to their index. 
Logged


Ryan, thanks for all your advice, really!

Is this why people have site maps?  Is that something I could just do at the bottom of my page?

I don't understand the noscript tag, but I can look it up and try it if the site map thing doesn't work.
Logged


Yes, a sitemap will help crawlers find your pages.  But it's still better to have crawlable links. 

The <noscript></noscript> tag tells the browser to display whatever is within those tags if scripting is disabled.  I'm using it on an eCommerce site right now to do something similar to what you're trying to do.  There is going to be a set of dropdown menus that show up when clicked on.  The menu will be a hidden <div> that becomes visible onClick.  Of course without JS then that onClick will never fire.  So I'm going to use <noscript> tags to display the contents of the dropdown underneath the content (that doesn't sound right, but it makes since if you've seen the layout). 
Logged


So you can just have the links listed somewhere else on the site with the tags?
Logged


Yup
Logged


Cool.  Sorry for all the one line questions, but:
Would it be okay just to do the links across the bottom?
And, how will I know it works?  My computer obviously interprets javascript.
Logged


That's what I usually do.  What browser do you use?  They've got a setting somewhere that gives you the option to disable JS.  If you're using Firefox there's a plugin called Web Developer Toolbar that has a menu option to quickly disable and enable scripting. 
Logged


IE5 probably.  I can figure out how to disable it, I'm sure.

Thanks  Smiley
Logged


Ryan, the problem with the drop down not following the mouse is that it's some random place on my page.  I don't know why.  I think it has to do with the fact that I am using image mapping to do the links.
Will you take a look:
www.charlesbarnardphotography.com/di/index2.html
Logged


Nevermind, I am just going to do something completely different.
Logged


Nevermind, I am just going to do something completely different.

Don't have to do the entire site javascript. My site works fine with either (no flash is ugly but still works)

as far as a drop-down menu is concerned, you can buy them or pay someone to build one.

If you can think of a way to NOT use drop-downs, I'll send you snippets from my site you may use.
Logged

-----------------------------------
"I get up every morning determined to both change the world and have one heck of a good time. Sometimes this makes planning my day difficult. "- EB White

Chattanooga Photographer www.BobEdens.com

I am just going to have the information link at the top that takes you to another navigation page.  I will make it pretty.
I don't want flash, and I don't want to pay someone either Smiley
Logged