translucent
2005/10/24 02:13
Viewed 3473 times
Replies: 1/2

I've search every file and can't find a sample of a translucent menu. How can I get this feature to work?

Re: translucent
2007/08/24 21:12
Viewed 2531 times
Replies: 1/1

I have the same question. How do we enable the menus to be translucent? It's advertised in the site's menu...

last
Re[2]: translucent
2008/04/21 21:20
Viewed 2171 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

last
Google