I need help importing navigation bars and rollover buttons from fireworks?

I need help importing navigation bars and rollover buttons from fireworks, drop down menus and rollover states won't work!
Thanks

In my experience, the code created by graphics apps is less than satisfactory. And image based menus are very awkward for several reasons. 
#1 If you decide to change your menu later, you must go back to your graphics app and re-craft the whole thing.  After 2-3 times of this, it gets old in a hurry.
#2 Image based menus cannot be "seen" by search engines, screen readers and language translators.
#3 CSS styled text menus are better for your site's visibility, accessibility and they are a snap to edit in Dreamweaver.
That said, if you're still married to image based menus, use Fireworks to create images only. Use Dreamweaver's Image Rollover Behaviors to create your rollover scripts.
Nancy O.

Similar Messages

  • I need help resizing my Minimize and Maximize buttons when in Full Screen mode. They are almost too small to see!

    When in Full Screen mode on Mozilla Firefox, the Minimize, Maximize, and Close buttons are extremely small. How do I change the size of these buttons?

    Add code to userChrome.css below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #window-controls .toolbarbutton-icon { width:25px; height:25px; }
    </nowiki></pre>

  • Need help with the rotate and zoom button...

    hi, i create a Jpanel code that use for zoom in and rotate image, the rotate button work fine but the zoom in is not work by the following code, can any one tell me how to fix this?
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import javax.swing.*;
    import java.awt.geom.AffineTransform;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import java.util.Hashtable;
    import javax.imageio.ImageIO;
    import javax.swing.event.*;
    public class RotatePanel extends JPanel {
    private double m_zoom = 1.0;
    private double m_zoomPercentage;
    private Image image;
    private double currentAngle;
    private Button rotate1, rotate2, rotate3,zoom;
    public RotatePanel(Image image) {
    this.image = image;
    MediaTracker mt = new MediaTracker(this);
    mt.addImage(image, 0);
    try {
    mt.waitForID(0);
    catch (Exception e) {
    e.printStackTrace();
    public void rotate() {
    //rotate 5 degrees at a time
    currentAngle+=90.0;
    if (currentAngle >= 360.0) {
    currentAngle = 0;
    repaint();
    public void setZoomPercentage(int zoomPercentage)
                m_zoomPercentage = ((double)zoomPercentage) / 100;    
    public void originalSize()
                m_zoom = 1; 
    public void zoomIn()
                m_zoom += m_zoomPercentage;
    public void zoomOut()
                m_zoom -= m_zoomPercentage;
                if(m_zoom < m_zoomPercentage)
                    if(m_zoomPercentage > 1.0)
                        m_zoom = 1.0;
                    else
                        zoomIn();
    public double getZoomedTo()
                return m_zoom * 100; 
    public void rotate1() {
    //rotate 5 degrees at a time
    currentAngle+=180.0;
    if (currentAngle >= 360.0) {
    currentAngle = 0;
    repaint();
    public void rotate2() {
    //rotate 5 degrees at a time
    currentAngle+=270.0;
    if (currentAngle >= 360.0) {
    currentAngle = 0;
    repaint();
    protected void paintComponent(Graphics g) {
    super.paintComponent(g);
    Graphics2D g2d = (Graphics2D)g;
    AffineTransform origXform = g2d.getTransform();
    AffineTransform newXform = (AffineTransform)(origXform.clone());
    //center of rotation is center of the panel
    int xRot = this.getWidth()/2;
    int yRot = this.getHeight()/2;
    newXform.rotate(Math.toRadians(currentAngle), xRot, yRot);
    g2d.setTransform(newXform);
    //draw image centered in panel
    int x = (getWidth() - image.getWidth(this))/2;
    int y = (getHeight() - image.getHeight(this))/2;
    g2d.scale(m_zoom, m_zoom);
    g2d.drawImage(image, x, y, this);
    g2d.setTransform(origXform);
    public Dimension getPreferredSize() {
    return new Dimension((int)(image.getWidth(this) + 
                                          (image.getWidth(this) * (m_zoom - 1))),
                                     (int)(image.getHeight(this) + 
                                          (image.getHeight(this) * (m_zoom -1 ))));
    public static void main(String[] args)  throws IOException{
    JFrame f = new JFrame();
    Container cp = f.getContentPane();
    cp.setLayout(new BorderLayout());
    Image testImage =
    Toolkit.getDefaultToolkit().getImage("clouds.jpg");
    final RotatePanel rotatePanel = new RotatePanel(testImage);
    final RotatePanel zomePanel = new RotatePanel(testImage);
    JButton b = new JButton ("90 degree");
    JButton c = new JButton ("180 degree");
    JButton d = new JButton ("270 degree");
    JButton e = new JButton ("zoom in");
    c.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent ae) {
    rotatePanel.rotate1();
    d.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent ae) {
    rotatePanel.rotate2();
    b.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent ae) {
    rotatePanel.rotate();
    e.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent ae) {
    zomePanel.zoomIn();
    cp.add(rotatePanel, BorderLayout.NORTH);
    cp.add(b, BorderLayout.WEST);
    cp.add(c, BorderLayout.CENTER);
    cp.add(d, BorderLayout.EAST);
    cp.add(e, BorderLayout.SOUTH);
    // f.pack();
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    f.setSize(500,500);
    f.setVisible(true);
    }

    TRIPLE CROSS POSTED
    [_http://forum.java.sun.com/thread.jspa?threadID=5314687&messageID=10342105#10342105_|http://forum.java.sun.com/thread.jspa?threadID=5314687&messageID=10342105#10342105]
    Stop posting this question over and over in multiple forums please.

  • After downloading firefox to a new computer and using sync I no longer have any navigation bar or menu button.

    This is on a windows computer at work. It actually happened on 2 new computers. Before the sync, both the navigation bar and menu button were there. After the sync - Gone! I have tried uninstalling firefox and then reinstalling, but when I reinstall, the problem is already there, and the bookmarks from the sync reappear automatically on the reinstalled version. Is there any way to uninstall the sync?

    Currently UI customizations do not sync. However you can add this about:config.
    services.sync.prefs.sync.browser.uiCustomization.state = true

  • Need the navigation bar and logo to remain still

    Hello everyone,
    I am creating a prototype for an app and my problem is when i scroll down in the program the items such as the navigation bar and logo move also but i need them to stay still where they are, can you please help?   also the contact bar at the bottom need it to stay at the bottom.  I am not so familiar with programming codes so if you can provide simple answers i'd really appreciate it, thank a lot!

    Yes, disabling hardware acceleration fixed this for me too.
    I hope that this bug gets fixed and that I can use hardware acceleration when the final phase comes out.

  • I need help, yesterday I installed and reinstalled the Yosemite system and take long to turn on my laptop, the bar takes to fill, and I'm worried. Can you help? thank

    I need help, yesterday I installed and reinstalled the Yosemite system and take long to turn on my laptop, the bar takes to fill, and I'm worried.
    Can you help? thank

    revert back to Maverick that is what I had to finally do. This was the worst upgrade I have ever seen. Hopefully you have Time Machine backup and can revert back. It was pretty painless except for a few issues. I will wait until Apple gets their stuff together on this upgrade or may never will.

  • Navigation Bar - No Rollover

    www.crystalhoyt.com
    I made the navigation bar by using the navigation bar tool.
    Although it says "rollover" image, none comes up. It is loaded
    because I use it for the "selected" image too for different web
    pages.
    Please advise.

    You are missing the JavaScript for the navigation bar.
    Click any of the images in the navigation bar and look in the
    Behaviors Panel.
    Double-click on of the Set Nav Bar Images behaviors there and
    then click OK in the Set Nav Bar Image window.
    This will write the necessary JavaScript to the page.
    You will need to do this on all of the pages.
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "tkatcher" <[email protected]> wrote in
    message news:f4269o$kt3$[email protected]..
    > www.crystalhoyt.com
    >
    > I made the navigation bar by using the navigation bar
    tool. Although it says
    > "rollover" image, none comes up. It is loaded because I
    use it for the
    > "selected" image too for different web pages.
    >
    > Please advise.
    >

  • When I set up my new computer, I was unable to restore my navigation bar, and someone else's replaced mine

    I set up my new computer from an external hard drive that I shared with my daughter and is configured to her computer. Even though I downloaded the newest version of Firefox and have my email address in the preferences, I still am showing my daughter's navigation bar and bookmarks. I can't access my own

    I do not use a Mac. But when you install a new version of Firefox it will try to use existing settings etc from what is known as the profile. The profile includes your bookmarks.
    * see [[Profiles - Where Firefox stores your bookmarks, passwords and other user data]]
    *[[Recovering important data from an old profile]]
    If you share a computer with someone normally each user has their own profile, and there may be permissions preventing users accessing one-anothers accounts. Firefox will normally setup a profile in each account. You will need to search for and find your old profile.
    *Any idea where your own old profile is ?
    *Have you still got the old computer, and is it in working order
    ** or is your daughter's computer the only one you had?
    ** who set up Firefox initially was that yourself, your daughter or someone else ? <br /> (They may understand how it was set up)
    Did you backup your bookmarks or your profile, or sync with any other device?

  • Need help with Blog, Wiki and Gallery

    Hi Team,
    Need help with Blog, Wiki and Gallery startup. I have newly started visiting forums and quite interested to contribute towards these areas also.
    Please help.
    Thanks,
    Santosh Singh
    Santosh Singh

    Hello Santhosh,
    Blog is for Microsoft employees only. However, you can contribute towards WIKI and GALLERY using the below links.
    http://social.technet.microsoft.com/wiki/
    http://gallery.technet.microsoft.com/

  • My laptop does not recognize my iPhone 3GS as a camera device. I need to import my photos and videos and don't know how

    Hi everyone,
    my laptop does not recognize my iPhone 3GS as a camera device anymore.
    I need to import my photos and videos and don't know how.
    The iPhone does charge when I plus it in the USB hub but it does not ask me to import the photos anymore
    and it also doesn't show it as a device when I click on the "computer" button where an SD card or an Usb stick would normally be displayed..
    I don't know what to do

    Thank you, randers4! I now plugged it directly into the ports of my laptop and it's still not recognized.
    Does the app Photosync work for more than a thousand photos or will this take me forever?
    Thanks a lot

  • My horizontal bar , between the navigation bar and tabs bar is cluttered how do I delete some of these tabs

    i want to delete some tabs from the bar between the navigation bar and the tab bar.
    == This happened ==
    Not sure how often
    == recently

    See [[Deleting bookmarks]]
    You can open the Bookmarks Manager (Library: Bookmarks > Organize Bookmarks) and select in the left pane "All Bookmarks > Bookmarks Toolbar" and select the bookmarks that you want to remove.

  • Navigation bar and blog, not publishing

    would anyone know why the navigation bar and the blog are NOT publishing to .Mac / my personal domain? I sent a request to the support but I have not heard back from anyone.
    A little lost.
    Scott

    Gang,
    The NAV bar seems to be an issue with some Theme's and some Browsers. In the 08 iWeb they went to an XML scipts method over the hard coded method used in the 06 version of iWeb. You can see the feed.xml in the root of your site and a Scripts folder with the info and stuff in it.
    Basically I found that older versions of Netscape showed a single DOT on the NAV bar line but the new version and Firefox worked fine as did Safari and PC browsers.
    Others with other Theme's have had different problems and I had different problems with text and such.
    The thing that really scares me is that if I bring my site up under Dreamweaver it comes up all screwy.
    All's I want is a simple web site developer package that works.
    Thanks
    Gordon

  • Need help FLASH not launching and not uninstalling "licensing for this product has stopped working".

    Need help FLASH not launching and not uninstalling "licensing for this product has stopped working" and " you can only install one adobe product at a time please complete the other installation"  Flash was working absolutely fine before, I have no idea why this happened.

    I am having similar problem.  Can't open any of CS3 programs after trying to download Dreamweaver Trial, which wouldn't work because "couldn't remove DLM extention" error message.  So now I can not run Illustrator, Photoshop, or even Adobe Reader.  These are properly licensed for about a year. I get "License for product has stopped working".  Have 2 pending cases open with Adobe support (one for Dreamweaver trial, one for license problem) since 8/3 with NO ANSWERS - It says answers within 1-3 business days.  Was on phone support hold today for over 3 hours before line went dead with no help.  What is up with adobe support?  Can anyone help?

  • I need help! I cannot access my iTunes from my window's. I keep getting message "error 7" and also MSVCR80.dll missing. I do not know how to access this?

    I need help! I cannot access my iTunes from my window's. I keep getting message "error 7" and also MSVCR80.dll missing. I do not know how to access this?
    I tried downloading the latest version of iTunes, but it does not sync to my windos 7 HP because of the previous messages. Any feedback would be greatly appreciated.
    Thank you,
    ElsaV73

    Hope this article helps you:
    http://support.apple.com/kb/TS5376
    Pleas reply with any further questions.

  • Hiding navigation bar and title in Excel

    Hi everyone,
    I want to export to excel using the standard functionality provided by BW, but I don't want the navigation bar and the title displayed (it distors column sizes and users have complained...). Is there any way to achieve this?
    Any ideas?
    Kind regards,
    Dionisios

    Hi Eugene,
    I have a web-based BW report (template) that I want to export to excel using the standard functionality provided by SAP. However, I only want the data (table) to be exported, not the navigation pane. You mentioned in an earlier post that you can have the navigation pane in one sheet and the result in another. Is this right? If so how can it be done?
    Hope this clarifies things a bit.
    Kind regards,
    Dionisios

Maybe you are looking for