Secondly, the "Why Develop with us link" would actually be its only pop-out menu but would pop down instead of to the left or right. Is that possible as well?


Thanks!
Code: Select all
<DIV id=interiorContentBlock>
<DIV id=interiorTitleBlock
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: #bcbcbc 1px solid">
<H1 id=pageTitle>Managed Hosting & Web Development</H1></DIV>
<P>Sed ut perspiciatis and so on ..............</P></DIV>
Code: Select all
with(milonic=new menuname("MenuDevelopment")){
style=menuStyleDevelopment;
menuwidth="237px";
menuheight="210px";
itemheight="18px;"
aI("text=Login;url=http://milonic.com/login.php;");
aI("text=Licenses;url=http://milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://milonic.com/mysupport.php;");
aI("text=Your Details;url=http://milonic.com/mydetails.php;");
aI("image=spacer.gif;imageheight=50;type=disabled;");
aI("image=btn_whydev_off.gif;itemheight=32;padding=0;showmenu=WhyDevelop;offbgcolor=#749452;onbgcolor=#749452;");
}
Code: Select all
with(milonic=new menuname("WhyDevelop")){
style=menuStyleDevelopment;
top="offset=31";
left="offset=-235";
menuwidth="237px";
menuheight="160px";
rawcss="padding:0px 10px 0px 10px";
aI("text=ServerSide offers a wide range of dynamic software development solutions, from e-commerce, database, and messaging / collaboration to a large scale web solutions and highly custom application.<br><br>Our planning, development, and delivery methodologies exceed industry standards, ensuring each client a practical and superior product. A partial list of the applicands we have delivered includes:;rawcss=padding:0px 10px 0px 10px;");
}
Yes that is EXACTLY what I want to do.. the 'why' buttons would then be submenus that open on rollover. Thanks!Ruth wrote:That might not help you. What exactly are you trying to do? It looks as if you want 3 separate main menus right next to each other.
Managed Hosting ...................Development ...................Client Portal
Plus the things ......................Plus the things..................Plus the stuff
below this one ......................Below Develop...................Below Client
Why Host ----------------------------Why Develop -------------------Why be Client
And then the why host, develop, client would be the item that opens a submenu???
Ruth
Code: Select all
<DIV id=homeMenu style="MARGIN-BOTTOM: 10px; HEIGHT: 240px">
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr>
<td>
<SCRIPT language=javascript type=text/javascript>
<!--
with(milonic=new menuname("MainNavigation")){
style=menuStyleManagedHosting;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("itemwidth=236px;title=MANAGED HOSTING;statusMANAGED HOSTING;image=btn_hosting_over.gif;url=mangedhosting.aspx;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Ektron Hosting;url=");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Managed Services;url=");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Dedicated Solutions;url=");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Case Studies/Testimonials;url=");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Facilities;url=");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Requests For Quotation (Hosting);url=");
aI("status=Why host with us?;image=btn_whyhost_off.gif;overimage=btn_whyhost_over.gif;showmenu=MenuWhyHost");
}
drawMenus();
//-->
</SCRIPT>
</td>
<td>
<SCRIPT language=javascript type=text/javascript>
<!--
with(milonic=new menuname("MainNavigation1")){
style=menuStyleDevelopment;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("itemwidth=237px;title=DEVELOPMENT;status=DEVELOPMENT;image=btn_development_over.gif;url=development.aspx;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Capabilities;url=http://milonic.com/login.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Our Process;url=http://milonic.com/mylicenses.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Partnerships;url=http://milonic.com/myinvoices.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Portfolio;url=http://milonic.com/reqsupport.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=How We Work;url=http://milonic.com/mysupport.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Requests For Quotation (Development);url=http://milonic.com/mydetails.php;");
aI("status=Why develop with us?;image=btn_whydevelop_off.gif;overimage=btn_whydevelop_over.gif;showmenu=MenuWhyDevelop");
}
drawMenus();
//-->
</SCRIPT></td>
<td>
<SCRIPT language=javascript type=text/javascript>
<!--
with(milonic=new menuname("MainNavigation2")){
style=menuStyleClientPortal;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("itemwidth=237px;title=CLIENT PORTAL;status=CLIENT PORTAL;image=btn_clientportal_over.gif;url=clients.aspx;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Login;url=http://milonic.com/login.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Licenses;url=http://milonic.com/mylicenses.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Invoices;url=http://milonic.com/myinvoices.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Make Support Request;url=http://milonic.com/reqsupport.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=View Support Requests;url=http://milonic.com/mysupport.php;");
aI("rawcss=padding:0 12px 0 12px;itemheight=17px;text=Your Details;url=http://milonic.com/mydetails.php;");
aI("status=Why be a happy client?;image=btn_whybeclient_off.gif;overimage=btn_whybeclient_over.gif;showmenu=MenuWhyBeClient");
}
drawMenus();
//-->
</SCRIPT></td>
</tr>
</table>
</DIV>