Page 1 of 1

Opera 9 and CSS menu not working

Posted: Wed Jun 21, 2006 3:07 pm
by jeldert
Yesterday Opera 9 was released, and it doesn't like the CSS menu from CMSMS. It will display the menu, but you cannot click on any of the items. This is on both Windows and Linux. The strange thing is that it works in Opera 8.54, IE, FireFox and all kind of other browsers, just not in Opera 9.

You can have a look at my site: http://kbv-deknipe.nl to see the problem.

Does anyone know a solution for this problem?

Re: Opera 9 and CSS menu not working

Posted: Fri Jun 23, 2006 8:28 am
by jeldert
Weird: the css menu in the admin panel is working like it should. Better investigate a bit more...

Re: Opera 9 and CSS menu not working

Posted: Sat Jun 24, 2006 1:02 pm
by Elijah Lofgren
Please let us know if you find a solution, thanks.  ;)

Re: Opera 9 and CSS menu not working [Solved?]

Posted: Thu Jun 29, 2006 8:35 pm
by Kagee
:D

I stole this solution from the admin-menu.
Tested on a default 0.13 installation, using Opera 9, IE6 & FF 1.5.something.

1. Edit stylesheet "Default CSSMenu Horizontal":
2. Add before #menuwrapper:
    .clearb { clear: both; }
3. Remove:
    overflow: hidden;
    from #menuwrapper.

4. Edit {inser_cms_root_here}/modules/MenuManager/templates/cssmenu-accessible.tpl
5. Add
   
    between the last and the last (3-4 lines from the bottom)  :)

There might be a better solution for some of this,(i think 4&5 colud be done from Admin too) please correct me if it is.
I would of course altso want som confirmation that my fix works.

You can have a look at my site: http://anderseinar.net to see the solution in action.

Re: Opera 9 and CSS menu not working [Solved?]

Posted: Thu Jun 29, 2006 10:13 pm
by Elijah Lofgren
Kagee wrote: There might be a better solution for some of this,(i think 4&5 colud be done from Admin too) please correct me if it is.
I would of course altso want som confirmation that my fix works.
It works. Thanks!  ;D

Fixed applied in SVN of CMSMS: http://viewsvn.cmsmadesimple.org/viewsv ... 0&view=rev
and MenuManager: http://viewsvn.cmsmadesimple.org/viewsv ... r&view=rev

Thanks again,

Elijah