No luck.
I don't actually specify the width of ul.secondary anywhere. It just defaults to 100%. The width always remained at 100% of the viewable screen (i.e. what's viewable without horizontal scrolling).
I tried the following, based on a similar piece of code I was recommended to use in order to get the tabs to stop wrapping:
Code:
ul.secondary { display:inline; }
That solved the problem more or less for IE and FF but caused some odd issues in Opera and Safari, even when there were only a few tabs. The bottom border was too long in Opera and not far enough below the tabs in Safari.
Bookmarks