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

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"
Locked
dlpirl

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

Post 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?
Last edited by dlpirl on Wed Mar 05, 2008 6:33 am, edited 1 time in total.
dlpirl

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

Post by dlpirl »

Answer: Reversing the order that the stylesheets were attached did the trick!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post by Dr.CSS »

Did you know the menu has a hard time in Firefox?...
Locked

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