|
Is it possible to have dhtml dropdown menu items act like regular hyperlinks?
Return to Recent Questions
Q:
Is it possible to have dhtml dropdown menu items act like hyperlinks? For
example in Firefox I like to "middle click" hyperlinks to open them in
a new tab, or in IE right click and open in new window. However this does not seem to work with your dhtml dropdown menu.
A:
You can use standard link within the dhtml dropdown menu Item Text.
For example:
["<a href='http://dhtml-menu.com/'>Home</a>","", , , , , , , , ],
But you should specify css style for this link.
Return to Recent Questions
|