Hello all.
I am currently doing a re-design of our site and I want to make a menu system, like that of http://www.tommy.com/ad/
I really like that type of menu system, but I am unable to figure out how to code it.
You click on a link in the Level 1 menu, and then it's Level 2 menu comes about, where it defaults to the first menu item which links to an html page. Also, when you click on Advertising, in the Level1 menu, advertising is highlighted, and also before Level2 comes about, there is a small Advertising jpep that is shown, to show where you are, and then Level2 comes with a default menu option pre-selected.
How would I code this in PHP. I know I can either hard code it or store it in MySQL, but for reasons of speed, I think hard coding it would be better.
Can someone help me on how to begin to code this solution in PHP?
I would really appreciate snippets of code since I am somewhat new to PHP.
Thank You
MK