Opera 9 and CSS menu not working

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
jeldert

Opera 9 and CSS menu not working

Post 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?
jeldert

Re: Opera 9 and CSS menu not working

Post by jeldert »

Weird: the css menu in the admin panel is working like it should. Better investigate a bit more...
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

Re: Opera 9 and CSS menu not working

Post by Elijah Lofgren »

Please let us know if you find a solution, thanks.  ;)
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Kagee

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

Post 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.
Last edited by Kagee on Thu Jun 29, 2006 9:14 pm, edited 1 time in total.
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am

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

Post 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
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
Locked

Return to “CMSMS Core”