Seems to initially loads fine but but layout often explodes when using the links.
Proper layout sometimes, but not always returns when page reloaded
Entire menu table container is loaded from an SSI
No Validator errors related to menu.
Any assistance gratefully received, as my brain is now broken.
Thanks for looking
Ken,
Remove spaces and comments from lists. This can create problems.
Look at the list HTML below for an example:
http://alt-web.com/DEMOS/CSS-Horiz-menu-3.shtml
Nancy O.
Ken
I think that your navigation list is fine. Code looks OK to me.
However, you have a second list on your page and that is a bit whacky. You seem to have it nested in three <ul> </ul>'s
I have to visit my mother now, so no real time to look any further but I do wonder if the extra tags in that list is affecting the other list. It's worth a look.
Martin
Ken,
You seem to have a top level of width of 800. This should be adjusted to a more accurate width for the menu.
#navbar li a {
display: block;
text-decoration: none;
background: #240759;
color: #FFFFFF;
width: 800; /* adjust as needed or use auto */
padding: 5px 18px
}
Another issue is that you have the #navbar width different from the table.
#navbar{
position:relative;
z-index:1002;
width: 800px;
padding:10;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
<table width="780" align="center" border="0" cellpadding="0" cellspacing="0" id="navbar">
Hi Martin -
Trust Mom is well.
Not to worry about the triple UL's, it's not part of the navigation, just a deep blockquote to achieve
the square list bullets in the content text on home page only. The problem occurs erratically on all pages,
so I am sure it's related to the SSI menu HTML table cells or the CSS padding.
*sigh*, I may have to revamp the whole thing
Very much appreciate your taking the time to look.
Ken
North America
Europe, Middle East and Africa
Asia Pacific