|
|
The link in the custom popup menu doesn't work.
Return to Recent Questions
Q:
I have set the 'Home' page link from
the top level of the menu 'Item style' top Item, to link to my Index
page, but the link doesn't work. Is there a special way to set links
from the main menu headings?
A:
You cannot use links for the main items in the XP style.
But you can try to do the following things for your "Home" item:
["<a href='index.html' class='home'>Home</a>","", "", "", "", "Return to Index page", "", "0", "", ],
And create styles
.home{
color: #FFFFFF;}
.home:hover{
color: #FFBEBE;}
Return to Recent Questions
Related:
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Dec 08, 2006 - Is it possible to customize the direction of javascript submenus...
- Feb 19, 2007 - I'm having several questions regarding your javascript mouse over popup menu
- Feb 22, 2007 - I like popup-mode html menu sample but I could make it to work on my computer.
- Feb 25, 2007 - Could you please help me with creating of popup menu javascript?
- March 13, 2007 - My drop down menu scripts don't work with a popup.
- March 17, 2007 - The javascript popup code gives the (first) menu of the top menu.
- May 25, 2007 - I can't get the java popup menu sample (rightclick) to work in Opera.
- June 06, 2007 - I am trying to change the Width for only one javascript popup menu item...
- July 09, 2007 - Utilizing the drop down web menu under Internet Explorer 7, it gives me a popup
|