Hi folks,

since I asked a lot last times I'd like to bring in something hopefully helpful.

I found a so called js/css hybrid menu where the submenues fade or roll in just like you would set it up. You get all the stuff and description on

http://www.dynamicdrive.com/dynamicindex1/blmmenu/index.htm (on this page you also find more of the styles and how it looks like)

I put it in like told in Step 1 and 2 and edited the block.tpl.php like that ( first line and finishing

of course )

<div class="mlmenu vertical arrow grayorange fade">
  <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
    <h2 class="title"><?php print $block->subject; ?></h2>
    
    <div class="content"><?php print $block->content; ?></div>
    </div>
 </div>

Its easier configurable and works with the major browsers. But here is one little problem. Since I normally or better said always prefer Firefox of course, this looks better in IE and ripped a bit apart in FF.
The example you find on http://www.ductis.de
Does anybody has a solution for this? There was a height given for the li tags, I took it out because if your have 2 or more line li tags you only see the first line. Anyways noting changed in the crappy FF look after this change.

Comments

wickus’s picture

The links on admin/settings didnt work due to a window.onload.
But solved this one, found finally the addLoadEvent(function) in here, go into the js.js and replace the first line with

addLoadEvent(mladdevents);

Also found the FF problem, you have to disable all the ul li lines in the drupal.css in the misc folder.
Then it works great.
Would be glad to hear if others like this menu too...

Greetings Wicks