I have something for you to try for that menu capabilities submenu
Here is the subimage for it [not real easy to see on the blue but it's there], and the aI string coding. Then see below for coding that menu.
Code: Select all
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Capabilities;url=http://milonic.com/login.php;showmenu=MenuCapabilities;subimage=arrow.gif;onsubimage=arrow_over_up.gif;");
Then that menu capabilites submenu would be
Code: Select all
with(milonic=new menuname("MenuCapabilities")){
style=menuStyleDevelopment;
menuwidth="237px";
top="offset=18";
left="offset=-237";
openstyle="up";
aI("type=disabled;image=spacer.gif;imageheight=5;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Content Management System;url=http://milonic.com/login.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=E-Commerce Systems Integration;url=http://milonic.com/login.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=.net, ASP, SQL, Flash<hr>;url=http://milonic.com/login.php;");
aI("type=disabled;image=spacer.gif;imageheight=5;");
}
You'll see that I put a hr rule code in the .net, Asp etc item. Now, you could instead make that spacer image into an 5px high image that has a 1px yellowish colored line at the top and the rest transparent to give it a line the same color as the text. I just thought this might solve the problem of the submenu opening at the side. This way, since it is not really high it would open up above, not really go over much of the flash and keep in line with the main menus.
Ruth