Is it possible to set graphical style to multiple different images that are links?

I have many thumnail images that link to different pages and each thumbnail image is a different picture so it appears as though I will need to create 20+ styles because they are 20 different images?
Basicly I just want to set the roll over state to border color, down state to differnt color border, etc.
but each style tells the border to be applied to that particular image state. So is there a way to make a global style that can be applied to all of these thumbnails?
The only work around is putting a transparent PNG on top and applying the rollover, etc states then placing the clear PNG on top each of my thumbnails.
There must be a better way to do this in Muse because I can do it using real CSS. I hope this makes sense.
Bonus question:
Each of my thumnails has an HTML text title below it. Is there a way to have both image and text change on rollover? I can only apply a style to each, not as a unit.
thanks!
Lou

For your first question, the answer is that you cant store each states in a single Graphic Style.
You need to create 4 styles (for example image_nav, image_nav_hover, image_nav_down, image_nav_active) and then apply it to each image.
I suggest you to use a menu widget to create this kind of navigation, so you can choose the "edit togheter" option that allows you to reflect the cahanges you made to a single menu item to each other.
For you second question, I suggest you again to use a navigation widget.
1. Select you menu widget and click on the little blue circle on the top right corner.
2. Select the "Show left icon" option to enable a icon for each menu item.
3. Set Part positioning to vertical (centered or left aligned as you need) to put the text below the image.
4. Style the image and the text as you like. You can use the 4 graphic styles I told you before to style the image.
5. When you roll over or click a menu item, both image and text will change state.

