The problem also occured on 5.691.
Does anyone know if there is a new style or property command I need to be using? I have had a look around but can't find anything.
My menu is used on an Intranet, so I can't post the page link here, however, the code in question is as follows:
Code: Select all
with(stylePopup=new mm_style()) {bordercolor="#316AC5";borderwidth=1;fontfamily="Sans Serif";fontsize="11px";fontweight="normal";headerbgcolor="#0077CC";headercolor="white";offbgcolor="#C1D2EE";offcolor="black";onbgcolor="#0077CC";oncolor="white";outfilter="Wipe(duration=0.05,wipestyle=1,motion=reverse)";overfilter="Wipe(duration=0.1,wipestyle=1,motion=forward);Shadow(color='#888888', Direction=135, Strength=2)";padding=4;separatorcolor="#316AC5";subimage="/common/images/images/mnu_arrow.gif";}
with(milonic=new menuname("popupInfodeskNewTask")) {left=325;style=stylePopup;top=289;aI("separatorsize=1;status=Set 'Assigned To' drop down to you;text=Assign to Me;url=javascript:setAssignedTo();;showmenu=;");aI("status=Filter 'Assigned To' to your department members;text=Filter to Department;url=javascript:filterAssignedTo('dept');showmenu=;");aI("status=Remove 'Assigned To' filter;text=Remove Filter;url=javascript:filterAssignedTo();showmenu=;");}
Thanks