Can you DEBUG Fireworks files?

I've created a flyout menu using Fireworks. When I "test" the
flyout from Fireworks it appears to work fine - all levels of the
menu working as I had designed. I integrated the nav menu into my
Dreamweaver template for a client's website and FTP'd the results
to the test site.
Unfortunately, once up on the website, the menu doesn't work
as expected. The first level menu structure works (on mouseover the
2nd level menu's "flyout") - but the 3rd level menu's do not work
at all. I also find that after navigating away from index.html the
2nd level menus stop working!
I'm trying to find out how to debug the entire process to see
why Fireworks won't integrate properly with the Dreamweaver
template I integrated the Fireworks file into. If anyone has any
ideas I'd appreciate a shout...
The website can be found at:
http://www.illinoiscccs.org/web/ssl/index.html
if anyone would like to see the problematic site...
Russ Foszcz

quote:
Originally posted by:
r.foszcz
I've created a flyout menu using Fireworks. When I "test" the
flyout from Fireworks it appears to work fine - all levels of the
menu working as I had designed. I integrated the nav menu into my
Dreamweaver template for a client's website and FTP'd the results
to the test site.
Unfortunately, once up on the website, the menu doesn't work
as expected. The first level menu structure works (on mouseover the
2nd level menu's "flyout") - but the 3rd level menu's do not work
at all. I also find that after navigating away from index.html the
2nd level menus stop working!
I'm trying to find out how to debug the entire process to see
why Fireworks won't integrate properly with the Dreamweaver
template I integrated the Fireworks file into. If anyone has any
ideas I'd appreciate a shout...
The website can be found at:
http://www.illinoiscccs.org/web/ssl/index.html
if anyone would like to see the problematic site...
Russ Foszcz
Russ,
Lots of people post because they have trouble with Fireworks
menus. Usually, these people want a magic fix or are willing to
spend days in the belief that it "just has to work, somehow!" (For
example, this thread:
Help
with Rollovers and Hotspots for Drop Down Webpage Menu...)
Fireworks is primarily a graphics application. What you're
doing is making code. The best environment for that is a coding
environment. You should build menus in Dreamweaver. That said,
there are professional plug-ins to Dreamweaver that will make the
job of building menus easier as well as very robust.
Here are two sites that have menu plug-ins for Dreamweaver:
Pluginlab
Limited
Project Seven
The Project Seven menus are regularly recommended, but I have
no personal experience with either of them.
Good luck!

Similar Messages

  • Can you transfer picture files from an older version of aperture to aperture 3?

    Can you transfer picture files from an older version of aperture to aperture 3?

    Well, you didn't give any information on your Mac, your OS version, transfer pics from where to where, or anything else, so guessing is the best anyone can do at this point: you should be able to simply using drag and drop.

  • Can you share large files on iCloud drive like dropbox?

    I am exploring how to use iCloud drive now...and had a basic question.  Can you share large files from it in a similar way as you can with dropbox?  This is a great feature of dropbox...or google drive when mailing large files just doesn't work. 
    I have a Yosemite beta currently, and it doesn't look like you can do this. 
    I also was wondering if anyone has figured out how to make an alias of the iCloud drive on the desktop rather than always opening a finder window in order to drop files into iCloud drive....
    Yosemite Beta and Mavericks, iMac 2012/Mac Pro/Mac book air

    I am exploring how to use iCloud drive now...and had a basic question.  Can you share large files from it in a similar way as you can with dropbox?
    Have a look at the iCloud Drive FAQ:  The file size limit is 15 G:   iCloud Drive FAQ     http://support.apple.com/kb/HT201104
    You can store any type of file in iCloud Drive, as long as it's less than 15 GB in size. There's no restriction on file type, so you keep all of your work documents, school projects, presentations, and more up to date across all of your devices. Learn more about managing your iCloud Drive files.
    If you make an alias to a folder on iCloud Drive, you can drag it to the Favourites in the Finder sidebar. That is the best I could do.

  • Can you copy/paste files from the Finder to Mail in Lion, or drag them onto the Mail icon in the Dock to create a new message and attach the files to it?

    Message title says it: Can you copy/paste files from the Finder to Mail in Lion, or drag them onto the Mail icon in the Dock to create a new message and attach the files to it?
    I can't find anything in the Knowledge Base that says these two options no longer work or still do.
    I do not have a system capable of running Lion, but I need to know the answer nonetheless.

    Gee, I don't know: "paste attachments mail Lion"? ;-)
    One further question, if I may: in Panther (which is where I've aggregated nearly 7 years of mail), if you copy more than one file in the Finder, switch to Mail, and paste the files into a new message, only the file names paste in. If you copy one file and paste it into a Mail message, you get the file, not just the name. Is that still true, or has that (IMHO) bug been fixed since 10.3.9?

  • Can you open freehand files in CS6?

    can you open freehand files in CS6? I have been using both illustrator & freehand for 15 years & have thousands of work files being freehand.
    It seems very disappointing to have to keep an old version of illustrator just to open these files. I also find it interesting that many of the key tools that freehand had over illustrator are not translated into the newer versions of illustrator. Something simple like you still can't have a unique picture bullet • before text in illustrator. In freehand you could cut & paste any graphic into the text you were designing.

    saturn234 wrote:
    can you open freehand files in CS6? I have been using both illustrator & freehand for 15 years & have thousands of work files being freehand.
    No. The conversion plugin didn't make it into CS6 so the last import function was CS5.5 
    It seems very disappointing to have to keep an old version of illustrator just to open these files.
    At this point, it is the only way to make your files convert into Illustrator although I've had some luck with exporting to EPS or (if your FH graphics are simple enough) save as AI format. Keep your eyes on this project however : http://www.stagestack.com/
    I also find it interesting that many of the key tools that freehand had over illustrator are not translated into the newer versions of illustrator. Something simple like you still can't have a unique picture bullet • before text in illustrator. In freehand you could cut & paste any graphic into the text you were designing.
    As a fellow FreeHand user, I couldn't agree more. Other users of both programs have said this endlessly over the years here. A litany of features are still m.i.a. since FHMX was acquired years ago... including inline graphics. It's almost comical.

  • Can you get the file name of the current executing TSQL script?

    Can you get the file name of the current executing TSQL script? I wrote entries to a generic log file and would like to include the script name.

    Okay, So What you can do is
    1. Read get the version from your  database and redirect it to a text file(SQLCMD outout can be directed to text file using -o option or windows redirection operator >)
    2. Now you can read this value from the text file either inside a batch file or a powershell script and decide what operations you can do. 
    Satheesh
    My Blog |
    How to ask questions in technical forum

  • Can you import Dreamweaver files into Muse, how?

    Can you import Dreamweaver files into Muse, how?

    If the images aren't showing up in DW, why do you think they will show in Muse?  Obviously, something is wrong with the paths to those images.  And that will most likely be due to the underlying code.
    Can you post an example of a problem page?
    Nancy O.

  • Can you edit xml files in adobe contribute

    can you edit xml files in adobe contribute

    No, you can't even open them in recent versions of PSE.

  • Can you open ai files in indesign?

    Can you open ai files in indesign?

    It's also possible to copy from AI and paste into ID, but for a complete illustration I don't recommend it.

  • In new Numbers, can you export a file into excel format?

    In new Numbers, can you export a file into excel format? Or is this something else thats been removed!!??
    HELP!!

    Hi AMGracie,
    In Numbers 3.0 on a MacBook Pro running OS X 10.9
    Regards,
    Ian.

  • Can you transfer specified files between an imac & laptop

    http://ChucF  Can You transfer specified files between a laptop & an imac?

    Sure.
    There are several possibilities.
    You can connect the 2 with FW and start one as Target (keep T pressed during boot). You will see the second Mac as external HD and do the transfer with Finder.
    Or you can connect the 2 on the same net with Gigabit Cable or WiFi and again use Finder.
    If you need more control in transfer I found Tri-Backup usefull (www.tri-edre.com)

  • Can you import PDF files into iBooks Author

    Can you import PDF files into iBooks Author ?

    wozwoz wrote:
    If Apple want to have
    You can tell them your views on that via
    http://www.apple.com/feedback

  • Can you convert this file into good searchable pdf file: Medical Terminology- A Short Course.azw4

    Can you convert this file into good searchable pdf file: Medical Terminology- A Short Course.azw4

    I don't think that Adobe offers any software to convert .azw4 files.  Search Google for alternate converters.

  • How can you back up files that are on an external drive?

    How can you back up files that are on an external drive?

    hw999 wrote:
    How can you back up files that are on an external drive?
    Easy way, CLONE IT to another HD
    HD cloning software options:
    1. SuperDuper HD cloning software APP (free)
    2. Carbon Copy Cloner APP (will copy the recovery partition as well)
    3. Disk utility HD bootable clone.
    Methodology to protect your data. Backups vs. Archives. Long-term data protection
    https://discussions.apple.com/docs/DOC-6031
    hw999 wrote:But all I want to do is include the data that I store on an (second) external drive (internal drive getting too full) part of the auto back up process using timemachine.
    BAD IDEA
    You want one backup (ie Time machine) and one (or more) data archive of just all your raw files (drag and drop, or cloned etc.)

  • HT204053 Can you sync pages files on different devices with different apple ids?

    Can you sync pages files on different devices with different apple ids?  I have a personal iPad and one given to me for work. They are set up with two different apple IDs.  I do all of my lesson plans in pages.  I want to be able to create plans on both devices, but need to know if there is a way to sync the files without emailing, etc.

    Welcome to the Apple Community.
    No, that's not possible. A better way of working around this than emailing the documents to yourself is to use a third party storage solution such as Dropbox and a webDAV server to upload the documents.

Maybe you are looking for