Sorry to jump in here and change the topic - - However, I certainly would appreciate it if someone could explain the cingular page coding.
When I do a save as on the page all I get is text.... How are they displaying the page as it is viewed on the web?
By the way - In answer to the original question you can build a dropdown menu like Cingular's using Dreamweaver
Thanks
The "text" is what makes the page display as it does. That's why is called a markup language. It defines the way the page is displayed. The navigation drop down menus are created with javascript, not just by using dreamweaver. They can be pretty complex and require a good amount of code. You can find some samples out there which let you tweak the code. The best place to start is probably the link already provided in this thread. Or search DHTML menus in google.
Also, I forgot to mention, why not use CSS to generate a drop down menu?
Here is one on my site made in CSS (titled justformonkey as I edited it for someone on this forum called Monkey).
Basically it is dhtml powered by javascript. I have a script where if you click on it you can have a drop down menu, but it can be edited to make it so it will drop down on rollover
Sorry it took me so long but i have attached the file. It is a text file in order for me to be able to upload it. Just change it to .html You just need to add a navigation bar picture. This script can be expanded to include more than one navigation bar. Enjoy!
Thanks bro. I had a look at the scripts and its cool. I need to trouble you a bit more though. Which part of the script do I bring in the navigation bar picture?
Takin' in the view from the outside. Feeling like the underdog. Watching through the window I'm on the outside. Living like the underdog. -Dream Theater
Takin' in the view from the outside. Feeling like the underdog. Watching through the window I'm on the outside. Living like the underdog. -Dream Theater
« Reply to how do I create a drop down menu like this? (with own image for menu)