Rollover state remains (?)

This trouble may have something to do with the fact that I am
working on only one directory of a large site and am using the same
template file as the rest of the site. But, I have my own separate
images folder in my own directory. I have tried re-doing one of the
buttons using just gifs from my images folder. But, I still have
the same trouble. What gives?
Here's the page to look at:
http://www.methodist.edu/art/test.htm
The problem is the top horizontal row of links. They have a
green background when rolled over. And, the green stays there when
you hit the "back" button in the browser.
Any advice? Thank you!

Got a URL to your test page???
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com

Similar Messages

  • Multiple objects to have the same rollover state at the same time (but link to different pages)

    Hi,
    I have a mac
    I would like to know how i can have multiple images with the same rollover states - but which show up at the same time on more than one image, (but each item to have its own linking property applied to it)?
    see image below: i want both box 'A' to pop with the same rollover state even if I'm hovering on just one of the boxes. But i want each of the boxes to link to different pages in my website.
    Ive tried grouping the images and moving them to their own layer, but the rollovers aren't 'linking' together on multiple objects
    help!
    thanks

    It's not, but you don't need that to achieve the behavior you've described. A1, a trigger, will have the states and hyperlink you desire. On rollover it will show its rollover state and will show its target container which will be directly on top of A2. It will look like a rollover state for A2. Repeat this for A2, B1 and B2 and I believe you achieve the behavior you've described. It's just a different way of approaching the problem (that happens to fit the tools available in Muse).

  • How do I remove the "normal state" image after applying a "rollover state" image?

    I want to make a site similar to http://piecespeople.prosite.com/
    But when I apply the rollover image, the original image doesn't vanish, so I can't see the words in my rollover image through the original image.
    I've been able to do this effect with the previous version but now I can't.
    Please help! THanks!

    Thanks Guarav,
    But the fill drop down for the normal state is already clear (with red line). This is how it looks for instance. I want to clear the lightbulb in the rollover state so that I see the words behind it.

  • How do I create a rollover state in CS3?

    Though some of Imagready's features have been ported to Photoshop CS3, there is no "Web Content" palette that allows me to make simple rollover states for a button. If you recall, in Imageready, this palette allowed you to create and control multiple rollover states for a button, then on export it would automatically add suffixes to the files name for the rollover states.
    Right now, I'm doing it old scholl, turning layers on and off, and individually export normal and rollover states for a button, and naming them by hand each time. Very unproductive and given to error.
    Please advise.

    fireworks or use imageready in CS2

  • Text frame rollover states in lightbox display comp widget trigger area no longer working in V 3.0

    Hi
    I had text frames with rollover states placed into the trigger area of lightbox display composition widgets
    The rollover on the text worked fine, and then when clicked the lightbox composition widget opened
    However this morning I updated Muse to the latest version 3.0 (which I was prompted to do) But now all these text frame rollover states no placed into the trigger areas of my lightbox dispslay composition widgets no longer work throughout my entire document
    The lightbox will open when I click the text, but the rollover effect will no longer work
    Is anyone having the same problem? Is there a way I can fix this? I was supposed to send the site to a client this morning :\
    Thanks

    Yes. I'm having the same type of trouble with a site I'm updating for a client. I haven't updated the site since before version 2.0.
    But now that I've upgraded to version 3.0 my rollovers and linking for the rollovers don't work. Very strange. I too need to get
    the site posted ASAP.  Please someone help us on this subject.
    thanks

  • Link to frame in button rollover state not working..

    Hi guys,
    What I use: Flash CS5 & Actionscript 3
    So I had my buttons working just fine and linking to a frame. But after adding a rollover state in which my button has grown in size it no longer links.
    Does anyone know how to get my buttons linking in their rollover state?

    var someObject:MovieClip;  // this is declared - only
    var someObjectMovieClip = new MovieClip(); // this is declared and instantiated
    Make sure your code uses aghains and not instancename like your code shows. 
    I don't think you understand the third and fifth items I listed either.  The third is saying that the code is not in the same frame as the item it is trying to target.  The fifth has to do with objects in consecutive frames, not linking.
    If you followed what I mentioned in the last sentence you should have a line number indicated in the error message that will tell you which line is causing the problem.  Whatever line that is, the object doesn't exist as far as the code sees it.  So if it was the line...
        instancename.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_28);
    I can guarantee you that there is no object named instancename in the frame where you have that code since it is the only object targeted in that line of code.

  • Rollover state not working on active state

    Hi, I have a problem with menu states. When a menu item is in its active state the rollover state isn't working. Is this supposed to happen or is there a solution to this?
    Thanks.

    Hello,
    This is working as designed. Active state suppresses changing to any other state on mouse interaction and other states only work on links that are currently in Normal state.
    Also refer: https://forums.adobe.com/thread/1136562
    Cheers,
    Vikas

  • Flip Card Animation is not working properly when Button's PointOver State remain Activated.

     I am facing problems with flip car animation which is not working properly when its mouse point over state remains activated but it works perfect when its tapped two times and instantly change pointer position. Kindly Help me out as soon as possible.
    Code is here:
    Xaml:
    <Image Name="imgCapital" RenderTransformOrigin=".5,.5" Tag="1" Tapped="imgCapital_Tapped">
    <Image.Projection>
    <PlaneProjection RotationY="0"/>
    </Image.Projection>
    </Image>
    <Image Name="imgSmall" RenderTransformOrigin=".5,.5" Tag="2" Opacity="1" Tapped="imgSmall_Tapped">
    <Image.Projection>
    <PlaneProjection RotationY="-90"/>
    </Image.Projection>
    </Image>
    Storyboard:
    <Storyboard x:Name="FlipOpen">
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgCapital">
    <EasingDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
    <EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="90"/>
    </DoubleAnimationUsingKeyFrames>
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgSmall">
    <EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="-90"/>
    <EasingDoubleKeyFrame KeyTime="0:0:0.8" Value="0"/>
    </DoubleAnimationUsingKeyFrames>
    </Storyboard>
    <Storyboard x:Name="FlipClose">
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgCapital">
    <SplineDoubleKeyFrame KeyTime="0:0:0.4" Value="90"/>
    <SplineDoubleKeyFrame KeyTime="0:0:0.8" Value="0"/>
    </DoubleAnimationUsingKeyFrames>
    <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Projection).(PlaneProjection.RotationY)" Storyboard.TargetName="imgSmall">
    <SplineDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
    <SplineDoubleKeyFrame KeyTime="0:0:0.4" Value="-90"/>
    </DoubleAnimationUsingKeyFrames>
    </Storyboard>

    Actually i simply want flip card animation which is not working here in my code. When i tapped button to invoke animation its behavior not exactly flipping.  Its one side work properly but other collapsed suddenly not rotate if i keep mouse right at
    the button, but if i change mouse pointer at that very time after tapping it works properly. Mouse Pointer Over mean screen points where i tapped.
    Triggered Function is here:
      private void btnChangCase_Tapped(object sender, TappedRoutedEventArgs e)
                if(isCaseChanged==false)
                    isCaseChanged = true;
                    FlipOpen.Begin();
                else if(isCaseChanged==true)
                    isCaseChanged = false;
                    FlipClose.Begin();

  • Can I change the rollover state of a placed photograph?

    I simply want to be able to have a series of separate single, small photographs with descriptions below them and when someone moves their mouse over the photograph I would like it to display a larger version of that photograph on the same screen.  Then, when they move their mouse away, the larger version of the photograph disappears.
    I thought it would be configured in the rollover state of the image, but I must be doing something wrong.  I have placed and resized a photograph on my site.  I placed it, then resized it to basically a 1.5" w x 2.25" h.  I have tried to change to the rollover state for the image and then hyperlink to a larger size of that image but it seems to hyperlink all of the states.  And, if previewed, the mouse pointer becomes a hand, and when you click on the image it opens a new tab and displays the image there -- eventhough the box is not checked to open link in new tab.
    Help! Is there a way to accomplish this?

    Ok I did this on my site for one of my clients.
    What you do is set a lightbox composite. Enable the thumbnails and on the options set the events to rollover.
    Resize your thumbnails to desired size.
    Hide the enlarged picture of the light box. Now when you hover over iton preview on muse you should get the effect. Make sure to just have the hero image of the lightbox image no fill that would normally happen when you select the image and your window would dim out.
    Hopefully that helps you if not ill be on tomorrow and will post my finished site so you can see the effect and verify if its what you asked for.
    Good Luck!
    Edit: http://sanantoniorestaurant.businesscatalyst.com/index.html Link to my client's site, on the bottom half, Specials, hover over the images.

  • Psd file into FW...trying to create rollover states

    Ok, first here is the link to the PSD file I used to load
    into FW (cs4):
    http://human-landscaping.com/test/soniMENUbar.psd
    Here is the file I tried to get a rollover (state change) in
    on the first item GALLERY:
    http://human-landscaping.com/test/soniMENUbar.png
    WHAT I did...brought my menu bar (psd) file in. Each menu
    item (button) is unique with it's background and text.
    I then CREATED BUTTOM SYMBOLS for each navigation button. I
    created a hotspot on GALLERY. Moved my cursor in FW off the image
    and the Symbol Properties opened. BUT...the STATE only has one
    choice STATE 1. When I looked at the Lynda.com video there were
    multiple choices...rollover, mouse down...
    I have read links from the Forum where people said this
    explained everything. I guess it explains everything if you already
    know what the answer is. I am at a loss on how to proceed. Any help
    would be appreciated.
    I should add...when the cursor rolls over I want the box to
    display a shadow under it.
    I am dreading the next part ... drop down choices from each
    navigation category!!!
    Thanks, humble and ignorant Bill

    bdaul wrote:
    > Ok, first here is the link to the PSD file I used to
    load into FW (cs4):
    >
    >
    http://human-landscaping.com/test/soniMENUbar.psd
    >
    > Here is the file I tried to get a rollover (state
    change) in on the first item
    > GALLERY:
    >
    >
    http://human-landscaping.com/test/soniMENUbar.png
    >
    > WHAT I did...brought my menu bar (psd) file in. Each
    menu item (button) is
    > unique with it's background and text.
    > I then CREATED BUTTOM SYMBOLS for each navigation
    button. I created a hotspot
    > on GALLERY. Moved my cursor in FW off the image and the
    Symbol Properties
    > opened. BUT...the STATE only has one choice STATE 1.
    When I looked at the
    > Lynda.com video there were multiple choices...rollover,
    mouse down...
    No hotspots are necessary
    Try it this way:
    1-open the PSD file in FW CS4 and delete the text on the
    buttons. You'll
    put it back later.
    2-Select the first button and convert it to a button symbol
    (Modify >
    Symbol > Convert to Symbol > click the Button radio
    button.
    A green slice guide will appear over your new symbol
    3-double click on the green slice guide to open the new
    button symbol in
    the symbol editor window
    4-open the States panel (Window > States). This step isn't
    really
    necessary, but it's helpful in getting used to thinking about
    how states
    work in Fireworks.
    Back in the Property inspector, you'll see the word UP
    selected for
    State. In the States panel, you'll see that State 1 is
    selected.
    5-type the text (gallery) on the button symbol
    6-once you've typed the text, change the State selector on
    the Property
    inspector from Up to Over.
    Note that when you do this, State 2 is selected in the States
    panel.
    7-if you wish to use the same image and text you used for the
    Up state,
    click on the Copy UP Graphic button in the Property
    inspector. You can
    edit both to make them look different without the originals
    on the Up
    state being changed.
    If all you want is a simple two state rollover, then you are
    finished
    8-click on the left facing arrow at the top left of the
    document window
    to leave the symbol editor.
    Repeat for the other buttons.
    Linda Rathgeber - Adobe Community Expert
    http://www.adobe.com/communities/experts/members/8.html

  • Scaling a button with rollover state (IDCS3)

    If you have a button with a rollover state and then scale it, only the currently visible state is scaled.
    Would you guys consider this a bug or intentional?
    Any hints on how I can scale all states without laboriously editing the content of every button state?
    Cheers, Graham.

    Graham,
    Nice follow up on this, but watch out!
    When you change that preference to "Adjust Scaling Percentage" anytime you scale text frames, you will create a situation where the point size changes but is displayed with the parenthetical amount.
    For instance, if you scale 12 point text down 50%, the point size for text will be displayed as 12(6)pt.
    Then if you want to change the text to 8 point, you would have to type in 16 points.
    Obviously with this simple example the numbers are easy to figure out, but with other amounts it can get very complicated.

  • Rollover state not working on type

    I have type that is supposed to act as a hyperlink. I've enabled it, and selected the color, etc. It looks fine in iweb, but when i publish it, there are no rollover states at all.
    The only thing I can think of, is that i've put a drop shadow on the type, thus making it "art". Would that have anything to do with this issue?
    Thanks

    Yes. Adding a drop shadow to the text converts the text box to an image file.  The rollover features don't work on an image used for a hyperlink.
    OT

  • HELP: Photoshop Button Hover Rollover State Flickers (jumps) Upon First Preview

    All photoshop buttons flicker (jump abruptly) before the rollover state is displayed in preview mode and in browser for the 1st time. After that the behavior is normal. The rollover and hover image displays without a flicker. Why all the graphics not preloaded to prevent this mega-annoying issue? Is there a work around?
    I tried INSERT HTML option as an alternative to photoshop buttons using the following code, since it works flawlessly on other web building programs,  but it doesn't even work in Adobe Muse. I am stock and don't know how to work around this issue. 
    <a href='Destination URL' target="_top" onmouseover="document.sub_but.src='http://yourdomain.com/onroll.jpg'" onmouseout="document.sub_but.src='http://yourdomain.com/normal.jpg'">
    <img src="http://yourdomain.com/normal.jpg" width="281" height="55" border="0" alt="Move your mouse over me" name="sub_but">
    </a>
    I love the convenience of photoshop button but the results are truely unprofessional on first loading. Any help or suggestion is greatly appreciated.

    Do you have a URL to a site using Photoshop buttons placed in Muse? My guess is that the images are very large and taking some time to load initially.
    Colby

  • Message state remains READY after DEQueue of AQAdapter with Mediator

    With Mediator as a dispatcher, the inbound of AQAdapter is deQueued and use the mediator rule to invoke the BPEL processes in parallel. Inside the BPEL process, the catch-all is used to catch all the Fault and also using Fault Policy to catch all the system fault. The instance is complete and the fault email notification is working but the Queue message state remains READY in the queue table. Any missing? Please Advice. Thanks!

    Are you saying you have messages in the AQ that are not getting dequeued from mediator?
    Have you checked that the Datasource has been configured correctly and the AQ adapter has been deployed with the right datasource settings.
    Are you seeing anything in the logs.
    cheers
    James

  • ¿Custom button with different size/shape for rollover state in Muse?

    Hello, i'm trying to make a custom button, that has one size/shape when normal, and other size/shape when rollover.
    The problem is that the area not visible in normal state is a hot area, so when then mouse rollover anywhere near, activates the button rollover state.
    So i think what i need is mask or something like that
    Is there a work around to do this? Is even possible in normal CSS - HTML5?
    Here is the website:
    http://www.audime.com/prueba/
    And here what i'm talking about:
    Thanks in advance!

    I'm not fully understanding the screenshot, but what you're describing sounds more like a Composition:Tooltip widget than a button.

Maybe you are looking for

  • Gl Account balances Confirmation

    Hello All, We have some OLD GL accounts with amount balance in that and range from 1000 to 8999999 with 4 account groups like Assets, liabilities, Exp and Income..... Now the client wants to divided them into 4 account groups with the correct number

  • Getting error 3001 when using Excel Easy Table.vi

    When making a call to Excel Easy Table.vi (Report Generation Toolkit) I get a 3001 error. I have attached an example VI to demonstrate the problem.  Please run "Add Table Example.vi" in the attached zip.  This sample program is made up of VIs from a

  • Logical Database ekko

    I am new to Logical Database. I want to create a Logical DB which should show me table values of EKKO based on the selection that I make. So I want to create a Logical DB, which, if I run, should show me selection options(for PO Number) first and onc

  • Query Optimisation Problem

    Hi I have a problem regarding query optimisation, and in particularly one query. The query I have is for a view, and when I ran the cost on it, there were full table scans, and some costs were quite high: Select a.name, b.id, c.date from table a, tab

  • How do I turn OFF screensaver using Apple TV?

    I have an LCD screen, so I'm not at all concerned with image burn. I would like to turn off screensaver so I can see what's playing when I stream iTunes Radio to Apple TV on my TV set.  Any ideas?  Thanks!~