Page 1 of 1

[Solved] css menu 2nd element not formatting on one page only

Posted: Wed Mar 05, 2008 1:42 am
by dlpirl
I've got one page that has a css menu problem. See http://thegatewaybenicia.org/index.php? ... t-calendar . This page has the same navigation stylesheet as other pages, but the code

Code: Select all

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 150px; 
}
is not working on this page. Maybe some css from the php calendar is interfering, but how can I track it down or determine what is happening?

Re: css menu 2nd element not formatting on one page only

Posted: Wed Mar 05, 2008 6:33 am
by dlpirl
Answer: Reversing the order that the stylesheets were attached did the trick!

Re: [Solved] css menu 2nd element not formatting on one page only

Posted: Sun Mar 09, 2008 12:01 am
by Dr.CSS
Did you know the menu has a hard time in Firefox?...