I have made a design and navigation in Fireworks with button that fly out. I went back to the design to add links to the menu in Fireworks but don't know how to export it without overwriting my template?
In your Template File insert a Layer
(Insert>Layout Objects>Layer)
In code format (in dreamweaver), the layer should read read as follows.
<div id="Layer1"></div>
Simply seperate the javascript code, it should look like this:
<div id="Layer1">
</div>
Now go to the other Dreamweaver file (the one you exported as a HTML file from Fireworks) and select the the java script code for the popup menu. If your unsure just copy all the scripts between and including the codes below:
<script language ="JavaScript">
(lots of code should be here- lines and lines of it
</script>
Now Paste it in the Layer you inserted in your Template.
It should look something like:
<div id="Layer1">
<script language ="JavaScript">
(lots of code should be here- lines and lines of it
</script>
</div>
Go back to the design view in Dreamweaver and adjust where you want the popup menu to be.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.