Menu freak out. It goes all white...help

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Menu freak out. It goes all white...help

Post by yorgi63 »

posted in another subject as well

hey all here is the link to a site I am laying out for my church.

I was adding the menu and when it got to add a section header it freaked out. No I do have driections and news as section headers so can anyone figure this one out?

If you check the url below I added a fake "news" item as "stuff" it came out fine as did anything else I posted except section headers. So why is the section header freaking out and going all white. Any thoughts? Anyone?

http://www.oldstonechurchucc.org/index.php

PS Stuff2 is also a sewction header.

Also the calendar has a weird thing.

Any info is appreciated.

Thanks
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu freak out. It goes all white...help

Post by Dr.CSS »

Could be this?.... from your CSS

/* section header */
#primary-nav li.sectionheader {
  border-left: 1px solid #990000;
  border-top: 1px solid #990000;
  font-size: 130%;
  font-weight: bold;
  padding: 1.5em 0 0.8em 0.5em;
  background-color: #fff;
  margin: 0;
  width: 100%;
}



/* separator */
#primary-nav li hr.separator {
  display:block;
  height: 0.5em;
  color: #abb0b6;
  background-color: #abb0b6;
  width: 100%;
  border:0;
  margin:0;
  padding:0; 
  border-top: 1px solid #990000;
  border-right: 1px solid #006699;
}

/* End of 'Navigation: CSSMenu - Vertical' */
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Re: Menu freak out. It goes all white...help

Post by yorgi63 »

Looking at it and although i changed color and font size the wierd part is that it still doesnt "LINK" strange.

GV
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu freak out. It goes all white...help

Post by Dr.CSS »

The menu template determines what has links, the one you were/are using treats section headers as non links you may need to change it.
If you are using a stock/default one you can copy it and make the changes then call it in your tag.
This site is using mostly section headers and this page is using a vert. menu.

http://www.multiintech.com/cmsite/index ... hadow.html
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Re: Menu freak out. It goes all white...help

Post by yorgi63 »

mark wrote: The menu template determines what has links, the one you were/are using treats section headers as non links you may need to change it.
If you are using a stock/default one you can copy it and make the changes then call it in your tag.
This site is using mostly section headers and this page is using a vert. menu.

http://www.multiintech.com/cmsite/index ... hadow.html
This white thing keeps happening. It's very strange. I can't make heads or taills as to why it's doing it. Is  this a bug that gets fixed?

here is the link again : http://oldstonechurchucc.org/index.php with a fake section header called stuff. It also started doing it in a gallery. Is this a fckeditor problem?

yorgi
Last edited by yorgi63 on Fri Sep 29, 2006 3:00 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu freak out. It goes all white...help

Post by Dr.CSS »

In your source it shows as a section header and your menu template is calling it that if it has no pages under it then it's not a menu parent and gets treated without the link abilities such as activating to show pages under it.
If you want it to be treated as a header for more pages under it you might try adding pages under it to see if it will change to menuparent to get the linkability you want if not you need to change the menu template...



11: UCC LINKS


        stuff
>12: stuff





10: PHOTOS



10.1: Advent Dinner
Post Reply

Return to “Layout and Design (CSS & HTML)”