While developing my website, I came across something of a bug with the 100% span horizontal menu. Setting menualign="left"; in the menu properties messes up in Netscape 7 (fine in IE, NS4, not sure about others). By this I mean:
1. To the right of the final menu entry, the 1px border line running along the top of the menu becomes a 2px line instead.
2. Underneath the length of the whole menu, there is no 1px border line.
Strangely, setting menualign="center"; or not mentioning menualign at all (since default=center) poses no problem for NS7 and it renders fine.
Apologies for not being able to link to a URL, but it's not publicly accessible at the moment. The rest of the menu style is:
Code: Select all
position="relative";
menuwidth="100%";
alwaysvisible=1;
orientation="horizontal";
