Click to See Complete Forum and Search --> : More questions on pop-up graphic menus, please...


Rosebud
04-23-2003, 03:20 PM
I found a script called cool menus and it has been pretty handy, although I cannot get the rollovers to perform the way I want them to.

If you take a peek at the original page, you should see the menu work and the hilites appear. But when I added the link info, I get errors. I am using IE 5. On this I made a separate level for each item, but that's not really the way it should work. I should be able to just have a regular image and a rollover image, as well as the link to click on, right?

The page is at: http://www.chuluota.com/chuluota_new/main.htm

Now I've played around trying to get the rollovers to work...here is a tiny bit of the code so you can see what I'm talking about.

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
//COMMERCIAL MENU

oCMenu.makeMenu('top0','','','','','','','<img src= "http://www.chuluota.com./chuluota_new/images/comm_bttn_up.gif">','<img src= "http://www.chuluota.com./chuluota_new/images/comm_bttn_ovr.gif">','','','','','','','','')
oCMenu.makeMenu('sub00','top0','','<"http://www.chuluota.com/chuluota_new/grocery.htm">','','','','<img src= "http://www.chuluota.com./chuluota_new/images/grocery_bttn_up.gif">','<img src= "http://www.chuluota.com./chuluota_new/images/grocery_bttn_ovr.gif">','','','','','','','','')



What in the heck am I doing wrong? Thanks again for the help.