I'm assuming you are using Top Navigational Bar II All though I can't be certain. If I'm right and I understand the documentation, this is what you are looking for:
Code:
dhtmlMenu.addItem(new NavBarMenuItem("yahoo", "javascript:parent.main.location='http://www.yahoo.com'"));
if that doesn't work, try:
Code:
dhtmlMenu.addItem(new NavBarMenuItem("yahoo", javascript:parent.main.location='http://www.yahoo.com'));
one of the two should do it. Now, where you see:
Code:
myNavBar1.resize(fullWidth);
myNavBar1.create();
myNavBar1.setzIndex(2);
add
Code:
myNavBar1.invert();
PLEASE: Include a link to your page that you want help with.
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
Bookmarks