Buttons in a right state

Hi -
When I create navigation bar / link buttons in either
Fireworks or Dreamweaver MX then I design 4 states (normal, mouse
over, clicked down, over while down) They look fine on Dreamweaver
preview. When I add a hotspot link on them then I only get the
first 2 states.
This is either a really common problem or I am being dense.
Can someone either help or direct me to a previous thread (I
can't find one) where it is all covered
Thanks in advance,
Andy

> I didn't realise my mistake about hotspots - I do now
though. Thank you
> very
> much for that.
You're welcome.
> Having the 'over' condition looks OK to me. I guess this
means that the
> page
> opens with the button in the 'mouse over' state which
gives an indication
> of
> which page you are on.
That's correct.
> I know (i think) how to do this if I create a button
> from scratch in Dreamweaver because I recall seeing a
tick box for it.
I'm trying to figure out how to get you off of this navbar
thing. Doing the
over state in a persistent way is quite easy -
It's easy to do with CSS or with javascript.
With CSS you would have a little stylesheet embedded in the
head of each
page that allows you to set the down state for any given
button (each button
would have a unique id - for example -
<a href="foo.html" id="button1">...<a
href="bar.html" id="button2">
and then your stylesheet would have this -
a#button1 { styles }
on one page, and on another this -
a#button2 { styles }
See how that works?
With javascript, put this in script tags in the head of the
document -
function P7_downImage() {
var g7="<imagename>"
var g7url="<pathname>"
if ((g7=MM_findObj(g7))!=null) {g7.src=g7url;}
and this on the <body> tag
onload="P7_downImage()"
Then on each page you would need to make two edits:
Set g7 to the *name* of the button (not the file name but the
HTML name -
e.g., "productsbutt"), and g7url to the pathname to the
button (e.g.,
"images/nav/button3.gif"), and bada bing, bada boom!
There is an excellent tutorial here -
http://www.projectseven.com/support/answers.asp?id=126
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"billy childish" <[email protected]> wrote
in message
news:[email protected]...
> Thanks for the response.
>
> I didn't realise my mistake about hotspots - I do now
though. Thank you
> very
> much for that.
>
> Having the 'over' condition looks OK to me. I guess this
means that the
> page
> opens with the button in the 'mouse over' state which
gives an indication
> of
> which page you are on. I know (i think) how to do this
if I create a
> button
> from scratch in Dreamweaver because I recall seeing a
tick box for it.
> If i
> already have my buttons set up how do I change them to
have the over
> condition?
>

Similar Messages

  • Bevel effect moves Featured News buttons down and right after update

    After I applied the update today, all of the Featured News buttons with the Bevel Effect have been moved down and right about 1/4" and I cannot seem to fix.  I used the Bevel feature for all buttons in the Rollover, Mouse Down, and Active states.  Before I applied the update, the bevel feature worked great, but now, as you can see from the image, the buttons have now moved down and to the right.  I've even tried deleting the entire widget and starting over, but no fix.
    The attached image shows the Featured News buttons.  The top button is in ACTIVE state with the Bevel effect activated.  The "Step 3" button shows the Rollover state with the Bevel effect activated.  All other buttons show the NORMAL state - NO BEVEL.  Before the update was applied, the buttons would appear in the same location as the NORMAL state, but now the buttons appear lower and to the right as you can see.

    I'm having similar problems - and now I cannot remove the bevel from my buttons and they are shifting all over the place!

  • ARB Issue Committed:  Button navigation and Declarative States

    <[email protected]il.forums.adobe.com>
    Message-ID: <C62B9EEA.82F3%[email protected]>
    Thread-Topic: ARB Issue Committed:  Button navigation and Declarative States
    Thread-Index: AcnOqlv/oTWkTNjMukqDP18VFO76uACeTE1U
    In-Reply-To: <C6277898.7F37%[email protected]>
    Mime-version: 1.0
    Content-type: multipart/alternative;
         boundary="B_3324878165_1545235"
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.
    --B_3324878165_1545235
    Content-type: text/plain;
         charset="US-ASCII"
    Content-transfer-encoding: 7bit
    the  ARB issue at:
    http://opensource.adobe.com/wiki/display/flexsdk/buttonnavigationand+declara
    tive+states
    has been updated with a decision (in short, keep the status quo).
    Ely.
    --B_3324878165_1545235
    Content-type: text/html;
         charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>ARB Issue Committed:  Button navigation and Declarative States<=
    /TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt=
    '><BR>
    <BR>
    <BR>
    </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><=
    SPAN STYLE=3D'font-size:11pt'>the  ARB issue at:<BR>
    <BR>
    <a href=3D"http://opensource.adobe.com/wiki/display/flexsdk/button+navigation=
    anddeclarative+states">http://opensource.adobe.com/wiki/display/flexsdk/bu=
    ttonnavigationanddeclarativestates
    has been updated with a decision (in short, keep the status quo).
    Ely.
    B_3324878165_1545235

    graf_ix_guru wrote:
    >
    > Hey everyone I am new, and really could use some help.
    > I have created button symbols in Fireworks with Pop-Up
    Menus. As of right now
    > I have 4 states. The up, over, down and over while down.
    Everything is working
    > great except when the user clicks on the navigation
    button they get taken to
    > the top of the page.
    On click should open a new page, yes? So it won't matter.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • How can i place button on top right hand corner of the tabbed pane

    Hi all,
    i want to place button on top right hand corner of the tabbed pane, just run the code below, i have add button(it going to insert tab into tabbedpane), i want to place that tab into top right hand corner of the tabbedpane (not inside the tab itself). if i set tab policy setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT), it will give two button at right hand corner along with those buttons i want to and one more add button.
    please suggest so that i can move forward.
    Thanks in advance
    import java.awt.Dimension;
    import java.util.HashMap;
    import javax.swing.JPanel;
    import javax.swing.JTabbedPane;
    * @author  Dayananda.BV
    public class TabpaneDemo extends javax.swing.JFrame {
        /** Creates new form TabpaneDemo */
        HashMap<Integer, tabpanel> panelMap = new HashMap<Integer, tabpanel>();
        public TabpaneDemo() {
            initComponents();
            createFloorPlan();
            getContentPane().setPreferredSize(new Dimension(400,400));
            jTabbedPane1.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
        /** This method is called from within the constructor to
         * initialize the form.
         * WARNING: Do NOT modify this code. The content of this method is
         * always regenerated by the Form Editor.
        // <editor-fold defaultstate="collapsed" desc=" Generated Code ">                         
        private void initComponents() {
            jTabbedPane1 = new javax.swing.JTabbedPane();
            add_tab_button = new javax.swing.JButton();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            add_tab_button.setText("+");
            add_tab_button.setMargin(new java.awt.Insets(0, 0, 0, 0));
            add_tab_button.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    add_tab_buttonActionPerformed(evt);
            javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addComponent(jTabbedPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 400, Short.MAX_VALUE)
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addContainerGap(308, Short.MAX_VALUE)
                    .addComponent(add_tab_button, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addGap(67, 67, 67))
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addComponent(add_tab_button)
                    .addGap(8, 8, 8)
                    .addComponent(jTabbedPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 292, Short.MAX_VALUE))
            pack();
        }// </editor-fold>                       
        private void createFloorPlan(){
            tabpanel floorplan_Panel = new tabpanel(panelMap.size()+1);
            panelMap.put(floorplan_Panel.getTabIndex(), floorplan_Panel);
            jTabbedPane1.add(floorplan_Panel, floorplan_Panel.getTabName());
            jTabbedPane1.setSelectedIndex(jTabbedPane1.getTabCount()-1);
        private void add_tab_buttonActionPerformed(java.awt.event.ActionEvent evt) {                                              
            createFloorPlan();
         * @param args the command line arguments
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new TabpaneDemo().setVisible(true);
        // Variables declaration - do not modify                    
        private javax.swing.JButton add_tab_button;
        private javax.swing.JTabbedPane jTabbedPane1;
        // End of variables declaration                  
        class tabpanel extends JPanel{
            private int tabIndex = 0;
            private String tabName ;
            public tabpanel(int tabIndex) {
                this.tabIndex = tabIndex;
                if(tabIndex >= 10) {
                    tabName = "Floor Map"+tabIndex;
                } else{
                    tabName = "Floor Map"+tabIndex+"  ";
            public int getTabIndex(){
                return tabIndex;
            public String getTabName(){
                return tabName;
    }Thanks
    Dayananda B V

    This part of tabbed pane is not customizable as it lies in the ComponentUI(TabbedpaneUI) portion of the tabbedpane.
    But I can point out the place u can change to bring the desired feature into effect.
    U can find an Inner class called ScrollableTabSupport
    Look for the methods createButtons where u can create extra buttons and add to the tabbed pane.
    The Inner class also implements actionListener where u can implement the action for the button u added.
    By this method U have to use your own extended TabbedPaneUI which u cant escape from.
    Hope this will help u.

  • I updated the system on my I pad yesterday. Now I can not start my I pad. The screen is black, if I hold the button on the right side, first the Apple logo starts, than immediately the I-tunes Logo with a "Plug" sign comes up. That stays on for ever. What

    I updated my I pad yesterday with the ISO 7.04 . Now it just has a black screen. When I hold the button on the right hand down for 10 seconds, I first very briefly get the Apple Logo, than immediately the I-Tunes sign with a plug sign. I cannot get anything else working. I did not have I-tunes on my i-pad since the file is large, but have it on my MAC . So how can I get my I-pad working again????

    This solved all my problems. It took a while, about 87 minutes for the complete "restore to factory setting" and after that about 30 minutes to put all my contacts etc. back on.
    It did'nt matter how long it took, I have my I-Pad back and that is great.
    I really do appreciate your help. Thank you so much.

  • Is it possible to add a button to the right-click context menu for a user in Outlook 2010 using VBA?

    I've tried many things and read up quite a bit but I cannot figure this out.
    I cannot create an add-in so I have to use VBA.
    I want to add a a button to the right-click context menu when I right-click on a user. Is this possible?

    Hello,
    Yes, it is possible to customize the context menu in Outlook. See
    Customizing Context Menus in Office 2010 for more information.
    But VBA doesn't allow to customize the Fluent UI in Outlook, you need to develop an add-in instead.

  • The New Tab button on the right side of the last tab is missing.How do I get it back?

    The New Tab button on the right side of the last tab is missing on the Tab bar How do I get it back?

    For now, you can try using Ctrl + t to open new tabs if you can't open them otherwise, but try right clicking the tabs bar, clicking "customize," and then in the window that comes up try clicking the "restore default set" button. I don't know if it will work in your case but it wouldn't hurt to try.

  • Some buttons on the right hand screen of my ipod are not working please help me!! what do i do, some buttons on the right hand screen of my ipod are not working please help me!! what do i do

    some buttons on the right hand of my ipod touch screen are not working? could somebody help me i have reset restored and everything has this happened to anyone else?

    If you restored to factory settings/new iPod and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
    Apple Retail Store - Genius Bar

  • Used to have a little "OPEN NEW TAB" button to the right of the current tab. Since my upgrade to 6.0.1. this is gone. How can I get it back?

    Used to have a little "OPEN NEW TAB" button to the right of the current open tab. Since my upgrade to 6.0.1. this is gone. How can I get it back?

    Thanks for the reply. My button was after the last tab until I upgraded. What I did was restore to default tool bar and the button was there. I then re customized my tool bar the way it was.
    Thanks again for the help.
    Jim

  • Download list button in upper right corner hinds under "Reader" button? Unable to find down loaded file in the download folder afterward?

    The Download list button in upper right corner of screen hides under "Reader" button?   Does not show down loaded(?) file in the download folder afterward?
    Trying to run a brokerage firm streaming quote app with java.  Wondering if I may have deactivated the Download list button some how?

    Hey Sgt.Rics,
    It sounds like you're experiencing some unexpected behavior in Safari, specifically the window layout blocking the Downloads button. I would check and make sure no third-party add-ons are causing the issue:
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    http://support.apple.com/kb/TS3230
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • Why can't I remove the long BOOKMARKS button from the right hand end of the bookmarks toolbar?

    This button is completely superfluous and takes up space on my Bookmarks Toolbar. How do I remove it please?
    To be clear, I have the 'normal' bookmarks button on my main toolbar that opens up my bookmarks in the panel on the left. What is the purpose of the Bookmarks button on the right end of the bookmarks toolbar that opens up the same bookmarks in a different presentation, and how do I get rid of it?

    Thanks very much Vivek and the-edmeister, now I understand and have managed to remove the unwanted button. I beieve the ergonomics of all this are very poor - starting from the fact that 'customize' gives the impression you are in control of what appears and what doesn't, but this is confused by the fact that Firefox is also adding and removing icons depending on what toolbars are showing. Also, and the main cause for this problem, the icon I want to remove from Bookmarks toolbar does not show on Bookmarks toolbar in 'Customize' view. AND, there's the fact that the icon doesn't even look the same in the two views so it's not obvious that moving the little button (in customize) will affect the larger button with text that's on another toolbar!
    For other people with the same problem, my re-writing of Vivek's original solution so it works on my system is this:
    Please try this: right-click on the '''+''' after the last tab and '''Customize''' and click, hold and drag the star icon that has the little down arrow beside it from any of the toolbars on which it appears (it probably <b>won't</b> be in the Bookmarks toolbar!) into the Customize mini window.
    Thanks again both.

  • How to get rid of new menu button on far right side of toolbar

    Honestly, I don't know why developers can't offer us new features which we can use or not use, by choice. Instead, things are forced upon us.
    Would someone please tell me how to get rid of the new menu button on the right side of the toolbar?
    There doesn't seem to be any option to remove it via the Customize toolbars window.
    Thank you very much.

    Hello brynn2,
    First of all thank you for understanding us and sorry for the delay, it has really been a busy week for all of us out here.
    The interface you see in Firefox 29 is a major re-design (first one since Firefox 4) of Firefox's user interface called "Australis."
    You can use Classic Theme Restorer to get the previous look back. https://addons.mozilla.org/hu/firefox/addon/classicthemerestorer/
    See also:
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox
    *https://support.mozilla.org/kb/what-happened-to-the-add-on-bar
    *Tabs On Bottom: https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
    *The Addon Bar (restored): https://addons.mozilla.org/firefox/addon/the-addon-bar/

  • How do I get back the 'open new tab' button (+ sign at right end of tabs) in Firefox 4 ?

    How do I get back the 'open new tab' button (+ sign at right end of tabs) in Firefox 4 ? I realize there is a 'new tab' button at the right end of the toolbar but I like the new tab function placed next the tabs ?

    See also:
    *Tools > Options > Privacy > History: "Remember search and form history"
    *https://support.mozilla.org/kb/Form+autocomplete
    The "Use custom settings for history" setting allows to see the current history and cookie settings, but selecting that setting doesn't make any changes to history and cookie settings.<br />
    Firefox shows the "Use custom settings for history" setting as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.<br />
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".<br />

  • Interactive Reports - Add Item/Button to the right of the Search Bar.

    Is there any way to put a button to the right of the Search Bar on an Interactive Report?
    Thanks,
    Dave

    Hi,
    Yes, if your button is not among region items.
    Go edit button and change Button Position to "Right of interactive report search bar" from select list
    Br, Jari

  • In the previous version of Firefox you would open a new tab by clicking on the small "Open New Tab" button at the Right Hand Side of the Tabs. This button has now disappeared in my upgrade.

    I just installed Firefox 4. In the previous version you would open a new tab by clicking on the small "Open New Tab" button at the Right Hand Side of the Tabs. This button has now disappeared in my upgrade. Firefox help still says you can open a new Tab by using the "Open New Tab" Button so how do I get it back??

    I got it back by going to "customize toolbar" and hitting "restore default set"! Now there is a small tab next to my open tabs with a "+" on it.

Maybe you are looking for

  • Need Different Selection screen for different Queries in a Workbook

    Hi, I have created a workbook with Multiple tabs in BI 7.0.  Each Tab has different Queries and each query has different Selection screens (Variable Selections). When i open the workbook and refresh it, the selection screen is appearing only for one

  • Has anyone succeeded to connect on WPA2 Enterprise personal wifi and used AirPlay?

    I have a ATV 2 and i has been trying to connect to the wifi of my college.. does anyone succeded? I have filled out the options and it says it succeded to install it trough Apple Configurator but when i plug it in to the TV it says it offline.. I als

  • Want to change network type on huawei e220 ?

    Any one can help,I use huawei e220 on my macbook pro,but how can I change the network type 3G only,3G Prefer,Gsm Only,Gsm Prefer ?

  • Restrict to particular IPaddress

    Hi I am using oracle 10g database on unix os.I want to not connect to a particular machine in database.i write a trigger. CREATE OR REPLACE TRIGGER logontrig AFTER logon ON DATABASE BEGIN IF ora_client_ip_address='192.168.0.30' AND ora_login_user='UP

  • Question about installing an old CS2 upgrade download

    I had a hard disk crash.  I lost my old Photoshop CS2 and need it working.  I redownloaded from Adobe since I bought it online but it wants a previous copy available which I don't have an do not have my old disk as I lost it in a flood a few years ag