Make pictures pop-up on the same page

okay so this is gonna get complicated
i want to have a list of my paintings on my page (got that) when i click i do not want them to open in the same window or a new one,,,,,, i want it to appear in the pink space, marked on my website under "paint", below now appears a list of several test paintings,,, so when i click on them they should appear in the pink space, it is like on this website :::::::
http://von-maltzahn-fine-arts.com/de/kuenstler/larsson/larsson_a3.htm
(choose from the small boxes to change painting)
do i need flash to do this?
i only have dreamweaver 8 , iWeb and lol TextEdit
my website adress:
http://web.mac.com/madmax019/iWeb/Web-Site/Paint.html
so thnx already

Here's a step in the right direction:
http://web.mac.com/varkgirl/iWeb/Slideshows
Sorry I don't have the resources available to me tonight to help further. Our power is out (since I got home from work) due to a downed pole or something and I am using my hubby's PC laptop with a Sprint PCS wireless card or some such thing...
If anybody tries to visit Aardvarkland tonight... I did a Publish ALL this morning before work and then didn't post-process it yet and unfortunately now I can't due to lack of power. Hopefully later tonight or tomorrow I will be back in action!

Similar Messages

  • How to make fields grow dynamically within the same page and in column wise

    Hi,
    Like the newspaper format: Where contents of news are shown columns wise.
    We need to make the fields in a page grow column wise within that same page.
    For example, in a page:
    Column 1 Column 2
    ASDASDASDGKASHDGKAA | ASDFASGFHSJFAJKSD
    ASDFASDFASDJFASGJKDFHA | ASDFASDASDFASDFASD
    AFSDFASDFASDHGFKASDFASD | ASDFASDFASDFASDFASDFA
    ASDFSDGFJASHDGFJKASHDGKFAS |
    ASDFAGASDHFKASHDGFHASDJKFHASJKHF |
    ASDFHASGDKFASDJGHFASDFJKSDGFJKAGSDJ |
    If the Column 1 is full with the fields in the page it should start filling the column 2 which is also in the same page.
    If the Column 2 is also full then only it should move to the next page and should continue the same scenario.
    Please suggest a better way to do this in the Adobe Output Designer.
    Thanks and regards,
    Gurunath V.
    E-Mail: [email protected]
    P.S: Please also mail to my e-mail ID.

    Hi Gurunath, if you steel need a solution on this problem, I think this could help:
    1- place two fields on the form (JF01, JF02), one under each other.
    2- Make two subform with them (Sline1, Sline2)
    3- Make the field JF02 expand on same subform.
    4- Modify the preamble in this way:
    ^define group:D_line1 \field$POSITION\reserve"0.333",in\subformSline1.\positionsave,"first_line"
    ^define group:JF01!OnOverflow \groupG_Sline2.\fieldJF02.
    ^define group:G_Sline2!OnBOF \positionrestore,"first_line"\positionright,"3.65",in
    In the data file put all the text in JF01.
    -The first line say:
    When JF01 is called, save it's y position (\positionsave,"first_line")
    -The second line means:
    when the text overflow JF01 put it in JF02.
    (cause JF02 overflow on itself all the remaining data is overflowed in JF02)
    -The third line means:
    if JF02 arrives at the end of the page (OnBOF), restore the saved position ( \positionrestore,"first_line") and move to the right of "3,65" inches (\positionright,"3.65",in).
    In other words, when JF02 arrive at the and of the age, the next field JF02 is positioned at the same height of JF01 and is shifted on the right
    Take care that in this way JF02 cannot anymore go o a new page.
    Hope this help.
    Andrea

  • Image pop-up in the same page..?

    What is the best way ,without building a movie (swf file) on
    page, to have a row of thumbnails at the bottom of the page and
    then as each one is the clicked it's larger image appears above it
    on the same page.
    Thank you,
    Disco

    You only need one div with an id. You can have more than one
    if you want and
    swap out images in all of them but to make a simple
    mini-gallery you just
    need the one. <div id="show"></div>
    I haven't seen your page to how it is designed but I imagine
    you have an
    area on the page where there are thumbnail images. One at a
    time select each
    thumbnail and access the extension from the Tag Selector .
    Select the "show" div in the div list and browse to the full
    size image you
    want to appear in the "show" div when the thumbnail is
    clicked. Set a
    caption if you wish.
    In the demo I have placed a full size image inside of the
    "show" div.
    You only need one div to display the full size image. Each
    time click a
    thumbnail ( or text link ) with the loadImage applied it will
    replace the
    image currently in it with the new one.
    Regards,
    ..Trent Pastrana
    www.fourlevel.com
    "discoolemonade" <[email protected]> wrote
    in message
    news:e4j8ln$dlp$[email protected]..
    > Trent --
    >
    > I installed the Four Level loadimage behavior and think
    this is exactly
    > what I
    > want, specifically the mini gallery.
    >
    > I set the <div id="show"></div> tag in the
    table where I want the
    > thumbnail
    > image to go -- right..? But I am confused as what to do
    next to get the
    > "on
    > click" function for the thumbnail..? How many div tags
    can you set up in
    > the
    > table and won't they need to have different x and y
    coordinates..? I've
    > played
    > around with behaviors before but haven't quite figured
    this out. Can you
    > give
    > me a step by step to set up a gallery within a table
    with two columns like
    > the
    > example shown..? I have DW 8.
    >
    > Thanks a million --
    >

  • How do I make dreamweaver links open on the same page?

    Hi all,
    I've created a site that has div tags for Header, navbar, main content, and footer. I am using a sprybar menu and I want the content of the hyperlink to display in the main content area. I know this was previously accomplished with frames and I could select the target as the main frame, but I hear that is bad practice or is becoming more obsolete with CSS. I have some intermediate knowledge with CSS. Does anyone know how I can accomplish this? I am using Dreamweaver 6

    One page websites aren't really a good idea as far as search engine optimization goes. It's better to have multiple pages with the same design that your menu moves to when clicked.
    That being said, you could do what you're talking about using javascript to change the display css of content <div> tags where, to start, there is a general info <div> and when one of the menu items is clicked, that <div> has its display property set to none, while another has it's display:none changed to display:block (so it appears). Each link would turn off all of the containers that aren't specific to the link itself, while turning on that one container that is.
    I use a script like this normally...
    <!doctype html>
    <html lang="en-us">
    <head>
    <meta charset="utf-8">
    <title>Quick, Little Show/Hide Script</title>
    <style>
    #one, #two {
        display:none;
    </style>
    <script type="text/javascript">
        function turnoff(id)
        {document.getElementById(id).style.display = 'none';}
        function turnon(id)
        {document.getElementById(id).style.display = 'block';}
    </script>
    </head>
    <body>
    <div id="one">some text</div>
    <div id="two">some other text</div>
    <div id="three">yet more text</div>
    <a href="#" onclick="turnoff('two'); turnoff('three'); turnon('one');">One</a> | <a href="#" onclick="turnoff('one'); turnoff('three'); turnon('two');">Two</a> | <a href="#" onclick="turnoff('one'); turnoff('two'); turnon('three');">Three</a>
    </body>
    </html>
    In the above example, divs one and two are turned off by default in the css. Div three shows when the page is loaded. The javascript tells a chosen id to change its display css to block or none depending on the function called in the onclick of a link. The link for "One" uses turnon('one') and turnoff('two') and turnoff('three') so, when it's clicked, two and three are set to display:none and one is set to display:block no matter what they were at to begin with.

  • Getting an image to pop up on the cover page of a package

    Im using adobe acrobat 8 standard.  I have a picture as the backgroud of a page and i would like to be able to click on various parts of the picture and have other scaled down pictures pop up on that same page.  Can this be dont in acrobat 8 standard

    yes i found online that i have to use the button tool to do this but i cant seem to find it anywhere in the
    tool bar.  I know it supposed to be under the advance editing tools but its not.  So im not sure if standard offers that option.  Am i missing something

  • If you make a picture in pages.... how do i duplicate the image on the same page multiple times????????!!!!

    If I make a little picute in pages ... HOW DO I DUPLICATE THE IMAGE MULTIPLE TIMES ON THE SAME PAGE!11?????!!!!

    Or you can hold down the Option key while you click on the image and drag to create a copy. Then Select All and repeat. Repeat again, each time doubling your image count. You may, at an early stage, want to align your photos so that they will be in position when you Option-Drag the next set.
    Walt

  • How to make a link in a report open a Form in a different region of the same page ?

    Hi,
    I developped a report and a form for the same table. I also created a link and used it in my report so that when I click on the link of one record, the form is opened and display this record.
    My problem is that when I include my report as a portlet and I click on a link, the form is opened in full screen mode by replacing the page containing my report.
    What should I do in order to open this form in another region of the same page ?
    Thanks a lot

    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

  • I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?  Next in Elements 11, how do I load and print different pictures and different sizes options on the same page?

    I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?  Next in Elements 11, how do I load and print different pictures and different sizes options on the same page?
    Thanks,
    Shir

    sbmgrams wrote:
    I have many photos with file extension of .PDD and that Photo Deluxe 4 no longer will operate in Win 7. How can I open?
    See here:
    Reading PhotoDeluxe PDD Files

  • Multiple click boxes in the same page

    I'm trying to include 4 click boxes in the same page in Captivate 5. The idea is when user clicks on each box, the content reveals and stays on the screen. The first click box works fine. But when click the second box, the content shows only for less than a second and then quickly moves to the next screen, and of course, there is no chance to even get to the 3rd and the 4th one. Can anyone help me? Thanks!

    Hi Lilybiri,
    Does this mean that the user has to click the click boxes in the order that you stagger the pauses? For example, if I'm showing a picture and instructing the user to click on any area to get more information, they could really click on any area first - however will that click box pop up if that click area was not the "first" pause in my timeline?
    Also, how do I get the "success" caption text to stay on the page? I don't want it to fade so that the user can see all of the info. once they've clicked each box. I've checked to make sure that the "fade out" option is off, and I'm assuming I can't have the click boxes "display for the rest of the slide" since that would ruin the pause increments.
    Thanks!
    Chantelle

  • Display an iview in the same page.

    Hi Experts,
    I need to integrate webdynpro application which is a tree application
    when i integrate that application  if i click on that some search button it should navigate to other iview but the present application should be in the same page and the new application should be opened... how can we make it....
    plz help me in this ,.........
    waiting for u r responses...
    Regards,
    Shilpa

    Shilpa,
    If it is the 1st one (pop Up) then you can use Koti's threads.
    also check this library files to do this, if it is a external window I think this suits your requirement very well
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fd/024640c0e56913e10000000a1550b0/content.htm
    Open view in external window..
    Open views in non-modal external windows - the patch version
    PraDeep
    Edited by: pradeep bondla on Jul 18, 2008 7:14 AM

  • How can I have use the same div ID multiple times on the same page?

    Okay so a problem I encounter a lot is that often times I want to use the same div ID several times on the same page. An example of this is when I'm creating table like designs.
    Let's say for instance I create a div ID called 'product-container'. I want to use 'product-container' multiple times on the same page but if I do this it is improper XHTML and will throw errors in any XHTML validator (you are only allowed to use a div ID once on any XHTML page in order for it to be standards compliant).
    Now the first option is that I could define 'product-container' in my CSS style sheet multiple times by doing something like this...
    #product-container {
         width: 300px;
    #product-container-2 {
         width: 300px;
    #product-container-3 {
         width: 300px;
    #product-container-4 {
         width: 300px;
    What you will see there however is that it seems pointless to define the same ID numerous times over (just adding a number on the end) when each ID is the exact same thing and has the exact same attributes.
    Now what I have noticed is that there are some sites out there who manage to have the same ID appear several times in the code but add a number to it just like above. The difference is that they only have one definition for 'product-cointainer' in their CSS document but in their actual XHTML code they have IDs for 'product-container' but with numbers on the end like 2,3,4,5, etc. It's almost as if JavaScript or some other code is automatically appending a number on the end of the ID so the validator won't consider the markup to be invalid, but yet it knows that it's using the same 'product-container' style that is contained in the CSS style sheet.
    I hope I explained this correctly. I'm just hoping to find a way that I can put the same div ID on a page multiple times without having to define it over and over again in my CSS.
    Any help is much appreciated!

    Because it seems like by using a class you can't make this position as 
    well as you can by using an ID. Am I wrong?
    An ID name can be used only one time per page.  A class name can be used multiple times per page.
    .product {
    width: 300px;
    text-align:left;
    color: #FF0000
    border: 2px solid #666;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How to develp a subreport in the same page of the main report and processed when is called

    SSRS 2012
    Hi guys,
    I am developing a report that includes a subreport.
    therefore The report is made up by 2 sections:
    1) Show a grid (several rows - may be 100 or more - and some columns). It represent high level info  (Each row represent a specific item)
    2) The user click on a Row/column (eg: Item1, to see details that must be shown as graph.
    Here the problem: Searching info about SSRS reporting for subreports, drilldown, nested report and so on, no ones accomplish the requirements for the following reasons:
    1) Subreports: NOT open in the same page. The user must <go back> to see detail for other items, such as Item 2....
    2) Nested and DrillDown: Process data as the Main report (they are hidden and displayed after user action). In my case this leads to performance problem, because: if the main report has 200 objects (it means 200 graphs processed and hidden at the same time
    for the main reports).
    3) DrillThrough and Subreport: The detail data are processed only when the user select the interested item in the main report. Here the problem: the report is shown externally.
    Please, it there any possibility to have a subreport (or anything else) to be executed in the same report as the main report and processed only when the user make action?
    Thanks for your help.

    Hi Fasttrack2,
    According to your description, there is a main report with more than 100 rows of summary information, when users click the item of the row, the report need to jump to detail information shows as graph. The problem you are facing is that you are not sure
    subreport, drilldown or drillthrough report should be used? You hope to set display detail information in the main report and keep high performance of report.
    In Reporting Services, each subreport instance is a separate query execution and a separate report processing task. Subreports are recommended when there are just a few subreport instances. We should not use subreports inside a group when there are many
    group instances, instead, consider using drillthrough reports. Drilldown reports process all data even when the data is first hidden. In order to improve the performance of the report, we can split drilldown reports into parameterized drillthrough reports,
    because Drillthrough reports do not run until a user clicks the drillthrough link in the main report.
    In this case, we can consider using drilldown or drillthrough report. In drilldown report, when we click a plus or minus button to expand or collapse a section of a report, the detail data will be displayed in place. By using drillthrough report, when we
    click the link in the main report, the detail data will be displayed, we can come back to the main report by click return button in the drillthrough report.
    Reference:
    Troubleshooting Reports: Report Performance
    Drillthrough, Drilldown, Subreports, and Nested Data Regions
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • AT&T customers service reps. (Phone) and in the store not on the same page!

    On 6/27/15, I called into the 1(800) number to order a new phone and change my plan to the "Next" plan.  I went through whole process with the rep over the phone.  I asked if I could pick up the phone from the AT&T store in my area.  She told me I would have to go into the store and got through the process there.  She stated, I would only have to pay the taxes (around $42) on the phone and pick what installment plan I wanted.  Well I went into the store and spoke with a sales rep. picked the phone I wanted and proceeded with the process.  First I was told I had to pay my bill which was not an issue $127  the rep double charged my card. In which a manager had to fix.  Then I was told I had to pay $200  for downpayment to be on the Next plan.  When questioned was told oh we do this for customers getting an additional line, t(the rep I spoke to that morning said paid the taxes for the phone) so I paid the $200.  On 7/9/15 upon paying my bill I happened to look at the details of my account.  I notice the charge of $201 on 6/27/15 but my bank account reflected the amount of $242. from AT&T.  So I called customer service and spoke with a rep by the name of Robert.  Robert explained the confusion then, stated I did not have to pay the $201 for the Next plan.  I asked if I could have the $201 moved towards my bill, he stated yes it would not be an issue.  When he tried to make the adjustment he was unable to and informed me that I would have go into the store.  He also verified with his supervisor of the issue. He said he would have all the info needed documented on my account.  Later that day I went on the AT&T site to remove the mobile TV app and was unable do. So I got on the chat live contacted a rep Arvin, who helped me with issue.  Then I asked him the same question in reference the Next plan.  He confirmed with a supervisor that indeed I did not have to pay downpayment, just the tax.  He also put in notes on my account and said go into the store.  I arrive to the store (Snellville, GA) and was approached by Pamela.  I told her the issue and she proceed to tell me, that AT&T runs credit checks for additional lines. Which when I transferred to AT&T they ran a credit check.  But for an additional line and switch to another plan. I told her what the other 4 reps which includes the original rep that I started the initial order on the morning of 6/27 told me.  Pamela stated that they were wrong and did not know what they were talking about and they don't deal with customers as the store does. And she would look at my account and see.  I told her I have the print out of the chat from Arvin.  After she read the notes she proceeded to tell me I was wrong and the other reps were wrong and then she called the 800 number spoke with a customer service and the rep she spoke with told her "NO" they don't do that and I was correct in what I was saying about my the issue.  Pamela told her, she was incorrect and that she need to go read the regulations and gave her reg to look up.  During this time my mom was with me and she informed me a family friend was supervisor for AT&T Corporate office and to call her.  In which we did and she stated the same of course Pamela said we wrong and was nice nasty in reference to it as in being a know it all that she just couldn't be wrong.  My issue wasn't resolved and I felt like AT&T took my money and called myself and the 5 employees that worked there liars.  For a company that has been on the news for overcharging their customers you would think that your company would have better customer service and all on the same page.  And if the majority and a Supervisor were agreeing and saying that same thing. Pamela should have did the change on the account and not have a customer your company says it values to leave the store feeling the way I did.  Meaning knowing that I was upset and that I was told the same thing by 5 employees of your company, Pamela should have tried to compensate me or made sure that I wouldn't have any thoughts of going to another phone company.  I was made to feel like I was lied to.  It's bad enough when you walk into the stores the reps are on you like vultures.  And you feel overwhelmed and like you're at car lot.  And the reps are wheeling and dealing for their commission.  Now I'm concerned if I chose the right company???

    I didn't even do the survey and the reps in the store said it had to be done over the phone I just never called back I had already taken time to drive to the store I wasn't about to waste more time dealing with an upgrade over the phone I just figured doing an upgrade over the phone would be the same as doing it in the store I don't understand what the difference is

  • Parent (Global) and Current (Navigation) on the Same Page

    Hello,
    I am using the managed metadata feature in a SharePoint 2013 publishing site.  I am trying to layout my navigation as shown in the diagram below.  I can not find a publishing master page that implements this parent child relationship.  My
    top navigation is use the markup:
    <PublishingNavigation:PortalSiteMapDataSource ID="topSiteMap" runat="server" EnableViewState="false" SiteMapProvider="GlobalNavigationSwitchableProvider" StartFromCurrentNode="false" StartingNodeOffset="0"
    ShowStartingNode="false" TrimNonCurrentTypes="Heading"/>
    <SharePoint:AspMenu ID="TopNavigationMenu" runat="server" EnableViewState="false" DataSourceID="topSiteMap" AccessKey="&lt;%$Resources:wss,navigation_accesskey%&gt;"
    UseSimpleRendering="true" UseSeparateCss="false" Orientation="Horizontal" StaticDisplayLevels="1" AdjustForShowStartingNode="true" MaximumDynamicDisplayLevels="1" SkipLinkText=""/>
    I have tried using the same markup, using a different StartingNodeOffset and SiteMapProviders, for the side menu with no success.
    Thanks,
    Bob

    Hi,
    According to your post, my understanding is that you wanted to create Parent (Global) and Current (Navigation) on the Same Page.
    You can make quicklaunch work contextually like structural nav quicklaunch using Managed Metadata navigation. Please refer to:
    Managed Metadata Navigation - How do you make quicklaunch work contextually like structural nav quicklaunch?
    In addition, you can used JQuery and CSS to achieve staticlevel left navigation in SharePoint 2013.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/forums/sharepoint/en-US/54edc501-0594-49e3-86b2-40ecf72bc68e/show-2-level-hierarchy-in-managed-navigation-menucurrent-navigation-in-sharepoint-2013
    More information:
    Overview of managed navigation in SharePoint Server 2013
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to pass a parameter from a report to multiple forms in the same page

    Hi:
    i have a report and a lot of forms in the same page. The fact is that i want to stablish a link over a filed in the report which would make some information appear in those forms so that information could be updated. For example: i have a report with company names. Over those names i want to put a link. When the link would be pressed the forms would reflect the information about that comany. Is this possible to be done? how can i do this or something similar?
    Thanks.
    Regards. Urko.

    Please see post Re: session state security
    It has been done for a single form in a page and can be extended to multiple forms as well.

Maybe you are looking for