[SOLVED]Menu in HTML source, but not visible

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.
Post Reply
theredspecial
Forum Members
Forum Members
Posts: 31
Joined: Tue Jun 05, 2007 5:36 pm

[SOLVED]Menu in HTML source, but not visible

Post by theredspecial »

All,

I'm juggling with this for a while now, but can't find the fix... The menu of my site is shown in the HTML source, but it's not visible on screen.

- CMSMS 1.6.6
- the div containing the menu is not highlighted in firebug
- I'm using {menu template='simple_navigation.tpl' collapse='0'}
- the stylesheets are attached

- the site is http://www.fotobrammeijer.nl/ (nearly empty still)

Hopefully you are able to point to the thing I'm missing here.

Thanks!
Robert
Last edited by theredspecial on Sat Nov 28, 2009 3:53 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Menu in HTML source, but not visible

Post by Rolf »

Hi Robert,

Snippet out of your stylesheet:

Code: Select all

#main_menu ul {
display:none;
Removing this line will display your navigation.

Grtz. Rolf  :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
theredspecial
Forum Members
Forum Members
Posts: 31
Joined: Tue Jun 05, 2007 5:36 pm

Re: Menu in HTML source, but not visible

Post by theredspecial »

knew it had to be something not that overly complicated, just didn't see it...
it worked, thanks

Robert
Post Reply

Return to “CMSMS Core”