Re[2]: translucent
2008/04/21 21:20
Viewed 583 times
Replies: 0/0

Add the following line in the HEAD section of your page...

<link rel="stylesheet" href="/hse/scripts/hmenu/transmenu.css" id="css-translucent-menus" />

When setting up the menu from your body's onload event, add some JavaScript to enable or disable the above defined LINK element. Here's an example that works...

<body onload="DynarchMenu.setup('menu', { electric: 350, shadows: null }); document.getElementById('css-translucent-menus').disabled = true;">

This will enable the translucent behavior on the menu. If you change the setting to true, then the menu renders opaque.

Hope this helps.

Ashwin

Google