Page 1 of 1

[SOLVED]Menu in HTML source, but not visible

Posted: Sat Nov 28, 2009 2:02 pm
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

Re: Menu in HTML source, but not visible

Posted: Sat Nov 28, 2009 2:45 pm
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  :)

Re: Menu in HTML source, but not visible

Posted: Sat Nov 28, 2009 3:50 pm
by theredspecial
knew it had to be something not that overly complicated, just didn't see it...
it worked, thanks

Robert