Page 1 of 1

Sub menu issue

PostPosted: Thu Jul 16, 2009 8:53 pm
by cag4jbg
Hi there:

I have no issue creating the button and sub menu with your software, and the code generated without issue, however, I am creating my website in Dreamweaver, and I have run into a snag.
I am able to use the Generated Gif images to create the mouse on/over effects, however inserting the submenu has proven problematic. (It is throwing off my alignment and the menu aspect.
The code all generates to the image folder, but I modified that to show the particular files going to CSS and Javascript folders.
Below is partial menu...which works:
<div id="menu"><a href="our_experience.html" target="_top" onclick="MM_nbGroup('down','group1','ebbtcbinsmenu10','../images/ebbtcbinsmenu1_2.gif',1)" onmouseover="MM_nbGroup('over','ebbtcbinsmenu10','../images/ebbtcbinsmenu1_1.gif','',1)" onmouseout="MM_nbGroup('out')"><img src="../images/ebbtcbinsmenu1_0.gif" alt="About Us" name="ebbtcbinsmenu10" width="140" height="27" border="0" id="ebbtcbinsmenu10" onload="" /></a>
<a href="../javascript/cbjscbinsmenu.js" target="_top"

Below is a portion of the generated submenu code - that I am having difficulty placing.
<link rel="stylesheet" href="images/cbcscbinsmenu.css" type="text/css" />

<ul id="ebul_cbinsmenu_1" class="ebul_cbinsmenu" style="display: none;">
<li><a title="">Our Experience</a></li>
</ul>

Any assistance would be appreciated. I don't want to recreate the entire menu in Spry. (That would defeat the having the software.)
Thank you in advance for your comments.
Best regards,

Re: Sub menu issue

PostPosted: Fri Jul 24, 2009 1:05 am
by Karlis
Are the layout problems only in the Dreamweavers visual editor or does the menu also throw off your layouts when viewed in a proper web browser?