|

07-22-2009, 12:06 PM
I looked at your website, I don't know if you have already found a solution since I only saw one menu bar on top.
Anyway, what you need to do to make a second navigation bar is to duplicate the HTML code and the CSS on your page. Then you MUST change the ID tags in the second navigation bar to make them unique to that particular menu. Then style it and position it on your page and you are done.
An id tag can only be used in connection to one element on your page, this is why it doesn't work right if you just try to copy and paste what you have now and don't make any changes to it.
Last edited by 358neea; 07-22-2009 at 12:07 PM.
Reason: typo
|