My Blog Title Here

November 13, 2008

Can I use an iframe tag inside of the menu vertical css instead of simple text?

Filed under: Uncategorized — Tags: , — admin @ 1:20 am

Q:

Thank you for such an excellent product. I have a question
pertaining to the submenu items in your tree-menu line. My menus
are 540px wide and contain lots of text with good sized pictures
(icons). Can I use an iframe tag inside of the menu vertical css submenu instead of
simple text with this icon?

A:

You are able to paste any html code within items.
So you can paste a form too.

For example:

var menuItems = [
...
["||<nobr><FORM method=GET action='http://www.google.com/custom'><input name='as_q' value='search
the web' size=15 style='font-size:10'> <INPUT type=hidden name=cof
value='LW:144;L:http://domain.edu/images/sulogo.gif;LH:45;AH:center;GL:0;S:http://domain.edu;AWFID:e01cb67b8afe383e;'></form></nobr>","",
"images/icons/search.gif", "", "", "", "", "2", "", "", "",],

October 31, 2008

Submenus of the menu vertical disappears not fast enough.

Filed under: Uncategorized — Tags: , — admin @ 2:30 am

Q:
The problem with the old computer (by clicking an item the wrong subitem
appears and the windows disappears not fast enough. I have tried your
recommendation var smShowPause=200;
var smHidePause=1000;
var transDuration=350;
var transDuration2=200;

A:

Try to decrease these menu vertical parameters, for example
var smShowPause=200;
var smHidePause=300;
Try that.

September 13, 2008

I didn’t see any examples using a target attribute for the url in menu vertical css

Filed under: Uncategorized — Tags: , — admin @ 3:20 pm

Q:

I am interested in your dhtml menu product, I did not see any
examples using a target attribute for the url, i.e. <a
href=http://yoursite.com/ target-”_blank”>
Also if this is supported if you could send me an example of how to configure this…

A:

You should use the following menu vertical css parameter
var itemTarget = “_self”;

Please, see also individual items targets, for example:
["|Features","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", , "_blank", , , , ],
Change “_blank” to “” or to “_self”.

August 21, 2008

We want to wrap the menu vertical into a new row underneath the top

Filed under: Uncategorized — Tags: , — admin @ 5:10 am

Q:

Hi- I’m having a problem with a really wide horizontal menu vertical. Rather than have it be so wide (due to the large number of items in it) we want it to wrap into a new row
underneath the top so a
visitor to the site doesn’t have to use the scroll bar to scroll to the right to see the whole menu.

A:

You can use multicolumn feature of Deluxe Menu, see example
http://deluxe-menu.com/multicolumn-menu-sample.html
or
Smart Scrolling
http://deluxe-menu.com/scrollable-submenus-sample.html

Powered by WordPress