Link image properties to both thumbnail and hero image in slideshow?

Would it be possible to have it that when you change the properties of the thumbnail in a slideshow, it automatically populates the hero image, and vice-versa? This would be a huge time-saver!
Thanks.

Thanks for the link.
When you style a background-image to an element in a Spry Menu, here is what happens:
If you style the a element, as in ul.MenuBarHorizontal a, you are styling ALL the a elements in the menu. Remember the cascade.
If you want to UN-style submenu a elements, you need to reiterate the styling thus: ul.MenuBarHorizontal ul a, which basically says "any a element in a submenu should take on this new styling."
ul.MenuBarHorizontal a {
  background-image: [image path here];
ul.MenuBarHorizontal ul a {
  background-image: none;
The order of these rules is important. If you were to reverse the order of the two rules I show, you would begin by turning off the background on the submenus and turning it back on (and leaving it turned on) on all a elements.
The trick in the MenuBar css stylesheet is to find the appropriate rules to style. You will have to ADD the second rule that turns off the submenu styling. Read the comments and the style selectors in the css stylesheet carefully. It is not difficult, once you get used to reading the code.
Beth

Similar Messages

  • Is it possible to use both thumbnails and swipe in a multistate?

    I'm producing a document for iPad using the Digital Publishing beta, and I've set up a multistate slideshow, navigable by thumbnail images. I enabled the swipe advance, and now the thumbnails don't work. Is it possible to have both, or does one cancel out the other? Thanks!

    Oops
    It's looks like impossible
    http://www.unicode.org/unicode/faq/font_keyboard.html#2

  • JRE7Update25 Deployment Properties File Not Working And Cant Disable Next Gen Plugin

    Good Day
    Our organisation needs to deploy JRE7U25 to over 4000 workstations. Our desktops are running the following Windows and IE combinations:
    WinXP 32 Bit/IE7
    WinXP 32 Bit/IE8
    Win7 32 Bit/IE8
    Win7 32 Bit/IE9
    Win7 64 Bit/IE8
    Win7 64 Bit/IE8
    We use the 32bit JRE installer across all environments and all IE browsers use 32Bit IE. On all of our environments the Deployment.properties and config files no longer work due to what appears to be a bug in the JRE7U25 installer. Our deployment files are as follows:
    Deployment.config
    deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
    deployment.system.config.mandatory=true
    Deployment.properties
    deployment.security.level=MEDIUM
    deployment.security.level.locked=
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    deployment.security.mixcode=HIDE_RUN
    deployment.security.mixcode.locked=
    deployment.console.startup.mode=HIDE
    deployment.console.startup.mode.locked=
    Both files are being copied to the following location:
    C:\Windows\Sun\Java\Deployment
    After the installer runs and deployment files are copied to the workstation the deployment.properties and config files look like this:
    Deployment.config
    deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
    deployment.system.config.mandatory=true
    Deployment.properties
    #System Deployment Properties
    #Mon Jul 01 12:29:20 CAT 2013
    deployment.security.level=MEDIUM
    I have tried changing the deployment.config file as follows in an attempt to fix this to no avail:
    1. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=true
    2. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=false
    3. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=true
    4. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=false
    5. deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    None of the above mentioned works. So all our required settings in the deployment.properties file are being overwritten when opening the Java console? Our other major problem is that Changing the registry key to 0 in order to disable the next generation plugin does not disable the next generation plugin in Jre at the usual location as it worked for us machine wide (across multiple profiles for JRE6U29):
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\10.25.2]
    "UseNewJavaPlugin"=dword:00000000
    ^^I have observed on a fresh install of JRE7U25 that the above mentioned registry key no longer exists in this version so a computer wide disablement of this option is no longer possible via the registry.
    On our 32Bit and 64bit machines running the 32 bit JRE 7U25 client when we disable the next generation plugin it keeps enabling itself again. Even when we run the javacpl.exe to run as administrator by changing the compatibility settings and disabling the next generation plugin it enables itself again. This is a huge problem for us because our company Oracle web based applications need this plugin to be disabled in order to run the apps properly.
    These are major obstacles for our deployment as we desperately require assistance or any advice in addressing these issues as there appear to be numerous bugs with the JRE7U25 release. Thank you in advance.
    Update 7 July 2013:
    I have observed that if you have the following options in your Deployment.config file it doesn't allow our java webstart apps which use jnlp extensions to run.
    1. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=true
    2. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=false
    3. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=true
    4. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=false
    The jnlp file association is also broken on Windows XP workstations with JRE7U25. We are having to manually associate the .jnlp file extension with javaws.exe on workstation for Web start apps or else users cannot lauch JRE whn clicking on .jnlp links.
    The only Deployment.config syntax which allows our Webstart applications to run is as follows:
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    What a mess!

    I don't have an answer to the problem, but I am having problems with the system level deployment.properties file and IE9 on Windows 7 32/64bit.
    Starting with version 13, the IE plugin seems to igonore the system level deployment.properties file in favor of the user level deployment.properties file. When I open the Java Control Panel, the settings are correct per the system deployment.properties file. Currently to get the Java Plugin to work reliably in IE9 I have to set the following:
    _JAVA_OPTIONS = -Djava.net.preferIPv4Stack=true
    Disable caching
    Set the proxy to Direct Connection.
    If I set the _JAVA_OPTIONS as an environment variable and the other two in the system deployment.properties file, Firefox works fine, but IE wont load either of the Java tests. If I removed the system deployment.properties files and configure the user deployment.properties file, both IE and Firefox work fine.
    I find it interesting that if I set the configuration through the control panel, then apply the system deployment.propteries file, the user deployment.properties file reverts to defaults when the system file is removed.

  • Web Gallery - need file name on thumbnail and large image

    I think I have tried all the CS3 templates, but haven't found what our client is requesting. Is there a template that shows the file name on both the thumbnail and large image, and will make large images of 600-800 pixels (long dimension)?
    Thanks in advance,
    Dan Clark

    Thanks for your reply Nini. Yes, I had gone through all the presets and options. Was hoping I might have missed something, or that someone knew a trick/workaround. We've been using Table-Minimal for years, which is my overall favorite. I like to ability to make a large image, but it can't do what the client is requesting. They've made a list of selects from some very large galleries (200-300 shots each), and now want to jump directly to the shots they've previously chosen, in order to show their coworkers. I've also considered "Add Numeric Links", but I find that either confuses people, or they give me that number, instead of the file name/number, which makes a lot of extra work for us.

  • Thumbnails and expanded images

    Am building a website in JSC for a realtor who wants to sell properties through it. I'd like to be able to have property thumbnail images, which on selection by a user, are expanded to true size and appear in a separate web page.
    Any pointers?
    Regards, Paul.

    Hello.
    You can use Image Hyperlink component. This component can display both text and an image.
    Create on main page some Image Hyperlink components and set them url property to pages with big images.
    Hope this helps.
    Maks.

  • Is it possible to create a .pdf with BOTH color and grayscale images?

    Hello,
    I am in the final phases of a book project (4 years in the making!) that has both grayscale and color graphics. When I save as a .pdf via the Adobe PDF printer driver and distill, I end up with a .pdf that only has color graphics despite the fact that some images were grayscale to begin with. I'd like the grayscale images to remain graysale in the pdf. Is that possible?
    I am using older software framemaker 6.0 and acrobat & distiller 6.0 and am reluctant to change now, I will upgrade for a second edition, but not now.
    Thanks.

    Create the document in layers with the background on a seperate layer than the text. Export the PDF with"Create Acrobat Layers" selected (it will need to be at least version 1.5).
    Open the PDF in Acrobat, choose the background layer then Options>Properties>Initial State and under "print" choose "Never prints".

  • Help with adjusting spacing between thumbnails and image in slideshow

    How can I adjust the spacing on the slideshow page?
    Customer wants more space between the thumbnails at the top and the image(s). Can I move the image & navigation tool or adjust the image size relative to the thumbnails and navigation tool at the bottom?
    Although I'm familiar with html source code and working on simple stuff at that level, I have yet to locate it in iWeb and make any adjustments.
    If anyone has step-wise instructions, I'd appreciate it. Thanks much.

    Although I'm familiar with html source code and working on simple stuff at that level, I have yet to locate it in iWeb and make any adjustments.
    iweb photos page's elements: header controls, detail view and footer controls are generated by ajax widgets, so there is nothing to in page source for you to find.
    If anyone has step-wise instructions, I'd appreciate it. Thanks much.
    that would be the instruction on how ajax widgets build photos page... there is none.
    you can send feedback to apple and ask for details on iweb widgets and tools to build widgets.
    that said, it can be done... check out with safari: http://temp.cyclosaurus.com/DetailView_Rearranged/Photos.html
    code is linked to my example, i don't do tutorial.

  • When I cull through my images in the filmstrip everytime I use my right arrow and rate a photo it jumps back to the first thumbnail and i have to arrow all the way back to where I left off.  Is this a setting issue

    When I cull through my images in the filmstrip everytime I use my right arrow and rate a photo it jumps back to the first thumbnail and i have to arrow all the way back to where I left off.  Is this a setting issue

    Art,
    I am trying to follow your very precise steps, and in my case (PSE11 also, Win7), the focus stays on the edited picture after I return from the editor to the Organizer. I am pretty sure that in the previous post describing your situation, I was able to reproduce the problem, but I don't remember on which version. I just tried in 'Folders' view mode to edit in a selected folder, then I clicked 'All media' so that no folder was selected. Same result in both cases.
    Even if you prefer to work in folders view, you could take advantage of the ability to use 'albums'. It's a misleading word to describe a selection, a 'collection' of pictures, which you can sort as you want. It's a kind of  'playlist' like with music items. In the organizer, you can select a folder and create an album (even a temporary one) just by choosing 'create instant album'. Suppose you have made an album from a folder or a selection of highlighted pictures to edit. You can order them in date order, import batch or 'custom' order'. Since PSE12 you can also sort them in filename order. You should never lose the 'focus' on your last edited picture when coming back from the editor to the organizer. If the purpose of that album is only to help in organizing an editing session, you simply delete the album (the playlist) if you don't want to keep the list afterward.
    I hope someone will be able to confirm how that can happen...
    Edit;
    I have just read Brian's post.
    That may be the difference...

  • Thumbnails and image viewer

    I need to make a page with a bunch of thumbnails, where
    clicking on any of the thumb nails makes that image appear bigger
    in a different part of the screen. I know this can be done but I
    cant remember that the terminology is. Could someone tell me what
    this is called so I can google a tutorial on this?
    thanks
    james

    Hi.
    It´s easy. I will try, with my bad english, explain you
    how to do it. Only
    as trainer.
    1. Create a table with 2 cells and 2 rows.
    2. Now in the first left cell insert one of the thumbnail.
    3. In the second left cell insert another thumbnail.
    4. Now select the two right rows, while click right and
    select table-combine
    cells. Insert here one of your big image. This will be the
    image wich will
    be seen when the page loads.
    5. Select the images, one to one, and down in the Properties
    Inspector you
    will see a small image. Give a name to every image in the
    small white box.
    6. Select the first thumbnail and click the Tag Inspector
    menu. Click the +
    in Behaviors and select Swap Image.
    7. In the new Swap image box select the name of your big
    image and in the
    Source image click browse and select the big image wich
    correspond to the
    thumbnail you select in point 6.
    Repeat the process.
    For default the swap image is set on mouse over, click over
    "on mouse over"
    and change it for on click.
    I hope that you understand this steps.
    "jdldn" <[email protected]> escribió en
    el mensaje de noticias
    news:g83mp2$sah$[email protected]..
    > Thanks Miguel.
    > I found this tutorial on Disjointed rollover.
    >
    http://www.youtube.com/watch?v=FJpUs6NBbWo
    >
    > Sorry I didnt state earlier, but what I want is a
    Disjointed rollover, but
    > where you have to click on the thumbnails, not just
    hover your mouse over
    > them.
    >
    >

  • Linking image files created in Mac are broken on PC and Vice Versa

    Hello,
    A fellow designer and I are sharing Illustrator files in the office but she is on a Mac and I am on a PC. Our linking image files are located in multiple folders on our company server, but whenever we open each other's files, all the links are broken and have to be relinked due to our different operating platforms. This can be very time consuming since the images are in different folders and there are many of them.
    Anybody know how to fix this PC/Mac problem without dropping all the linking files into the same folder as the .ai file? I'm not the IT guy so I don't think that rebuilding our server structure is an option either...would cause too much havoc around the office.
    Any help would be appreciated.

    Let me ask you something does this sound like a viable way to work?
    The way to do it is as you yourself suggest to work locally with all the files in one folder so you cannot break the links and that you know where the art is at all times.
    If the IT thinks this is a good way to work then let them create a script to save all linked files to a common live folder for the project so that both computers can find it.
    But from what you describe it is just looking for trouble and might be exactly what the IT wants trouble so they can extend their job. In which case ther is  no solution.

  • Question on PDF files with linked images (not embedded) between Reader and Illustrator

    I run into situations when I get customer PDFs that need to be edited. When they load in Acrobat Reader it works fine. However if I load it into Illustrator it asks me to point it to the linked file. The question is how does Acrobat Reader open a PDF file and show a linked file when it is not embedded? Why can't Illustrator do the same thing?
    This is more of a technical question, but any information would be helpful.  Thanks.

    For linked images, your PDF file contains a thumbnail image along with the reference or address of the actual image. Reader will display this thumbnail. Now, wanting to edit the PDF in Illustrator, it wants to enable you working on the actual image. Hence it asks you to point to the linked file.
    HTH

  • Aperture constantly rebuilds same thumbnails and preview images.

    What is behind Aperture 2's pathological obsession with constantly rebuilding the same thumbnails and preview images, and is there any way to stop it? I can't link this performance killing problem to any specific action on my part; I see it in many different circumstances. For example:
    (1) Putting the system to sleep while Aperture is open then resuming later
    (2) Hiding the Aperture app, working on other memory consuming apps for a while (e.g. Photoshop), then returning to Aperture
    (3) Switching from one project to another via the "Projects" tab.
    (4) Quitting Aperture then restarting it.
    I can say with 100% certainty that this is not the result of some previous thumbnailing/preview generation operation that was interrupted. The # of images in the project doesn't seem to have a bearing. Nor does the type of camera or image type I've imported from the camera.
    I can be happily working in Aperture, working with a project created months ago, when all of a sudden the "generating thumbnails" message and the dreaded Wait Cursor appear and my speedy, well-apportioned iMac grinds to a total halt while Aperture does the same ** thing it's already completed before.
    The only hit I get when searching Apple's support site mentions a known bug for those who upgraded from Aperture 1 to version 2 but definitely does not apply to me here.

    Thank you for the reply Tony. I've followed your suggestion but Aperture continues to (apparently) randomly decide to regenerate thumbnails and previews.
    The problem has become bad enough that I've had to stop using Aperture completely.
    Doesn't anybody from Apple read these forums? I can't possibly be the only Aperture user in the world to experience this problem...

  • Tried to reinstall iPhoto library from external hard drive, it shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.

    My hard drive crashed recently and we took it to apple to get repaired. The apple employees said that they would have to replace the hard drive but they didn't have the equipment to get the data off my hard drive. So I took it to a computer store who had the right equipment after a month and a half of waiting they finally got all the data off my hard drive and put it on an external hard drive (Seagate Expansion Portable Drive). I then took it back to apple who replaced the hard drive. Now I'm in the process of reinstalling everything. I have never done a Time Machine back up or backed my laptop up to . Which I now will do very often once I've reinstalled everything. I have reinstalled all of my desktop images and folders as well as my iTunes library with no issues. However when i went to reinstall my iPhoto library it came up blank. I then Rebuilt the library several times and this was the result.
    It shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.
    Please help i have three years worth of images from holidays on here and would be devastated if i lost them.

    iPhoto cannot find the thumbnails or the original pictures.
    Go to your iPhoto Library in the Pictures Folder.
    Right-click on it and from the resulting menu, choose 'Show Package Contents'.
    This will bring you inside the iPhoto Library package. There you should see a Folder called Masters. Within that, there should be folder containing your actual photos.
    Are they there?

  • How do I find images in LR 2.4 (imported from CS4 Bridge) that have color labels already assigned In CS4 Bridge? I have set both Bridge and LR color labels text to match (eg Green for green, etc).

    How do you find images in LR 2.4 that have been imported from CS4 Bridge and have been assigned a color label in Bridge?  I have set both LR 2.4 and my CS4 Bridge to match the text for each color to be the same (eg. Green for green, etc), and the filter search in LR 2.4 shows that a label has been assigned, but I am unable to identify and locate the specific images in LR 2.4 that have had a color label assigned from CS4 Bridge.  I have tried to search via attribute, metadata, text, etc...Is it necessary to re-assign color labels all over again, image by image, in LR 2.4, or is there a way to automatically have the color labels assigned in CS4 Bridge be assigned and searchable to the images after they have been imported into the LR 2.4 catalogue from the Bridge program?

    JohnM.
    I closed both programs and re-imported photos and re-tried the action of having LR  read the XMP metadata from the CS4 files, and it seems to work now just fine...don't know why now and not before, but thanks much. Is there a way to have LR do this automatically upon import of images from CS4?  I tried to do this with an import metadata preset, but no luck.  It seems as if I can only do this once the images have already been imported into LR, and then to have to have LR read the metadata from the CS4 Bridge files.  thanks gain.

  • I reset network settings on my iPhone. However now it looks as if my iPhone and iPad are no longer linked. They are both connected to my apple account but when I send an imessage from one it is not picked up by the other. What do I do?

    I reset network settings on my iPhone. However now it looks as if my iPhone and iPad are no longer linked. They are both connected to my apple account but when I send an imessage from one it is not picked up by the other. What do I do? If anyone can help it would be very much appreciated. Many thanks x

    Check Settings > Messages > Send & Receive on both your iPhone and your iPad to make sure that the following are all true:
    (1) you have selected the same Apple ID on both devices,
    (2) you have the same entries checked under "You can be reached by iMessage at:" on both devices,
    (3) you have the same entry checked under "Start new conversations from:" on both devices,
    and
    (4) that the entry checked in #3 is one of those checked in #2 on both devices.
    When you say it has affected your iCloud account, what effect has it had?

Maybe you are looking for

  • Both Safari & Chrome freezing when downloading a file

    Hi, Ever since upgrading to Yosemite I'm having issues sometimes downloading files from browsers. I usually use Safari and I noticed that when clicking on file and selecting Download Linked File or Download Linked File As, Safari freezes and requires

  • Anyone else having this issue?

    Hi. I'm on my third iphone. First one had a stuck pixel so i traded it in. Second went completely haywire so they sent me a brand new in the box 8GB iphone. Would you believe this third phone, brand new not refurbished has another stuck pixel! Has an

  • Organizational Model Determination Rule

    Hello ! I am looking for an organizational model determination rule which is looking for the Org Unit of the given employee responsible. Could anybody help? Maybe a little more explanation. I created a partner determination procedure which looks for

  • After approval AR is not released

    Hi Friends, We have developed a workflow for approval of AR's. I am creating  appropriation request thro' IMA11 , and then I am sending it for approval now status FAPP for approval in progress now it came in my workflow inbox now I am approving the A

  • IMessage will not activate

    I have had the iPhone 4S for about a month and all of a sudden, I stopped receiving texts from certain contacts. I noticed that my iMessage was "Waiting for activation" and when I tried to turn it off then turn it back on, I received the error messag