I've just updated to RC17 and my horizontal menu doesn't display properly. The first sub menu news doesn't align/position itself correctly. it's about 3 pixels out. but all of the other sub menu's align properly.
i had no problem like this before i updated to RC17. i think its a bug because when i view partial source the news sub menu <iframe> left property is set to 2px instead of 0px.
tailz69 wrote:i had to add this to the news sub menu properties for it to line up properly
top=69;
left=0;
screenposition=left="offset=0";
I think "the fixed version" refers to the earlier comment, above. Apparently, with the newer RC, the News submenu must have top and left positions explicitly set to appear in the correct location, but the other submenus do not; the have no top and left positions specified, as normal.