[Solved] css menu 2nd element not formatting on one page only
Posted: Wed Mar 05, 2008 1:42 am
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
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?
Code: Select all
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
width: 150px;
}