How do I make accordian tabs open different images on the parent page

I am totally new to spry and hope there is an easy way to achieve what I want to do.
Basically, I want to use an horizontal accordian spry menu so that when the user clicks on a menu item the text appears in the box but an image opens in a seperate fixed box on the parent page. When selecting another menu item the image changes accordingly (but still in the same fixed box)
I appreciate any help
thanks

> When I insert the three form list/menus Dreamweaver does
not allow me to turn
> the lists into links. Javascript allows you to turn them
into links. All I
> want to know is what script to write.
That is because you inserted a plain select form item.
Insert a JUMPMENU and dw will do the coding for you.
Open the F1 help, click search and type jumpmenu
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • How do I make new tabs open to my specified home page instead of blank page?

    How do I make new tabs open to my specified home page instead of blank page?

    I generally like to avoid add-ons, and the second option is still an extra step - not opening tabs to the homepage, as requested (rather how to switch to your Home page after a tab opens to the blank page).
    Here's a wild idea: How 'bout a setting option in Tools > Options > Tabs for "Always open new tabs to my Home page" ?

  • How do I make my tabs open up to a blank page?

    I accidentally downloaded something that makes my mozilla firefox tabs open up to a yahoo search engine. How do I make it so when you open a tab, it opens up to a blank tab?
    == This happened ==
    Every time Firefox opened
    == I accidentally downloaded something

    <u>'''If you take DJ's advice'''</u> you will lose all functionality of Flash, Quicktime, iTunes, Java, Adobe Reader, etc. <u>'''NOT A GOOD IDEA!'''</u>
    Could be any number of things. You did not list your Extensions; that could help us help you. In your URL/location/address bar, type '''about:support''', press the enter key, click "Copy all to Clipboard" and paste in your reply.
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''You'''</u> ~~red:<u>'''MAY'''</u>~~ <u>'''need to Update Adobe Reader for Firefox'''</u>: your ver. N/A; current ver. 9.3.2
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer.
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • How do I make new tabs open to home page?

    How do I make all new tabs open to my home page??

    You can look at this extension:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/

  • How can I make new tabs open next to the current tab?

    New tabs are advertised in Firefox 5.0 as being set to open next the the current tab by default. Mine, however, do not do this. They open to the right of the last tab, necessitating a lot of tab-scrolling, and a minor waste of time.
    I have not installed the extension that forces the tab behaviour I'm currently witnessing.
    Is there a kind soul out there with any suggestions for how I can get my new tabs to appear next to the tab I'm working on?

    Tabs that are "related" to the current tab, like the same domain, open to the right of the current tab. Other links that are from other domains open at the right end of the tab strip.
    The pref for that actions is '''browser.tabs.insertRelatedAfterCurrent'''.
    To have them all open to the right of the current tab would need an add-on, if that action even exists in an add-on.

  • How can I make a link a different color than the other links according to the current page?

    Hello.  I have created a navigation bar.  And I would like to style the links to have the current page link a different color than the other links.  For example, if all of the links have a black background, I would like to have the current page link to have a white background.  The reason that I would like to style them this way is so that the visitor knows what page is being visitied.
    I tried different ways but all of them did not show to make any change to the links.  This is what I have so far.  The links work, but all of them have the same color and background.  When on the home page, I would like to have the home page link to have a white background with black letters.  I would appreciate your advice.
    <head>
    ul {
        list-style-type: none;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 6px;
        padding-right: 10px;
    li {
        display: inline;
    a:link {
        color: #FFF;
        background-color: #000;
        text-align: center;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 7px;
        text-decoration: none;
    a:visited {
        color: #FFF;
        background-color: #000;
        text-decoration: none;
    a:hover {
        color: #000;
        background-color: #FFF;
        text-decoration: none;   
    a:active {
        color: #FFF;
        background-color: #000;
        text-decoration: none;   
    a.menu:link {
         color: #000   
         background-color: #FFF;
         text-decoration: none;
    </head>
    <body>
    <div class="navigation">
        <ul>
            <li class="menu"><a href="index.html" target="_self">HOME</a></li>
    </body>
    Thank you very much.

    http://www.itworld.com/development/351097/setting-active-menu-item-based-current-url-jquer y

  • How do I make links from three list/menus on the same page?

    I've got three list/menus on one page. How do I make it so
    the choices in all three menus link to different pages?

    > When I insert the three form list/menus Dreamweaver does
    not allow me to turn
    > the lists into links. Javascript allows you to turn them
    into links. All I
    > want to know is what script to write.
    That is because you inserted a plain select form item.
    Insert a JUMPMENU and dw will do the coding for you.
    Open the F1 help, click search and type jumpmenu
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How to update data in database from different region of the same page

    Hi,
    I have pepared two regions of tabular form based on the same table,each region is selecting different columns of the same table.
    I want to update the values from different regions in the database using single submit button.
    Regards
    Shashi

    I presume that the two regions are working fine with their individual buttons and your issue is how to make them both save with one button.
    Here is how
    a. You will have 2 ApplyMRU and 1 ApplyMRD processes for each of the regions. Right? Lets say you have 2 "Save" (i.e. label=Save) buttons, one has name SUBMIT and the other SAVE ( SUBMIT and SAVE being the requests that will be sent when they are clicked , respectively)
    b. Make the Display condition on one of the buttons 'Never'. Now it won't show when you run the page. Lets say you made SAVE's conditional Display 'Never'
    c. Go and change the condition on all ApplyMRU and ApplyMRD processes from "When Button Pressed" to "Request is contains in Expression1". In Expression1 enter SUBMIT,SAVERegards

  • How I can make a note on an image in the IMAQ browser?

    Hi,
    I searching for the way to add a text on a thumnail image in the IMAQ browser.
    I just ran Browser Example.vi and tried to add a note on a thumnail image using IMAQ Overlay Text API.
    And also tried adding Overlay Text on the source image and then add that source image to the IMAQ browser.
    But both way failed to make it work!
    So.. Is there any way I can add a text on the image in the IMAQ browser?
    Thanks for your help!
    Regards,
    YoungMin
    Attachments:
    browser window.png ‏51 KB

    You need to add a text overlay to each image, then merge the overlay with the image before it's loaded into the image browser.  Look in the sequence frame 1 of the outer sequence structure in the attached VI.
    www.movimed.com - Custom Imaging Solutions
    Attachments:
    Browser Example (modified).vi ‏39 KB

  • How to make new tab open right next to the original one and not at the end?

    I use things like Focus Last Tab and Open Relative add-ons for FF to get this behavior, how can it be done in Safari.
    sorry for the 3 posts but they were different questions wanted to keep them separate.
    Safari 4.0

    bump

  • How can I make new tabs open on the right?

    I have the New Tabs On The End add-on but it doesn't work anymore since I upgraded to FF 6. Is there any way to force Firefox to due this without an add-on?

    The [https://addons.mozilla.org/en-us/firefox/addon/tab-mix-plus/ Tab Mix Plus] extension appears to have this feature, pictured in the screen shot here: http://tmp.garyr.net/help/#Events_-_New_Tabs

  • How do I make forms and reports to stay in the Portal Page?

    Hi,
    I have a report with a Link to a form on my Portal Page. When I
    click one of those Links, the form is opened on a separate Page,
    with just the basic template and no possibility to add extra
    portlets. Is there any way of controlling on which Page the
    target of a Link should be displayed?

    Harald, if I understand you right, this is your scenario:
    You have a page with a form and a report in it. When you click
    on a row in the report, you want to be able to edit that row in
    the form, but still within the page (not the form all by itself).
    This is not supported in 3.0.9, but it is possible with some
    extra coding. Ken Atkins gave a presentation on exactly this at
    the last ODTUG convention, and again at the recent VOUG
    convention. Its a bit too complicated to explain here, but if
    you want, email me or look for his presentation on odtug.org or
    voug.org websites (not sure if the voug ones are up yet, it was
    last week).
    Also, be wary, since its not supported, things like that tend to
    break when new versions come out.

  • How do you link a button to a image on the same page?

    I created a photoshop button and pulled it into my Muse website, and I want to link it to an image on the same page. I have a slide show set up, and this way I could have a secondary menu with buttons corresponding to each image in the slideshow. I can only find the option to link the button to another page, or link it to an external website. Help!

    Hi avary.s
    "Image Option" : http://prntscr.com/svhz7  Tells that its actually the whole image that is being placed within this slide show container.http://prntscr.com/svhz7 check : http://prntscr.com/svine
    However, "Hero Image" as show in screen shot provided in above reply, is a container which shows the edited part of  the complete image : check :  http://projectuni01.businesscatalyst.com/screenshots/2013-02-16_0217.png
    So in this case, In slideshows, the links are actually get applied on Hero image or on the slideshow containers.
    I hope this information helps
    Regards
    Anshul Sharma

  • How do i make a tab active and make it stay that way always. If i put a website in my home page in order for the tabs to open automatically in that same homepage , this setting is not working, every time I open a tab , a white window appears .

    How do i make a tab active and make it stay that way always. If i put a website in my home page in order for the tabs to open automatically in that same homepage , this setting is not working, every time I open a tab , the window appears white .

    By default Firefox opens a blank page for a new Tab, there is no setting to change that action without installing an add-on.
    New Tab Homepage extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/777

  • How can i make my hyperlinks open in a new window or tab?

    how can i make my hyperlinks open in a new window or tab?

    The program is InDesign… we need to cease links which will open the linked document in a separate window.  Also, the links must be maintained once a pdf is made and the files moved to another computer….

Maybe you are looking for

  • Oracle VM Server 3.1.1 issues with NFS share

    Hi guys I am kind of stuck with the same issue for more than a week now. I have two virtual machines on Virtual box 4.1.8 (VM Server and VM Manager 3.1.1) and NFS following is disk/mount information on VM Server [root@oravms ~]# df -h Filesystem     

  • Safari icon on the Dock

    Weird one: it happens that I cannot launch Safari from the Dock. I just get a beep/error sound. Dragging out the icon, then placing a new one, fixes the issue.

  • Kanban Formula Doubt

    Gurus I am trying to see the output of Kanban Calculation Formula. In Control cycle its mandatory to keep kanbans and there quantity I put 10 kanbans and 10 pieces per kanban. I have requirements for 50 also and i run PK07 using inputs from MRP. But

  • Hidden backups in Time Machine

    I get an error message in Time Machine that says my backup is too large. When I go into my back up drive, I cannot see any previous backups. I have been using Time Machine for over a motnh, but the only backup is from earlier today. Yet it appears th

  • How do I upgrade to newer software?

    I have a 08 MacBook Air w/ software version 10.5.8. How do I upgrade to more recent software?