http://askafpc--pro.custhelp.com/cgi-bi ... i/main.php
I would like to add an image at the end of the horizontal menu but am having problems.
with(milonic=new menuname("mainmenu")){
top=85;
left=2;
style=style0;
alwaysvisible=1;
alignment="left";
orientation="horizontal";
aI("text=<img src='http://askafpc.custhelp.com/rnt/rnw/img ... spacer.gif' align='left' width='15' hspace='0' border='0'>Home ;imagewidth='15';showmenu=MENU0;;separatorsize=0")
aI("text=<img src='http://askafpc.custhelp.com/rnt/rnw/img ... Divide.gif' align='left' hspace='0' border='0'> Career Planning ;showmenu=af_1;;separatorsize=0")
aI("text=<img src='http://askafpc.custhelp.com/rnt/rnw/img ... Divide.gif' align='left' hspace='0' border='0'> Personal Info ;showmenu=af_44;;separatorsize=0")
aI("text=<img src='http://askafpc.custhelp.com/rnt/rnw/img ... Divide.gif' align='left' hspace='0' border='0'> Personnel Services ;showmenu=af_56;;separatorsize=0")
aI("text=<img src='http://askafpc.custhelp.com/rnt/rnw/img ... Divide.gif' align='left' hspace='0' border='0'> AFPC Reference ;showmenu=af_79;;separatorsize=0")
aI("text=<img src='http://askafpc.custhelp.com/rnt/rnw/img ... Divide.gif' align='left' hspace='0' border='0'> Systems & Support ;showmenu=af_99;;separatorsize=0")
aI("text=<img src='http://askafpc.custhelp.com/rnt/rnw/img ... ideEnd.gif' align='right' border='0'>")
}
When unavDivideEnd.gif is the last "tab" image that I need on the line. When I add it using the aI method call, a space seems to be added as well. When I add it into the last menu item, the image is wrapped to the next line.
Any ideas on how to add this image at the end with no empty spaces?
Can I add an image at the end of my horizontal menu?
Make that last aI
Ruth
Code: Select all
aI("image=navDivideEnd.gif;itemwidth=15;type=header;");
Last edited by Ruth on Wed Dec 29, 2004 5:31 am, edited 1 time in total.