Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
madinga #1
JavaScript issue after exporting HTML from Fireworks
I have been using Fireworks MX 2004 to create a web page with pop-ups, slice it
and export it to HTML. In Dreamweaver MX 2004 I would then add a picture
(images/corolla.jpg) to my pop-up as in the code below.
<a href="corolla/index.html" id="MMMenu0111125341_0_Item_0"
class="MMMIFVStyleMMMenu0111125341_0"
onmouseover="MM_menuOverMenuItem('MMMenu0111125341 _0','1');">
<span class="MMMenuItemSpanMMMenu0111125341_0">Corolla&n bsp; <img
src="menu-pics/corolla.jpg"></span>
<img src="images/arrows.gif" alt="" class="MMArrowStyleMMMenu0111125341_0" />
</a>
I have now installed a trial version of Dreamweaver 8. Still using the
Fireworks MX 2004 the script is now being generated as below
window.mm_menu_0111125341_0_1 = new Menu("Corolla",150,32,"Verdana, Arial,
Helvetica,
sans-serif",10,"#000000","#ff0000","#ffffff","#ffffff", "left","middle",1,1,1000,
-5,21,true,false,true,0,false,false);
mm_menu_0111125341_0_1.addMenuItem("corolla-pic","location='corolla/index.html'"
);
mm_menu_0111125341_0_1.hideOnMouseOut=true;
mm_menu_0111125341_0_1.menuBorder=0;
mm_menu_0111125341_0_1.menuLiteBgColor='#ffffff';
mm_menu_0111125341_0_1.menuBorderBgColor='#ffffff' ;
mm_menu_0111125341_0_1.bgColor='#ffffff';
Am not very good at Javascript, actually I can barely get my way it. Now am
trying to put/link the picture corolla.jpg (where there is "corolla-pic") but
every way I try to do it, it just kills the whole drop down, the menu just
won't appear. I really need help on this one.
madinga Guest
-
exporting to fireworks
I have a button I created in freehand that is beveled. When I took it over to fireworks, i had the white edges around it. Anyway I can make that... -
Exporting a nav bar from fireworks
Show me the code on the page in DW, please. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver MX (If you *MUST* email me,... -
MX 2004 HTML Exporting Issue?
I've created a site in Fireworks MX, created the rollovers, export the HTML and images and then import "Fireworks HTML" into DW MX; looks great! ... -
Exporting HTML from Fireworks to Dreamweaver
I would like to know why it is that I can't export a page I created in Fireworks to Dreamweaver. I want to export it as an HTML file, but I just... -
Exporting Fireworks HTML into Dreamweaver MX
I designed a pop-up menu in Fireworks and exported the slice as Dreamweaver HTML. When I have tried inserting the HTML and copying to the clipboard...



Reply With Quote

