What I'd like to do is have the "Login" menu always appear to the right of my "Main Menu". (As if "Login" is part of "Main Menu" just with a different font and bg styles)
This works fine for the most part if I assign it like this in my "menu_data.js" file:
Code: Select all
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=79;
screenposition="left";
Code: Select all
with(milonic=new menuname("Login")){
alwaysvisible=1;
left=466;
orientation="horizontal";
style=menuStyle4;
top=79;
Is there a way to make this "Login" menu appear directly to the right of the "Main Menu" no matter what the text size in FireFox?
http://media.marketwire.com/SECURE/menu_data.js
http://media.marketwire.com/SECURE/test.htm
(please ignore the broken images on the page)
Any help would be appreciated,
Matt