Click to See Complete Forum and Search --> : Problem w/Frontpage menus


dprout
11-28-2006, 11:39 AM
I'm having a problem in frontpage-- only that I imported a fireworks menu bar w/drop downs. Everything works except when I cross my mouse over the menu buttons, I get a blank button with an 'x'. Yet, I am able to get the submenus and click on the links. Here's some sample script:

<!-- fwtable fwsrc="Nav1.png" fwbase="Nav1.gif" fwstyle="Dreamweaver" fwdocid = "87575766" fwnested="0" -->

<td><a href="javascript:;" target="_top" onclick="MM_nbGroup('down','navbar1','Button_1','Button_1_f3.gif',1);" onmouseover="MM_menuShowMenu('MMMenuContainer1019092459_0', 'MMMenu1019092459_0',155,-2,'Button_1');MM_nbGroup('over','Button_1','Button_1_f2.gif','Button_1_f3.gif',1);" onmouseout="MM_nbGroup('out');MM_menuStartTimeout(1000);">
<img name="Button_1" src="Button_1.gif" width="149" height="39" border="0" id="Button_1" alt="" /></a></td>
<td><img src="Fireworks/spacer.gif" alt="" name="undefined_3" width="1" height="39" border="0" id="undefined_3" /></td>
</tr>

Thanks,
D.

KDLA
11-28-2006, 03:23 PM
According to your coding, your images are in the same folder as your page. Is this right? If not, you need to either change the coding to reflect their true location, or move them to the same folder as the document using them.

KDLA

dprout
11-28-2006, 03:53 PM
Thanks KDLA,

You are correct... that was the problem! :-)

D.