My Blog Title Here

October 1, 2008

I’m trying out vertical menus with my site, but I’ve hit a snag with alignment…

Filed under: Uncategorized — Tags: , — admin @ 1:15 pm

Q:

I’m trying out Deluxe Menu with my site, but I’ve hit a snag with
alignment. My menu bar is located at the top of my page, in a 750px-wide
div. I’d like to nest the vertical menus in that div, but right-align it so
the menus are stuck to the right side of the div. Is that possible with
your menu system? If so, can you give an example of how I would
accomplish it?

A:

You can paste your vertical menus in DIV with right alignment.

<div align="right">
<script type="text/javascript" src="data-deluxe-menu.js"></script>
</div>

September 14, 2008

I can see only the code generated by the GUI tool.How should I install vertical menus?

Filed under: Uncategorized — Tags: , — admin @ 11:15 am

Q:

I’m testing your vertical menus, however this always display the result of the
execution of this code, that was generated by the GUI tool

<!– Code for Deluxe Menu Items. Generated by Deluxe Tuner –>
<div id=”dmlinks” style=”font:bold 14px
Arial;color:#000000;text-decoration:none”>
<a id=”dmI1″ href=”testlink.html”>Recompensas</a>
<a id=”dmI3″ href=”testlink.html”>Ingresar</a>
<a id=”dmI4″ href=”testlink.html”>Cuentale a un amigo</a>
<a id=”dmI6″ href=”testlink.html”>Ingresar</a>
<a id=”dmI7″ href=”testlink.html”>Servicios y Soluciones</a>
<a id=”dmI8″ href=”testlink.html”>Contactanos</a>
<a id=”dmI9″
href=”http://deluxe-menu.com/order-purchase.html”>Acerca
de Medussa</a>
<a id=”dmI14″ href=”testlink.htm”>Soporte</a>
</div>
<!– End of Code for vertical menus Items –>

I don’t know what’s happenning I followed the instructions that you describe
in your installation process. I’m using the menu in a jsp page.

A:

Now on your page you have only search engine friendly code for Deluxe Menu. You do not have menu.

See more info about the installation of the menu here:

http://deluxe-menu.com/installation-info.html

You should paste also such lines, for example:

<script type=”text/javascript” src=”deluxe-menu.files/dmenu.js”></script>

and

<script type=”text/javascript” src=”deluxe-menu.files/data.js”></script>

Where data.js is the file with your vertical menus. You can create such file using Deluxe Tuner.

You should upload this files on your server in the correct place.

September 3, 2008

I was wondering why when I add the code below the flash disappears under vertical menu using in Safari?

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

Q:

I was wondering why when I add the code below the flash
disappears in safari, but now works in Firefox, when the vertical menu using is rolled over? Can it work in both Safari and Firefox?

function dm_ext_ruleObjectHide()
{
// Safari detect
if ((parseInt(navigator.productSub)>=20020000) &&
(navigator.vendor.indexOf(’Apple Computer’) != -1) &&
(navigator.product==’Gecko’))
return true;
else
return false;
}

A:

The following code in this function

// Safari detect
if ((parseInt(navigator.productSub)>=20020000) && (navigator.vendor.indexOf(’Apple Computer’) != -1) && (navigator.product==’Gecko’))
return true;
hides flash in Safari.

Deluxe Menu can’t drop down over an object correctly in Safari that is
why the latter will be hidden for a time when the submenu is shown.

You can try to delete this code.

August 26, 2008

Firefox doesn’t support the dropshadow and effects in the vertical menus.

Filed under: Uncategorized — Tags: , — admin @ 11:05 pm

Q:

The only problem I see is that Firefox doesn’t make the sub-menus the
right height, and doesn’t support the dropshadow, any window effect, although IE6
works fine.
Is there a way to get FF to display correctly the vertical menus?

A:

You can’t see the shadow in Firefox because filters are supported by
Internet Explorer 5+ only.

>>> The only problem I see is that Firefox doesn’t make the sub-menus the
>>> right height,

Try to specify units in “px”.
Please, write so:
var itemPadding=”3px”;

Powered by WordPress