Glen touched on this in post 26 but I see that the latest files still have a <br /> coded outside the <li> echo calls on lines 70 and 84. The more categories and sub-categories one has, the longer the browser takes to figure out what it's supposed to do.
I'd suggest removing the two <br /> calls and add a line-height call likeThe 1.5em can be adjusted to meet the user's taste.#navCatTabsDropdown li
{
float:left;
line-height: 1.5em;
position:relative;
}
Just my 3.29 cents worth - ain't inflation a![]()


Reply With Quote