Similar Messages

  • Is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?

    Hi there.
    i have set my links to be black in my page properties.  i have somes images that i am using for links and i do not want the to have a black box tracing their outline.  it's messing up my design and tables.  is there a way for my images that are links NOT to be denoted by whatever color i set my links to be in my page properties?
    see attachment.
    thanks for sharing your knowledge with me.
    gina

    If you would like your NON-linked images to have a border, and only remove the border from linked images then this css:
    a img { border:none; }
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Is it possible to set up a network with airport extreme that is not on the internet

    Is it possible to set up a home network using airport extreme that will be a non-internet option?  Not connected to the internet wifi. 

    Is it possible to set up a home network using airport extreme that will be a non-internet option?
    Yes
    Not connected to the internet wifi.
    If the AirPort Exteme is not connected to the Internet, then Internet connections will not be available on wireless or wired connections.

  • Is it possible to set a hand cursor on an image in the JTableHeader?

    I want to change the mouse cursor to a hand when the user rolls over a sort button image that is contained within the table header.
    I have customized (quite heavily) the JTableHeader so that I can activate a filter popup and a sort action by clicking in the JTableHeader for any given column.
    I know that the JTableHeader renderer is basically a snap shot of the components that are defined within the renderer, but there must be some way to capture the mouse rolling over the sort icon, and give the user a hand cursor to let them know they can click in that area.
    My header is defined as JPanel. Within the JPanel, I have one icon to indicate whether the column is required, another one to indicate whether it is a look up value, another icon to let the user sort, and another icon to let the user filter. Also, I have a JLabel to hold text (for the label).

    I've spent a few hours now trying to figure this out and nothing is working.
    One of the things I tried was adding a component listener to the component returned by getTableCellRendererComponent. My hope was that component must be sized before it is painted into the header. If I was able to capture the size of the component, I could store the coordinates of the individual components...However, I wasn't able to capture any of these events.
    Also, I tried to override the paint method in the UI class and retrieve the coordinates of the sub components as they are painted into the header. This resulted in some odd painting behavior.
    As I started thinking more and more about it, I was wondering if it is possible to rework the header so that it does not employ renderers and headers. I understand that the components are "painted" into the header instead of added to the header, because performance would suffer otherwise. However, this is just a header.
    It would be so much better if I could stick some components in each column header and interact with these components in the normal manner. I looked at the JHeaderTable code and the associated UI class and don't know where to start.
    Again, is it possible to subclass JTableHeader and make it so that I can add components to each component header so that I can interact with it, instead of having this non-interactive picture of a component at the top of the header?

  • How to set a list form field data value that is linked to another document library's data when the link gets broken!!??

    In summary, I have created 3 document libraries and one issues list in a site collection.
    The issues list has a form that has mainly been created in SharePoint 2010 but tweaked in InfoPath 2007 and one of the fields links to the title of a document in the first document library (so an issue can be linked/referenced to a particular document).
    This all works great until I want to move a document (using the workflow that I built) from document library 1, to document library 2 or 3 as this is what I've set up to move documents through the business process we are taking it through.
    When this happens, the link between the issue that was raised originally against the document is broken and therefore you can no longer tell which document the issue is linked with.
    Does anyone know a way of 'setting' the field that is linked to data in another document library on original selection/creation of the issue, so that when the link is broken the original data remains.
    Any ideas welcome as I am stomped!!! 
    Cheers!!
    Louis Maxwell

    
    Hi  Louis,
    According to your description, my understanding is that you want to keep the link field of the issue list working after moving the linked document.
    Whether the link field  is a lookup column or not ?
    If so, due to the information source of  lookup column cannot be changed, you need to add other lookup fields for document library 2 and document library 3. Just one lookup column corresponds one document
    library. Then you can update the lookup column in the workflow when move the linked document. Such as when a document is moved to document library 2, you need to clear the lookup1 field (corresponding document library 1) and update the lookup2 field (corresponding
    document library 2).
    For updating the lookup column, you can refer to the following actions:
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Two different doubts that are one, perhaps - setting buttonMode? Getting loaded image width?

    Hi everybody,
    I'm quite a newbie using AS3 and as first pretentious learning project I'm creating a image multigallery.
    At this moment I have two questions (between several future others) relative to the code I'm writing (and suffering):
    How to correctly set the buttonMode in a dinamically created buttons?
    and
    How to get the width of the images that I'm dinamically loading? I'm planning to put them side by side, for this I need to know the width of each one.
    In the thread title I wrote that it can be just one doubt despite the totally different purposes of the codes. Maybe.
    Let me explain why: until now I could not understand completely the right way to direct the events inside dinamic functions.
    Here's my code until now:
    //// CREATE CONTAINERS ////
    // CREATE MENU CONTAINER //
    var menuContainer:MovieClip = new MovieClip();
    menuContainer.x=10;
    menuContainer.y=300;
    addChild(menuContainer);
    // CREATE IMAGES CONTAINER //
    var imagesContainer:MovieClip = new MovieClip();
    imagesContainer.x=100;
    imagesContainer.y=10;
    addChild(imagesContainer);
    // IMAGE LOADERS //
    var imagesLoader:Loader;
    var bigImagesLoader:Loader;
    //// LOAD XML ////
    var xmlLoader:URLLoader = new URLLoader();
    xmlLoader.addEventListener(Event.COMPLETE, whenLoaded);
    xmlLoader.load(new URLRequest("XML/roiaXML.xml"));
    var xml:XML;
    function whenLoaded(evt:Event):void {
         xml=new XML(evt.target.data);
         var mySetsList:XMLList=xml.children();
         //// MENU BUTTONS ////
         // POSITIONING BUTTONS INSIDE MENU CONTAINER//
         var rowsQuantity:Number=3;
         var columnsQuantity:Number=Math.ceil(mySetsList.length()/rowsQuantity);
         var cellWidth:Number=160;
         // CREATE BUTTONS //
         for (var i:int=0; i< mySetsList.length(); i++) {
              var newSetButtonMC:setButtonMC=new setButtonMC();
              var imageNodesArray:Array = new Array();
              for (var j:int=0; j<mySetsList[i].IMAGE.length(); j++) {
                   imageNodesArray.push(mySetsList[i].IMAGE[j].attribute("smallURL"));
              newSetButtonMC.imageArray=imageNodesArray;
              newSetButtonMC.setButtonText.text=mySetsList.attribute("setTitle")[i];
              newSetButtonMC.setButtonText.autoSize=TextFieldAutoSize.LEFT;
              var cellX:Number=Math.floor(i/rowsQuantity);
              var cellY:Number=i%rowsQuantity;
              newSetButtonMC.x=cellX*cellWidth;
              newSetButtonMC.y=cellY*(newSetButtonMC.height+10);
              // I really don't know how to set the newSetButtonMC.buttonMode = true, nothing worked until now
              newSetButtonMC.addEventListener(MouseEvent.CLICK, onClickButton);
              menuContainer.addChild(newSetButtonMC);
         //// MENU BUTTONS ACTIONS ////
         function onClickButton(mevt:MouseEvent):void {
              // LOAD GALLERY IMAGES //
              var targetButton:setButtonMC=setButtonMC(mevt.currentTarget);
              for (i=0; i<targetButton.imageArray.length; i++) {
                   imagesLoader = new Loader();
                   imagesLoader.load(new URLRequest (targetButton.imageArray[i]));
                   imagesLoader.addEventListener(Event.INIT, getImageWidth);
                   imagesLoader.x=i*200;
                   imagesContainer.addChild(imagesLoader);
                   // LOAD BIG IMAGE WHEN CLICK IMAGE FROM GALERRY //
                   imagesLoader.addEventListener(MouseEvent.CLICK, loadBigImage);
              function getImageWidth(evtImageWidth:Event):void {// FUNCTION TO GET IMAGE WIDTH //
                   // I really don't know what to do here, i've tryed a lot
                   trace(evtImageWidth.target.width);
                   trace("ok");
         function loadBigImage(event:MouseEvent):void {
              trace("ok");
    I've tryed (and searched for solutions) a lot, maybe someone can help me.
    Thanks everybody . Abstrato

    Something new happened in my life, and it's called "contentLoaderInfo".
    <--- real happiness
    With this:
    imagesLoader.contentLoaderInfo.addEventListener(Event.INIT, getImageWidth);
    plus this:
    function getImageWidth(evt:Event):void {
    trace(evt.target.width);
    I was close to reach the supreme nirvana and I could trace the images widths.
    But there is a problem: i don't know what to do with the values to load each image side by side.
    Does someone know?
    Thanks . Abstrato

  • I need an app that allows - top notch Powerpoint accessibility.  Notetaking and audio recording.  AND a possible translator.  Is there any appl or two that are recommended for a busy traveling executive?

    My boss just purchased and IPad and needs an app that allows -
    Powerpoint Editing and graphics capability/accessibility. 
    Notetaking and audio recording. 
    Japanese Translator.
    Is there any appl or two that are recommended for this busy traveling executive?
    Mahalo Nui Loa!

    dmkimball wrote:
    Japanese Translator.
    Have a look at
    http://itunes.apple.com/us/app/google-translate/id414706506?mt=8

  • I need to know how to set proxy exception list on remote pcs that are not on a domain controller

    I currently manage approx 1,800 computers on a vpn network. They are not part of any AD. There are mixed service packs of XP mostly SP2 and SP3. They all access the internet via a proxy server. They are all running either IE6 (not many left) or IE8. I have
    wrote a script to change the proxy exception list but not all of them have worked I have changed the following reg keys [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] & [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet
    Settings] & [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]. It seems in the ones that have not changed, the local SID account is the one in use and this has not changed because of its uniqueness. Is there a way either
    scripting or a commercial package that I can use to write keys to ALL users. I'm not sure on the details of how to use local policy to set this or how I would be able to write a script that would import the settings from a text file or something. Can anyone
    help with this matter.
    Thanks

    Well that is certainly not an easy task.
    .Default is not the default user account. I do not recommend making changes there. HKLM is for the local machine which is probably your best bet for all users but if it is not propagating through that then it would have to be the current user since they
    are not logged into a domain.
    There is a way to update all the HKCU and there is a walk through here:
    http://micksmix.wordpress.com/2012/01/13/update-a-registry-key-for-all-users-on-a-system/
    Making this management simple I'd suggest joining a domain and using GPO but I understand if it is not an option.

  • FF 5 on mac is no longer displaying background images that are defined in style sheets. This has woeked correctly for years with older versions.

    The problem occurs both in safe mode with all add-ons turned off and in normal mode with add-ons active. I see the missing images error on most sites using style sheets including Mozilla.

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    * Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also http://support.apple.com/kb/HT1343#odd10

  • Is it possible for pages spell check to not flag words that are found on wikipedia?

    I'm using Pages 5.2.2 in OSX 10.9.5 and type lots of medical and science words into pages. These words are not found in the default dictionary and are thus flagged as misspelled words (red underline). They are found on wikipedia and I have enabled wikipedia in the dictionary app. For instance, the word "epiglottitis" is flagged. When I right click on it and select "Look up 'epiglottitis'", the dictionary popup opens and the word is found.
    Is there a way to adjust the spell check settings so that it does not flag words that it can find on Wikipedia? If this could be done in iOS as well, it would be fantastic. Thanks!

    Thanks! I also discovered that I can add dictionaries for the spellchecker in "Library > Spelling" and then go to "System Preferences > Keyboard > Text > Spelling > Set up..." and select them there, so that may be a faster way to add words to the spellchecker.

  • Setting from pp for FICO and activities that are related to that

    Hi Can any one of you help to get list of settings including master data and configuration , the process activities related for FICO performed by PP Consultant.

    Hi Kalyan,
      PP with FICO integration come as below..
    1) In PP master data as BOM ( for material consumption in order) , work center / resource.
    2) Production / process order type & assignment of settlement  rule.
    3) Product base cost / order base cost.
    price control (Standard / Variable) & price maintain in material master for material in accounting view.
    so according this product / order cost calculate.
    regards,
    Amit Awasthi.

  • Importing Graphic Styles

    What is the best way to import graphic styles from another document (Win XP, JS)?
    I know there are Document methods for importing CharacterStyles and ParagraphStyles... but why not graphic styles?

    no direct way that I know of, but it is possible, I would
    - create a temporary pathItem
    - apply the desired Graphic Style
    - copy the temp pathItem and paste in into the destination document
    - delete the temp item from both source and destination documents
    - loop thru all graphic styles if I needed all graphic styles imported

  • Managing graphic styles through external styles?

    is there a way to consolidate graphic styles across multiple files? I have enough files across which I need to match colours and styles that it would be really nice to have something like an external css - a central place from which i could control the styles, which would be inherited by their instantiation...
    anything?

    Graphic Styles can be saved externally, but not linked. One simple alternative would be to create a new startup document or Document profile replacing the default styles with your custom styles. Of course this would only impact new documents.
    For details on finding where either the startup or document profiles reside check out Claudia McCue's blog post - http://www.claudiamccue.com/2008/12/setting-illustrator-defaults/
    Also, submit this as a feature request, your not alone in wishing this could be a feature shared amongst a group of Illustrator users - https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Tom

  • Add and Group Graphic Styles, Brushes, Patterns to Libraries - Request

    The addition of cloud Libraries is fantastic; currently dragging any object in a library to a new document brings anything in that object such as appearances, graphic styles, brushes, patterns, etc., into that document along with it. Great!
    I'm submitting a feature request that would evolve the libraries to allow for dragging brushes, pattern swatches, graphic styles, etc., into the Library of choice, allowing the designer to include all of these in a project library, for example. It would also be great to be able to group these together, or sort them, possibly into sub-folders if someone chooses. It would save a step of having to drag an object containing those elements onto the artboard, plus the user would be able to view distinct elements associated with a project (brushes, styles, etc.) for a more top level view of what pre-styled elements have been saved to the libraries. Thanks!
    cheers,
    Mark

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • Missing Graphic Styles files for navigation in Muse Tutorial

    I'm on the fourth video tutorial for Muse where graphic styles panel to the nav bar are applied. The files: top nav active and top nav normal over down are missing under the Graphics Panel. Also the files included under the States Panel to apply to the nav bar.  Where can they be downloaded? The tutorial indicates they should be there. Otherwise the Tutorial videos have been working great so far.

    Hello herdywick,
    Just going off the screenshot you provided, I don't actually see your Graphic Styles panel open, I only see the Paragraph Styles panel.  If this is the issue, you can open the Graphic Styles panel by going to Window >> Graphic Styles.  Then you should be able to see the the missing styles as you can in the screenshot I included.
    Also, be sure you opened the right file for this part (the Widgets.muse file.)
    If this was not your issue, please let me know.  Glad to hear that so far you have found the project helpful.
    Thank you,
    Ed Sullivan

Maybe you are looking for