CSSMenu-Horizontal doesn't stay inline after Back on Firefox
Posted: Tue May 22, 2007 1:28 pm
I am using CMSMS 1.0.6. to make a new website for my small business: http://www.carlislefoodsystems.com/ComingSoon/
I wanted the horizontal CSS menu centered on the page, so i put the navigation in a table in my template which is based off of CSSMenu top + 2 columns:
Navigation
{menu template='cssmenu.tpl'}
This works, but the menu doesn't always stay inline after pressing Back in Firefox on Mac 10.4. This problem seems to randomly occur about half of the time.
To attempt to fix, I tried in Navigation: CSSMenu - Horizontal:
#primary-nav, #primary-nav ul {
list-style: none;
margin: 0px;
padding: 0px;
display: inline;
}
I'm looking for suggestions on how to force the menu to stay inline and/or to use css to center the menu rather than shoving it in a table. Help is greatly appreciated.
I wanted the horizontal CSS menu centered on the page, so i put the navigation in a table in my template which is based off of CSSMenu top + 2 columns:
Navigation
{menu template='cssmenu.tpl'}
This works, but the menu doesn't always stay inline after pressing Back in Firefox on Mac 10.4. This problem seems to randomly occur about half of the time.
To attempt to fix, I tried in Navigation: CSSMenu - Horizontal:
#primary-nav, #primary-nav ul {
list-style: none;
margin: 0px;
padding: 0px;
display: inline;
}
I'm looking for suggestions on how to force the menu to stay inline and/or to use css to center the menu rather than shoving it in a table. Help is greatly appreciated.