I set up the Milonic menu system on the following page:
http://smartpicks.com/header-mike.php
I can't figure out how to get the top level menu items to link to a specific page. (ex. Games, Books, Posters, Gifts & More)
I am using the following code to generate the menus on the main page:
Code: Select all
with(new menuname("One")){
style=AllImagesStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";
aI("showmenu=games;image=images/head_nev_games.gif;url=/games/");
}
drawMenus()