How can I have an animation and a rollover on the same page?

I am in need of a webpage that will alternate a section with
five different status images and have simple rollovers with image
swaps in the middle section. How can I make this happen?... thanks
in advance.

quote:
Originally posted by:
dannymars
I am in need of a webpage that will alternate a section with
five different status images and have simple rollovers with image
swaps in the middle section. How can I make this happen?... thanks
in advance.
I'm sorry, but you're not clear. You first say you want to
put five images in "a section," then you say there's a "middle
section?"
Can you describe your layout more clearly? Better
yet, could you make a sketch of your layout "sections" and describe
what is to happen in each section? Also, could you clarify what you
mean by "alternate?"

Similar Messages

  • Can we have Manual Form and Tabular form in the same page..

    Hi,
    Is it possible to create a form manually with Save/Apply Change button and another Tabular form using wizard on the same page such that -
    if we click the save button on the manulaly created form , it should save the data present in manual form as well as Tabular form...
    Edited by: Apex_Noob on Mar 21, 2009 5:58 AM

    Hi Dan,
    My table structure is :
    Process
    process_id ( number primary key )
    process_owner ( number which represent the user who is responsible for the process)
    category_id ( number )
    focus_area ( number )
    frequency ( number )
    process_description ( varchar2 )
    Process Region
    process_id ( number )
    region_id ( number )
    Process_website
    id (number primary key)
    process_id ( number)
    web_address ( varcahr2 )
    Above is the struct of part of my DB.
    At present my manual form does the following :-
    When users click on SAVE button , it run PAGE PROCESS , ADD_PROCESS
    In ADD_PROCESS ,
    I have following logic to insert into process table
    Select seq.next_val into temp_variable from dual; - This is the process_id
    insert into process values ( temp_variable , :p2_process_owner , :p2_cateogory , .... )
    to insert into region i used the following logic ( Region is displyed as check box :p2_region north=1 , south=2 ,east = 3 and west = 4)
    l_vc_arr2 := APEX_UTIL.STRING_TO_TABLE(:P2_REGION);
        FOR z IN 1..l_vc_arr2.count LOOP
           INSERT INTO "REGION" VALUES
           ( temp_variable ,
             l_vc_arr2(z));
        END LOOP;
    END;Now as I told, I want to have three text field where user will enter web_address and it should be added to process_website table
    Thanks a ton for all your help
    Regards,
    Shijesh
    Edited by: Apex_Noob on Mar 21, 2009 10:07 AM

  • HT201303 How can I have my iPhone and my iPad with the same Apple ID?

    I recently bought an iPad and I want to have it on the same Apple ID that I currently have on my iPhone 5. I want to be able to play my current game (Boombeach), which I started on my iPhone5, on my new iPad. Can anyone help with these problems?

    Backup your iPhone 5 to iCloud or iTune and restore backup to iPad.

  • How can I have a canvas and external controls at the same time?

    Typically all the space of an applet is used for 2D or 3D; that is, the applet provides the canvas. I am trying to develop an applet where I only want to use part of the applet space for 3D, and then, outside that space (but still within the applet) I would like to add some controls (e.g. buttons or text fields) to provide some interaction. In other words, I want to have an applet that contains something like a frame for 3D, and some controls outside the frame.
    It may be quite easy, but I am very new to applets. Can anyone kindly give me some suggestions? Any help is highly appreciated!
    Regards,
    Hua

    I got it figured out. Thanks anyway!

  • My iPad was stolen, how can I have it blocket and/or send to the iPad a message to get it back

    My iPad was stolen, how can I have it blocket and/or send to the iPad a message to get it back

    If you enabled Find My iPad on it before it was stolen, and if it is still turned on and connected to the internet with Find My iPad enabled, you can do this by going to icloud.com as explained here: http://help.apple.com/icloud/#/mmfc0f0165.

  • How can I do to acquire and save date in the same time and in the same file when I run continual my VI without interrupti​on.

    I've attached a VI that I am using to acquire amplitude from Spectrum analyzerse. I tried to connect amplitude ouput to the VI Write Characters To File.vi and Write to Spreadsheet File.vi. Unfortunately when I run continual this VI without interruption, labview ask me many time to enter a new file name to save a new value.
    So, How can I do to aquire and save date in the same time and in the same file when I run continual my VI for example during 10 min.
    Thank you in advance.
    Regards,
    Attachments:
    HP8563E_Query_Amplitude.vi ‏37 KB

    Hi,
    Your VI does work perfectly. Unfortunately this not what I want to do. I've made error in my last comment. I am so sorry for this.
    So I explain to you again what I want to do exactly. I want to acquire amplitude along road by my vehicle. I want to use wheel signal coming from vehicle to measure distance along road. Then I acquire 1 amplitude each 60 inches from spectrum analyzer.
    I acquire from PC parallel port a coded wheel signal coming from vehicle (each period of the signal corresponds to 12 Inches). Figure attached shows the numeric signal coming from vehicle, and the corresponding values “120” and “88” that I can read from In Port vi.
    So I want to acquire 1 time amplitude from spectrum analyser each 5
    period of the signal that I am acquiring from parallel port.
    So fist I have to find how can I count the number of period from reading the values “120” and “88” that I am acquiring from In Port (I don’t know the way to count a number of period from reading values “120” and “88”).
    Here is a new algorithm.
    1) i=0 (counter: number of period)
    2) I read value from In Port
    3) If I acquire a period
    i= i+1 (another period)
    4) If i is multiple of 5 (If I read 5 period)
    acquire 1 time amplitude and write to the same
    file this amplitude and the corresponding distance
    Distance = 12*i). Remember each period of signal
    Corresponds to 12 Inches).i has to take these
    values: 5,10,15,20,25,35,40,45,50,55,60............
    5) Back to 2 if not stop.
    Thank you very much for helping me.
    Regards,
    Attachments:
    Acquire_Amplitude_00.vi ‏59 KB
    Figure_Algorithm.doc ‏26 KB

  • How can I have a standard text block appear on the last page of my documents?

    How can I have a standard text block appear on the last page of my documents without having to type it in all the time? I have a terms statement with a line for a customer’s signature which I want on the last page of my invoices and right now I have to type it in each time or cut and paste it from a previous invoice. I already have a Master Page that includes the customer information and my company information at the top of each page and I am using data merge to fill each page with the items ordered and their pictures etc. I would just like to have this standard terms block automatically show up on the last page after the last item in the data merge.
    Thank you all in advance for your help.

    Thank you Peter. This works. I have the text block now at the bottom of a second master page which I apply to the last page. For aesthetics I can modify the position of the text block in the new master page to bring it up from the bottom under the last item ordered when there is less than 4 items on the page. (my data merge fits up to 4 items with their images on a page).  If the last page is full I’ll insert a final page using the second master and also bring it up to the top of the page.

  • All of a sudden, my settings have been changed, my homepage, and EVERYTHING. No matter how many times I go in and change them again, the SAME pages open up when I start FireFox and I am constantly being asked if I want Yahoo as my start page and default s

    I don't know what happened. All of a sudden, my settings have been changed, my homepage, and EVERYTHING. No matter how many times I go in and change them again, the SAME pages open up when I start FireFox and I am constantly being asked if I want Yahoo as my start page and default search engine. I click the box 'do not ask me again' and it comes up EVERY TIME. I change things like I don't want history remembered, and when I reload FireFox again, it's back to the way it was BEFORE. EVERY SINGLE TIME. I don't know why this is happening, or how to fix it. What do I do??

    I do not want to download another virus program.. I do not believe it is a virus. I am running the full version of Norton 360 and it is doing a daily scan. I have Windows 7, 64 bit OS.
    This is very irritating !! If I wanted Yahoo I would ask for it !

  • How can i use both Windows and Mac os at the same time on my iMac

    How can i use both Windows and Mac os at the same time on my iMac

    You can use Parallels desktop or VM Fusion to run both operating systems at the same time. Both programs work well, but I personally perfer VM Fusion.

  • How can I connect to Oracle and SQL server at the same time?

    I have been trying to find a way to connect to Oracle Database through the developer 2000 and SQL server at the same time. I need to return some data from Oracle Database and some from the Sql Server Database. And update both through SQL. I find there is such a thing as the Oracle Transparent Gateway for SQL server. I can't find it on any of my CD's or through OTN downloadable files. If anyone can point me where to get this. Or tell of another way this can be accomplished I would appreciate it. TIA.
    [email protected]

    I have been trying to find a way to connect to Oracle Database through the developer 2000 and SQL server at the same time. I need to return some data from Oracle Database and some from the Sql Server Database. And update both through SQL. I find there is such a thing as the Oracle Transparent Gateway for SQL server. I can't find it on any of my CD's or through OTN downloadable files. If anyone can point me where to get this. Or tell of another way this can be accomplished I would appreciate it. TIA.
    [email protected]
    As far as I know you have 3 options depending on your specifications. I don't think option #3 will work if you need to actually join a
    SQL Server table to an Oracle table.
    1. Oracle Transparent Gateway. I haven't used the Oracle Transparent Gateway but my understanding is that Oracle gateways are
    separate purchased products from Oracle. I've never seen any free/development versions of it anywhere. You'll need to contact
    your Oracle sales rep about it.
    2. Heterogeneous Connectivity. There's something called Heterogeneous Connectivity that could work for you - depends on what
    version of Oracle you're on and what OS. You basically set up an ODBC data source on the Oracle server and modify the listener.ora
    and tnsnames.ora files. You can then create a database link to SQL Server just like you would to any other Oracle database. You can
    check your Oracle documentation for how this works. There's also some very good documents on Metalink that tell you how to do this
    as well as a Heterogeneous Connectivity forum on this site.
    3. Use the exec_sql package available in Developer 2000. This allows you to open and execute cursors to remote databases within
    Developer. We have an account validation process that uses this - when a person enters an account number in a form while logged
    into Oracle it validates the account is valid in our main accounting DB2 database. We also pull HR information from DB2 into Oracle
    this way. If you're using Forms 6i exec_sql is a built-in command, in Forms 5.0 and 5.5 you have to add it as an attached library to
    the form. I think you also need the OCA options installed from the Developer software to have access to the library in Forms 5.0 and
    5.5. The library will be in the $ORACLE_HOME\oca20\plsqllib directory for these versions. The Developer documentation should have
    additional information.
    HTH

  • How can I record a microphone and software instrument at the same time in Garageband 10.0.1?  It seems I can record one or the other, but not both at the same time?

    I am trying to record a vocal mic and a keyboard (using a software instrument) at the same time using Garageband 10.0.1.  It seems that I can't record the mic input and the software instrument at the same time.  I can record the mic input by itself, and I can record the software instrument by itself (if I don't have a mic input track created), but I can't record them together.
    It seems like this should be an obvious thing to be able to do, but I can't figure out how to make it work.
    Can someone help?
    Thanks,
    Kurt

    Kurt1997 wrote:
    I am trying to record a vocal mic and a keyboard (using a software instrument) at the same time using Garageband 10.0.1.
    you need to "record enable" both tracks:
    http://www.bulletsandbones.com/GB/GBFAQ.html#multitrackrecordinggbv10
    This FAQ entry offers a Minute GarageBand video tutorial
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Can i have both leopard and snow leopard on the same partition?

    I have a MacBook Pro with 10.5. I want to install 10.6 and keep 10.5 on the same drive. The drive has only one partition. What problems might I encounter.

    Yes you can, you could put the two in separate partitions to be safe.
    Unless,  as Michael noted, you use VM software to run a different OS on the same  partition, impossible is the word you're looking for. Not safe.
    He asked if you can or not. not safety advice. It's a simple yes or no. and yes you can. For all I am concerned, the man is an evil genius building an IT bomb before his final day after an untimely layoff. It's a yes or no question man. Did not ask your opinion on the highly unlikely event that he is able to go through the initial system checks and failsafes, and installation, and then the cosmic chance of success.  If you notice, the only thing I stressed was to get your backups. After that, go nuts.  It's how you learn.
    Trigger a dependency issue that the OS tries to correct and it snowballs into a mess.
    Is that supposed to mean something? Anything?
    Are you by chance one of the apple-sticker-prius jockeys who deliberately close the door on me in the far left lane because you feel that every situation has a moral right and a wrong, and you're left to opine?  Except what's happening is I'm on my Yamaha and a you're technically attempting murder? I"m used to this guy.
             ALright say your mac OS =64 bit, but the hardware inside is 64 and 32. Off the top of my head- the Intel GMA chipsets are still running 32 bit drivers regardless of OS. Install 64bit on that machine and I think you're going to have issues with faulty driver dependencies where GMA spots a newer driver on the old 32bit partition vs. install disc. Youcan't fix this. By the time you start seeing errors, the OS has already tried fixing the dependencies by following down the 32 bit trail and dumping its own core. Try it if you don't believe me.
    you want to fill the disk with zeros.
    kadaggett (or anyone for that matter), do not follow this advice. It won't make a spit of difference how fast your  Mac will operate. The only purposes for a zero erase is to either try to  map out bad blocks that have developed (in which case, you should  replace the drive), or you're making it much more difficult for anyone  to recover deleted data.
              Right off the bat I think you should stay away from SSDs or perhaps run them in IDE mode to be safe. Or you'd bereplacing them every other day.  WHat I"ll be doing is allocating 10% to cache, playing with the trim, keeping it <50% full, and using 60GB cache to run my OS. You do what you like.  Send me your old HDD's though. Ever try formatting an SSD? And then it actually boots as if you hadn't formatted? Hey you thinkinn maybe sentient Macs experience phantom limb syndrome?
    I find and fix bad blocks and realize 90% of them weren't bad. I don't know maybe the ghosts are back. But maybe it was static shock that temporarily crippled a few blocks. Can't know until touch it with a 0. And there is nothing wrong with 0s.  This is not 1987 and you are not going to hurt your What?  Don't order people to follow this or that advice - are you like the hall monitor around here?  WHy do you tell people what follow? Why do you assume they are here to follow? Do you feel like you just led people to the right path? You feelin good? Because I think we both look like ********.

  • How can I differentiate between iPad and iPhone iMessages for the same contact?

    I have my sister in law's email and phone number all in the same contact. She iMessages me from both her iPad and her phone. They come up as two different iMessage conversations, but they both are under her name. When I go to text her I don't know if I'm sending it to her iPhone or iPad. Anyone know if there's anyway to differentiate? Sometimes looking at what was previously said in the conversation helps but I can't always remember (nor do I know which device he was messaging me from in the previous convo). Thanks all

    Try scrolling to the top of the conversation and tapping Contact.  You will then see the originating address highlighted in blue on the contact.  If the iPad and iPhone are creating two different conversations, chances are if the email address is highlighted it's coming from the iPad; if the phone number is highlighted it's coming from the iPhone (although not necessarily).  To know for sure you would have to ask her to check Settings>Messages>Send & Receive and tell you which is checked under "Start new conversations from" on both devices to know for sure.

  • IPhone: Can I have Exchange email and MobileMe email on the same iPhone?

    I just got an iPhone 3G from my company. At work, we use Microsoft Outlook, so that's what I have on my iPhone. At home I have a Mac and I use a .Mac account that has been upgraded to MobileMe. I'd like to be able to access my personal MobileMe email on my iPhone without messing up my Exchange email. Is this possible?

    Yes. On my iPhone I currently have my Exchange account via ActiveSync, as well as my MobileMe account. In addition to email, I can also see my MobileMe Home and Work calendars, along with my various Exchange calendar folders, either separately or merged (with color-coded dot to let me know which one came from which account).

  • Can I have Aperture 2 and 3 installed on the same computer?

    I have been using Aperture 2 now for some time and have various libraries with 1000's of images. I want to buy a full Aperture 3 copy from the App store to use for all new photos and leave the old libraries and Aperture 2 as is. Will this be a problem, I am worried the installation will want to overwrite the Aperture 2 version?
    Thanks

    Hi there TD.... Apple have sorted out my log in so now I have my old original account dating back to 2004.
    Eowyn2k has thousands of RAW that he does not want to have to go back and upgrade all libraries in Aperture.
    Obviously if he were using iPhoto and creating books from there then templates do change, however, as we both know, there are many third party apps such as iPhoto Manager that do great things that the basic iPhoto does not do. So has a third party developer created a conversion tool so templated images / photo books can be converted with no errors ? However this thread is about Aperture. I merely gave an example about a massive upgrade re CS that is dealing with actual files and not using templates  / books created by Apple which so change from version to version. I know a keen amateur who upgraded to iP 11 and found it could not do half of what they wanted it to that they downgraded to a previous version. They are now an AP junkie.
    Apparently this is progress in iP.. LOL.
    So it would not surprise me if an individual developer would create an app that would assist an individual in working with opening an AP2 library in AP6 and also keep all effects in place even though it would surprise me if Apple recode the way the burn tool effects an individual image ( for example ) when it is working fine just now. It may be improved but not changed so much that an image would look different if opened in AP6 when created in AP2.
    The RAW engine is being improved with new Camera models being released, we all know that. New codecs are being created and old are even improved. The RAW engine will be able to open RAW images, period, no matter how old they are. However once the images have been imported into Aperture and the RAW engine has pulled these into AP then AP is dealing with data so does it matter if the RAW engine has been updated for these older images currently in the lib ? Probably not.
    That would be like saying that an image created in Photoshop before Creative Suite was created would openly differently in CS5.
    My point was about upgrading libraries that have been archived to DVD or another back up solution.
    Nobody would want to upgrade all their archived material.. I would not and seems like Eowyn2k does not want to anyway. Eventually, there will come a time where he will have to upgrade those libraries if he wants to use them making changes and so forth in time to come.
    If they are not burnt / archived to DVD and are only on Hard Drives then it is best to upgrade them. I upgraded all my libs from AP2 to AP3 as they were resident on HD's... BUT any libs on DVD and not on HD's are still AP2. If I ever need them again then they will be upgraded as I do not run AP2 anymore... why waste time upgrading libs that are not going to be used again.
    I assume when you say iPhoto 9, you do actually mean version 9 which Apple have called iPhoto '11, just checking.
    and Eowyn2k.... what's your wedding photo website ?
    cheers / J

Maybe you are looking for

  • Server Autorestart after software updates at a specific time - advice needed please

    Hi I am implementing server software updates.  I want them to install updates and restart on the 2nd Thursday of the month. so in theory: collection 1 restarts between 1am and 2am collection 2 restarts between 3am and 4am Collections 1 and 2 will loo

  • Airport express stream to panasonic viera

    Help please. I have an airport express that will not play through my Panasonic Viera plasma tv. I am streaming from my macbook pro to the airport express because I tested it by plugging in headphones to the airport express. I am plugged into the tv v

  • Functional Input required

    Hi All, I need your functional inputs on one of the client requirement. They want to do cost planning for project components at the time of bidding / quotation stage. At this time, they dont have even created material master so we cant assign materia

  • Running a Host Command on OEM Grid Control 11g

    Hello, I am trying to execute a host command on a remote windows server but I'm not exactly sure of the syntax of the Command Statement. I am attempting to run the following: tasklist /FI "IMAGENAME eq myApplication.exe" | grep myApplication.exe I ca

  • HT1848 Having trouble transferring music to my computer.

    I tried to click on the "transfer music from my iPhone" button but the music will not be transfered to my computer. For a second it worked with the Genius, I thought, but then when I disconnected my phone, the songs were no longer in the library. Is