Opera seems to ignore the "itemwidth" property on main menu and works on sub-menus. Has anyone found this to be true? No problems in IE6 or Mozilla. I have tried with and without " " and many other things to no avail?
Capture Examples:
http://meteorcrater.sciencedata.net/milonic/ie6.jpg
http://meteorcrater.sciencedata.net/milonic/mozilla.jpg
http://meteorcrater.sciencedata.net/milonic/opera.jpg
Versions:
Opera Version 7.23
Milonic Version 5.35
Example Code:
// Main Menu
with(milonic=new menuname("mainmenu")){
top=0;
left=0;
alwaysvisible=1;
followscroll=1;
orientation="horizontal";
menuwidth=762;
itemwidth=125;
style=menuStyle1;
aI("text=Meteor Crater Home;url=/home.htm;status=Back to the Meteor Crater home page");
aI("text= Visitor Center;showmenu=viscen;status=Visitor Center;pointer=default");
aI("text= RV Park;showmenu=rvpark;status=RV Park;pointer=default");
aI("text= Events;showmenu=events;status=Events;pointer=default");
aI("text= Links;showmenu=links;status=Links;pointer=default");
aI("text= Contact Us;showmenu=contacts;status=Contact Us;pointer=default");
}
// Visitor Center
with(milonic=new menuname("viscen")){
itemwidth=125;
style=menuStyle2;
aI("text=Visitor Center Overview;url=/visitorcenter/overview.htm;status=Visitor Center Overview");
aI("text=MC Interactive Learning Center;showmenu=more;status=Meteor Crater Interactive Learning Center;pointer=default");
aI("text=Theater;showmenu=theater;status=Theater;pointer=default");
aI("text=Rim Tour;status=Rim Tour");
aI("text=Gift Shop;showmenu=moregift1;status=Gift Shop;pointer=default");
aI("text=Subway Restaurant<br>at the Crater;status=Subway Restaurant at the Crater");
}
Thanks,
Leonard
Science Data

and
Northern Arizona University
