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
[SOLVED]Menu in HTML source, but not visible
-
- Forum Members
- Posts: 31
- Joined: Tue Jun 05, 2007 5:36 pm
[SOLVED]Menu in HTML source, but not visible
Last edited by theredspecial on Sat Nov 28, 2009 3:53 pm, edited 1 time in total.
Re: Menu in HTML source, but not visible
Hi Robert,
Snippet out of your stylesheet:
Removing this line will display your navigation.
Grtz. Rolf
Snippet out of your stylesheet:
Code: Select all
#main_menu ul {
display:none;
Grtz. Rolf

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 31
- Joined: Tue Jun 05, 2007 5:36 pm
Re: Menu in HTML source, but not visible
knew it had to be something not that overly complicated, just didn't see it...
it worked, thanks
Robert
it worked, thanks
Robert