Multiple thumbnails linked to one pic. frame?

Hi, i am a beginner, so go eazy on me,
I am trying to link multiple images (thumbnails) to one big
picture frame.
So if you click the thumbnails, each will blow up in the same
frame.
The easy solution would be to link to a table, but it doesn`t
seem linkable.
I tried different slide viewers but I cant personalize them
enough.
Please sombody help me!

There are a few ways:
Google Disjointed rollovers
Set Text of Layer
Swap Image in the Behaviors Panel
Hope this helps
Jo
"serestibi" <[email protected]> wrote in
message
news:fpgc4m$9tj$[email protected]..
> Hi, i am a beginner, so go eazy on me,
> I am trying to link multiple images (thumbnails) to one
big picture frame.
> So if you click the thumbnails, each will blow up in the
same frame.
> The easy solution would be to link to a table, but it
doesn`t seem
> linkable.
> I tried different slide viewers but I cant personalize
them enough.
> Please sombody help me!
>

Similar Messages

  • How can I make multiple popup links on one page?

    I was wondering if anyone had a simple code that will allow me to have multiple popup links on one page? I have no idea what to do.  Any help would be greatly appreciated.

    Give each an individual id like:
    <SCRIPT language="JavaScript1.2">
    function openwindow1()
    window.open("score_popup/wbc_slalom_running_order.html",
    "mywindow","location=1,status=1,scrollbars=1,width=600,height=525");
    .......... etc.
    and then:
    <p><a href="javascript: openwindow1()">WBC Invitational Slalom Event Running Order</a></p>
    View actual working page here:
    http://www.worldbarefootcenter.com/
    scroll to bottom of page to see pop-up links. View source code for complete details:
    Best wishes,
    Adninjastrator

  • ORACLE EXPRESS: build a page with multiple forms linked to one table

    hi,
    im using oravle application express. APEX
    i would like to build a page with multiple forms linked to one table (orders) , the page has 4 from  each one with different order_id number (depending on filtering),  and if the order is prepared click yes for each order and this 'YES' should be UPDATED AND SAVED to each order number in the same table with the press of one button.
    i created all the form as (sql query)
    and create one update process
    (UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_1
    WHERE ORDER_ID =:P10_ORDER_ID_1;
    UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_2
    WHERE ORDER_ID =:P10_ORDER_ID_2;
    UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_3
    WHERE ORDER_ID =:P10_ORDER_ID_3;
    UPDATE ORDERS
    SET TRAY_PREPARED =:P10_TRAY_PREPARED_4
    WHERE ORDER_ID =:P10_ORDER_ID_4;
    i dont know really if i can do that, but it appear hat it actually saving according to order_id number , but not all the time some time it saved the value as "null".
    please guide me what is the correct way to do this.
    I READ THIS ONE
    http://stackoverflow.com/questions/7877396/apex-creating-a-page-with-multiple-forms-linked-to-multiple-related-tables
    BUT IT WAS FOR MULTIPLE INSERT
    thanks.

    Sans,
    I am no Apex expert, but with a situation as "complex" as yours, have you thought about creating a VIEW that joins these 7/8 tables, placing an INSTEAD OF trigger on that view to do all the business logic in the database, and base your application on the view?
    This is the "thick-database" approach that has been gaining momentum of late. The idea is to put your business logic in the database wherever possible, and let the application (Form, Apex, J2EE, whatever) concentrate on UI issues,

  • Multiple Order Linking with One PR

    Hi Experts,
    Is there any way where i can link Multiple Maintenance Order in one PR.This i need to track the services against each order through one PR PO.
    Regards,
    Kavvya

    HI kavya
    For your requirement you can creatre PR/PO independently with account assignment category F. After wards you create maint. order as per requirement & assign services from this PO to any operation by changing the control key to PM03 but change the reservation/purchase requisition indicator to never manually so that it doesnt trigger any PR from maint.order. after changing the control key, you select the operation & click external button below you will get service selection in which you select exter nal services from F4 list (you can select from the PO) & qty also. By this you will get planned cost of external service. Then you do service entry in ML81N with reference to PO & give maint order no & cost will flow to maint.order. You can link to multiple maint order by this. You consume external services of single PO in multiple maint. order.
    Shakti

  • Multiple report link in one report

    Hi all,
    I have a requirement to provide two link in one report . suppose i have a report on employee datail on click of employee name it should show two option whether you want to report A or report B. On selection it should show corresponding report. Please help me ..

    You just have to click on the properties of the column.
    In the property, you will find an interactive option. Select Navigate and choose you first report A. You must have a button to add a second report. Click on it and select you second report B.
    I don't have an OBIEE on my hands. It's difficult to say exactly which button, you must go but your solution is in the properties. Sure ...
    Good Luck
    Nico

  • HT5616 I have multiple phones and iPads and all are linked to one iCloud account and one iTunes Account.  I want to keep the same iTunes Account so I can share music, etc., however, I want each device to have its own iCloud account.  How do I do this?

    I have multiple phones and iPads and all are linked to one iCloud account and one iTunes Account.  I want to keep the same iTunes Account so I can share music, etc., however, I want each device to have its own iCloud account.  Any help on how I can I do this?

    You'll need to create an Apple ID for each device. Use the new Apple ID for FaceTime, iMessage and iCloud on the device. Use the original Apple ID for Settings>iTunes & App Store.

  • Getting links in one frame to open content in another...

    Hello,
    I would like links in the 'menu' frame of my site to open the
    new page in another frame, called 'content'. Although I have
    entered the name of the frame ('content') in the target box in the
    link properties, the page consistently opens in a new browser
    window. I am unable to upload the site at this time but I was
    wondering if there are any common causes for this?
    Thanks,
    Julie

    Yes, frames are problematic, I think the last site I designed
    with frames
    was about 7-8 years ago.
    I advise using includes for elements that are used on
    multiple pages,
    i.e..... banner menu and page foot.
    Jeff
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > The decision to use or not use frames should be based on
    a) your site's
    > needs, and b) your willingness to accept the potential
    problems that
    > frames can create for you as developer and maintainer of
    the site and for
    > your visitors as casual users of the site.
    >
    > I am down on frames because I believe that they create
    many more problems
    > than they solve.
    > Judging from the posts here, and the kinds of problems
    that are described,
    > the kind of person most likely to elect to use frames is
    also the kind of
    > person most likely ill-prepared fo solve the ensuing
    problems when they
    > arise. If you feel a) that you understand the problems
    and b) that you
    > are prepared to handle them when they occur, and c) that
    you have a need
    > to use frames, then by all means use them.
    >
    > As far as I know, the most comprehensive discussions of
    frames and their
    > potential problems can be found on these two links -
    >
    >
    http://apptools.com/rants/framesevil.php
    >
    http://www.tjkdesign.com/articles/frames/
    >
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "Jeff" <[email protected]> wrote in message
    > news:[email protected]...
    >> show us your framest code
    >> and
    >> your link code
    >>
    >> Jeff
    >>
    >> "julieaherne" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Hello,
    >>> I would like links in the 'menu' frame of my
    site to open the new page
    >>> in
    >>> another frame, called 'content'. Although I have
    entered the name of
    >>> the frame
    >>> ('content') in the target box in the link
    properties, the page
    >>> consistently
    >>> opens in a new browser window. I am unable to
    upload the site at this
    >>> time but
    >>> I was wondering if there are any common causes
    for this?
    >>> Thanks,
    >>> Julie
    >>>
    >>
    >>
    >

  • My document seems to be in three distinct sections. I think that because the thumbnails have three distinct yellow frames around them. Can I merge these into one document?

    My document seems to be in three distinct sections. I think that because the thumbnails have three distinct yellow frames around them. Can I merge these into one document?

    Gill,
    The three sections are one document. There are usually good reasons for Section Breaks, so you'll want to be sure that you really need to delete them. To get rid of the Section Breaks, just place your cursor at the top of the page following the break and press Delete until the Section Break goes away. It should take only one click for each case.
    Jerry

  • FCP 10.1.3 multiple graphic images into one frame

    Hi - How do I put multiple graphic images into one frame? - so it kind of looks like a video wall - except these are still images. I can do it manually but it's not precise. Anyone found a way other than this? Thanks.

    Here is my quick and dirty generator called "9 Pictures": https://www.dropbox.com/s/92c536wgesh2yzj/9%20Pictures.zip?dl=0
    To install it, unzip the file and place the folder inside /Users/yourname/Movies/Motion Templates/Generators
    It will look like this in FCP X. You just have to click each drop zone icon in the inspector and then select the desired clip from the browser. Use the Pan and Scale controls in the inspector to select which part of each image you want to use. Note: this was done in the hope that it may be helpful, but it is no more than a quick thing. You can also control-click the generator in the generator browser and choose open in motion (if you have it) to see how it was done and to modify it.

  • Creating multiple links from one map image in Flash CS4

    I have been tasked with creating multiple links from one map image using flash. Each link would go to the main website page with that location. I assume I could create a button for each location on the map but not having a lot of experience any help / tutorial you know of would be super helpful.. Thanks! Not looking for someone to work me thru it but a little guidance would be great!

    If I was to answer the problem, I would be giving you what you asked not to be given... the solution.  So I'll suggest that you start by researching the getURL() function.  That is what AS2 uses for opening web pages.
    As for coding a button, I'll recommend the following article for you... it will explain the proper approach to coding a button, which will give you an advantage over others who don't follow it, but instead use the way the article says not to.
    http://www.adobe.com/devnet/flash/articles/as_bestpractices_04.html
    Google is one of the best resources available for learning how to do things with Flash--it's the first place I go when I have a wondering.  In general, if you type in the right keywords, you get fairly good search results.  In your case, combinations of "AS2", "button", "getURL", "tutorial" would probably work well.

  • Once I have my picture from iphoto into the print mode and select contact sheet only one pic shows up not a multiple of that one picture. Help

    I have selected one picture from iphoto then went to print where i selected contact sheet...the one pic showed up on the contact but was unable to fill the sheet with the multiple of the one picture

    The root level of the drive that is mounting.  Like this

  • Multiple cost centers linked to one work center

    Hi all,
    is it possible to link multiple cost centers to one work center ?

    Dear Bjorn,
    1.For the same work center its possible to assign only cost center at a time or say for a validity period.
    2.Its possible assign different cost ccenter for the work center for different validity periods,provided the
    rates are also define properly in KP26.
    3.One cost center can be assigned to multiple work center.
    4.Its possible to define different rates for the same cost center and activity type combination only
    for different periods.
    3.Same activity type may be having different rates for a different cost center combination.
    4.Only one cost center can be valid for a work center.
    5.Same cost center may be linked to many work centers.
    Check and revert back.
    Regards
    Mangalraj.S

  • How to create multiple links in one column

    Hi,
    Could someone please help me with creating 2 different links in one column as below.
    I enclosed is the screen shot of my current application view... I would like to put the link one below the other in one column instead in two different columns.
    Table Name - SR_PROCESS
    Functions - get_open_project , get_open_be
    Columns - ''Initiate New Project'' , ''Initiate New Bug or Enhancement''
    Below is my coding.
    select
    ''Initiate New Project'' AS "Initiate New Project" ,
    get_open_project("SR_PROCESS"."PROCESS_ID") "Open Projects",
    ''Initiate New Bug or Enhancement'' AS "Initiate New Bug" ,
    get_open_be("SR_PROCESS"."PROCESS_ID") "Open Bugs"
    from SR_PROCESS
    Thanks, Sheetal

    976745 wrote:
    Hi,Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "976745".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    Could someone please help me with creating 2 different links in one column as below.
    I enclosed is the screen shot of my current application view...Where is the screenshot? Providing an example on apex.oracle.com is a much better way to share details of your application.
    I would like to put the link one below the other in one column instead in two different columns.
    Table Name - SR_PROCESS
    Functions - get_open_project , get_open_be
    Columns - ''Initiate New Project'' , ''Initiate New Bug or Enhancement''
    Below is my coding.
    select
    ''Initiate New Project'' AS "Initiate New Project" ,
    get_open_project("SR_PROCESS"."PROCESS_ID") "Open Projects",
    ''Initiate New Bug or Enhancement'' AS "Initiate New Bug" ,
    get_open_be("SR_PROCESS"."PROCESS_ID") "Open Bugs"
    from SR_PROCESSDepends on your APEX version and the type of report. Please provide the information detailed above.

  • Multiples galleries linked to and from one page

    This is pretty basic need for photographers trying to show shoots to clients.
    I have multiple shoots associated with one job for one client. Can anyone ( ahem Apple guys) put a feature into the Aperture Web Gallery workflow that will put an index page for all the different parts of one job?
    G5 dual 2   Mac OS X (10.4.7)   Apertue 1.1.2

    Hello, Larry
    Quote: "I have multiple shoots associated with one job for one client. Can anyone ( ahem Apple guys) put a feature into the Aperture Web Gallery workflow that will put an index page for all the different parts of one job?"
    If I understand you correctly, you want different Index.htmls for the different shoots you did for the client? So, one index.html for one shoot which multiple photos? Another, index.html for a different shoot but the same client? But all in location in one site?
    If so, Aperture rocks doing this now since version 1.
    I do this using the Web Journal (and not the Web Gallery) feature in Aperture which will make different index.htmls for different days, shoots, whatever.
    Here is an example:
    Multiple shoots and multiple indexes but only one site.
    As you can see there are 3 different index.htmls, and each with it's own set of photographs with watermarks which can be clicked on to enlarge.
    You can rename each index according to your shoots, watermark them and upload them for the client to see at his or her leisure.
    love & peace,
    victor

  • Multiple hyper links one image?

    I have a KeyNote that I've built as an 8.5x11 document that I'm hoping to export as a PDF with multiple hyper links. Is this possible?
    Or do I have to have an individule image for each hyperlink?
    thanks

    You can place as may hyperlinks on a slide as you require.
    Each hyperlink must be attached to an individual object or text box on the slide.

Maybe you are looking for