ToolTip triggers are shifting down when previewing or exporting

I have a page with two columns of text (lists of names). In "design" I set up triggers over each name corresponding to a pop-up tooltip with a picture and bio. Everything looks great in "design." When I preview the page within Muse or export HTML to test outside of Muse, the triggers are all shifted down below the text columns.
I have tried changing the widget from ToolTip to Lightbox, changing the position and clicked and unclicked every option within the composition settings pop-up.
What am I missing?!?

I figured it out. I had "footer item" checked.

Similar Messages

  • How do you get the rest of the form to shift down when a field grows in a subform

    I am using ES2, I am trying to get a form to shift down when a field grows in a subform, and nothing I tries works.  I am not an expert in this area, but all the help I have tried on-line does not seem to workI would be more than happy to email the form to anyone that could give me some assistance.  I have already spent too much time on this project, and if I cant get it to work, I will have to move back to a simple word form without all the fancey bells and whistles, but I hate to move backwards.  Any help or guidance would be greatly appreciated.
    Thanks in advance,
    Kathy

    Thank you so much, I tried to duplicate the form from Assure and something is still wrong.  The background of the subform is not light green, I am not sure if the color was for display purpose only, but it still did not flow right either.  I was unable to find the option in the testfield to "Display all of the content (on exit).  I am also getting an warning note: The object may not work properly. Although the object is allowed to break, deselecting the "allow page breaks within content" option of the parent object restricts this object from breaking between pages.    Here is the settings as they are currently set:
    Subform:
    OBJECT TAB
         Binding:
              Object: subform1
              DataBinding: Usename (subform1)
         Pagination:     Greyed out
         Subform:
              Content: Flowed
              Flow Direction:     Top to Bottom
              Allow Page Breaks withing Content     Checked
              This subform is an insertion point        Unchecked
    BORDER TAB - NA
    LAYOUT TAB
         x = .25IN                         Y=.25IN
         width = 8in                       height = greyed out
         autofit no checked             autofit = greyed out but checked
    ACCESIBILITY TAB
         Role: None
         Rest is greyed out
    TEXT FIELD SETTINGS:
    OBJECT TAB
         Field:
              Field type: Text Field
              Caption: TextField
              Appearance: Sunken Box
              Allow Multiple Line     Checked
              Limit Length - Not Checked
              Limit Lenfth to visible Area - Not Checked
              Allow Page Breaks within content - Checked
              Keep with Next - Not Checked
       Value
              Type: User Entered Optional
              The rest is blank
         Binding 
              Name: TextField1
              Data Binding: Use name (testField1)
    BORDER TAB - NA
    LAYOUT TAB
         X = Greyed out                    Y = Greyed out
         Width: 2.4409in                    Height: .3543in
         Expand to fit - not checked     Expand to fit = Checked
    What am I missing?

  • Vertically-aligned tables shift down when entering/editing text within the table.

    Hi all,
    We have a sudden problem that is occurring, and I've done a lot of searching without finding anything close to this happening elsewhere.
    If there is ever a table that is aligned vertically within a text frame, you cannot edit the text without having it shift down one line break for every letter you type, until it's bottom-aligned within the frame. You can then click "align center", and it will re-align itself. Then, if/when you need to change even one letter again inside the table, it will shift down one line.
    We've tested it with two different docs on both Mac and PC, with the same problem. I've cleared my prefs on the Mac to see if that would make a difference, and it hasn't done anything.
    Any thoughts here? I can't recall anything that would have changed since this started happening, but it won't leave us alone now!
    Thanks!!

    Very interesting. I do lots of tables but don't vertically justify so I have never run into this. However I can confirm this behavior on a new clean test page I made, using InDesign CS5 (7.0.3) on Mac OS 10.6.6. I have no other problems with InDesign; it is running flawlessly. And no weird plug-ins or system hack software.
    My test file uses my default font (Adobe Minion Pro) and the default table (Insert > Table).
    It also shifts down when I delete a character in a cell. And the shift for me is more than one carriage return. I can get it back to center-aligned by top aligning and then choosing center align again.

  • Div box shifted position when previewed on browsers??

    Hi,
    Can anyone please advise why one of my div boxes (the third one) in Dreamweaver shifted position when previewed on Firefox and IE?  My other two div boxes have no problem when previewed on browsers.
    #textBoxForDesignTitle {
        height: 40px;
        width: 372px;
        font-size: 15px;
        color: #C9B042;
        background-color: #0E103E;
        text-align: center;
        margin-left: 414px;
        border-collapse: collapse;
        border-spacing: 20px 0px;
        font-style: normal;
        font-weight: lighter;
        border-radius: 20px;
        -webkit-box-shadow: 2px 2px 9px 1px #000000;
        box-shadow: 2px 2px 9px 1px #000000;
        border: medium ridge #C9B042;
        padding-top: 1px;
        margin-top: -4px;
    #textBoxTwoForDesignTitle {
        height: 40px;
        width: 372px;
        font-size: 15px;
        color: #C9B042;
        background-color: #0E103E;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 20px 0px;
        font-style: normal;
        font-weight: lighter;
        border-radius: 20px;
        -webkit-box-shadow: 2px 2px 9px 1px #000000;
        box-shadow: 2px 2px 9px 1px #000000;
        border: medium ridge #C9B042;
        padding-top: 1px;
        float: left;
        position: relative;
        left: 35px;
    #textBoxThreeForDesignTitle {
        height: 40px;
        width: 372px;
        font-size: 15px;
        color: #C9B042;
        background-color: #0E103E;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 20px 0px;
        font-style: normal;
        font-weight: lighter;
        border-radius: 20px;
        -webkit-box-shadow: 2px 2px 9px 1px #000000;
        box-shadow: 2px 2px 9px 1px #000000;
        border: medium ridge #C9B042;
        padding-top: 1px;
        position: relative;
        left: 166px;
        float: left;
    Thanks very much!!
    mykw123

    Hi Preran,
    Sure, I can share with other users but I am not sure this solution was the best, but it works for me.   Somehow something about Dreamweaver is very complicated to use and understand- just in my opinion.  All I did was to add another div box outside of the 3rd text box which I created as div box (also did it for the 2nd text box since they aligned close to each other).  I know it shouldn't be needed since the text box is already a div box itself and my 1st and 2nd text boxes were okay.
    Preran- please see my other question posted and maybe you can help?  Thank you.
    http://forums.adobe.com/message/6172302#6172302
    Thanks,
    mykw123

  • In fullscreen mode, is there a way to prevent the page from shifting down when displaying the menu and tabs?

    In fullscreen mode (F11), when moving the mouse toward the top of the screen to display the tabs & stuff, the page displayed is shifted down. This makes it annoying when returning down with the mouse - you want to reach a certain link, for example, but your target gets shifted up once the tabs & stuff is hidden back.
    Is there any way to make the tabs & stuff display 'above' the page content, like on another layer?

    Is it the web page display that is changing its own position, or is it something
    about the toolbars that is pushing the page down? I have the same issue with
    my browser using an add-on to show a multiple line bookmark bar.

  • Shuts down when try to export

    I have Xcelsius Engage 2008 and had no problems until recently.  When I try to export to Powerpoint (2003), Powerpoint opens but immediately Xcelsuis shuts down...I get a box saying Xcelsius must shut down.  Nothing is exported.  My dashboard has one chart with 4 combo boxes.  I have tried uninstalling/reinstalling the software but it does the same thing.  I'm desperate, help!

    Hi Rebecca
    What has changed on your pc/laptop recently?
    A workaround is to export your dashboard to .swf and manually insert the file into Powerpoint:
    1. Right Click on your Powerpoint toolbar and select Control Toolbox
    2. Click on the More Controls Icon
    3. Select Shockwave Flash Object
    4. Right Click on the object and select Properties
    5. In the Movie or MovieData (cannot remember which) properties paste in the full path of your saved swf file
    6. Change the EmbedMovie property to True
    Remember though that the dashboard will only show/work when you run the presentation.
    Regards
    Charles

  • Text shifts down when overtyping

    I'm in an office with 2 Macs with Indesign.
    When typing over text (i.e. replacing a name on a business card) on one, the text is bumped down slightly. On the other terminal, this doesn't happen.
    I assume that there will be a box to tick or untick, but so far I cannot work out where.
    Has anyone else experienced this?
    Regards
    Ben

    If the same file behaves differently on two different systems, I suspect a display anomalie. I saw something similar just yesterday with a business card I did in CS3. When defining and applying a style based on the formatting for the text, the text shifted very slightly on the screen, but there was no change in the specifications for the type.
    It's possible, of course, that both you and I are seeing a case where the hidden paragraph break at the end of the paragraph has different specifications than the rest of the text (can happen when highlighting and applying local formatting), but that would affect the file in general and should be apparent wherever you do the editing.

  • Help please! In InDesign DPS, my folio files are fine, but when previewing, random elements disappear?

    I have been working on these files now for a long time. All of a sudden, when I updated my Folio recently and previewed it, random elements disappeared from view. Images, text, buttons, all are just not visible at random. Please help me out as I need to get this published ASAP!
    I tried resetting my preferences, and I updated my DPS Tools... not sure what else to do.
    Thank you.

    See here for 'Preview on Device'

  • Since upgrading to Mavericks my Interface and hard drive are shutting down when Mac put to sleep

    Hi,
    Since upgrading to Mavericks, when I put my Mac to sleep both my audio interface and my time machine hard drive are put to sleep also. Effectively making it so that when I start up my macbook again it means removing both the aforesaid from the usb outlets and putting them in again so that the mac recognises them.
    This means two things. First of all all my time machine backups fail that are attempted whist the mac is put to sleep, whereas before they succesfully ran. It also means that my audio interface does'nt work and has to be re-set.
    Anybody have the same kind of USB / Sleep issues?
    Many thanks in advance.

    Hello jamieesa,
    You might cosider resetting your system's SMC and PRAM.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/HT3964
    OS X Mavericks: Reset your computer’s PRAM
    http://support.apple.com/kb/PH14222
    Cheers,
    Allen

  • HT1199 My apps are shutting down when I try to save them. What's happening?

    I can open a new document on Word, Pages or Textedit but everytime I write something and I click save, it immediately gives me the spinning wheel and I have to force quit it.

    In July 2012, a fellow poster nicknamed "rosyfingereddawn" posted this hint/tip on the forum:
    "rosyfingereddawn
    Re: Simple fix for the Preview and TextEdit Crash after Lion OS X Update 
    15 juil. 2012 11:41 (in response to Silvertoe)
    There is a simple solution for annoying Preview crashes (at least, with Mac OSX 10.7+ Lion OS).
    Open terminal:
    cd          # make sure you are in your home directory
    then " hide" the com.apple.preview  folder found in your Library/Containers folder :
    mv Library/Containers/com.apple.preview Library/Containers/com.apple.preview.hiding
    You will notice that the next time you open Preview, the com.apple.preview folder will be automatically recreated, and your problem is solved.
    The same should work for TextEdit.
    Many of the work arounds in this thread are doing the same thing, indirectly.
    If you are a command line ace, you can just remove the folder. But it is preferable to "hide" a folder before removing it to check the effect anyway."
    It applies to Lion, so all the part about showing your Library is moot, but it points at some plist files becoming corrupted for some reason. You could try to delete the plist files related to the applications you named in your ~/Library/Preferences folder (without said applications running, that goes without saying), and relaunch Word, TextEdit or Pages.
    Since all three are text processor applications, your problem could be solved by repairing permissions, too.

  • Shapes are always transparent when previewing

    Hi all.
    I've just started using captivate and am already encountering a very frustrating problem. I have a photo background and a solid white square at 100% opacity on top. Simple right? Yet when I preview my project its as if the shape is 90% opacity. Same thing if I publish.
    I've tried creating a new file from scratch and every single time, no matter what the fill colour is, its transparent when it shouldn't be. I'm losing my mind, please help.

    Default caption style.
    It doesnt seem to be anything related to text. If I draw another shape like the one in this screenshot (also set to 100% transparency) it will appear to be 90-95% when I preview.

  • Xcelsius shuts down when trying to export

    I have Xcelsius 2008 and when I open a file I get an error message that says "An encryption policy is set up for drive %c".  It I select No to get through the error it allows me to open the file but when I try to export, Xcelsius just shuts down on me.  No matter what I try to export to, it shuts down.  This happens on all my dashboards no matter how simple they are.
    I have tried uninstalling and installing Xcelsius and Microsoft Office but nothing has helped.
    If you can't help, will I be able to get help by puchasing a support session (and how do I do that?)
    Thanks

    Rebecca, did you find out what was causing this issue? I have recently come accross the same problem..think mine might be related to using Utimaco encryption software on my local drive when the password changes?
    Hoping for some good news...
    Simon

  • Premier Pro Shuts Down when trying to EXPORT

    I am a new editor, only at it for a couple month now. The problem I have is when I attempt to export, Adobe closes without warning.
    I have exported in the past, what I do is, set a work area or just highlight a clip, go to FILE: EXPORT: ADOBE MEDIA ENCODER. I have had no problems until a couple days ago. Now when I click ADOBE MEDIA ENCODER the program closes completely and shuts down.
    I am using a MATROX RTX2 and the same thing happens when I try to export using MATROX MEDIA ENCODER.
    I can however export just using MOVIE but it looks like crap and I am using HDV..
    Help?? Suggestions?

    Thanks, I'll have to give that a try if there isn't an easier answer out there somewhere. If I pull the card will I have to reload the software and drivers?
    If my project is saved and I have a copy of the project saved will I be able to reload Adobe without losing anything? What I mean is will I be able to just import my whole project once reloaded?
    I just don't understand what could have happened, since I was doing this with no problem a couple of days ago.
    Thanks for your help, it's greatly appreciated.
    Tim

  • Image doesn't match when previewed or exported

    Ok, so I have just recently upgraded to the latest version of FCP studio and have been having the weirdest problem with it.
    I'm working on a project with two layers of video (a full-screen image with a small box insert. The insert video plays fine but in five spots (out of an eight-minute-long video) the full screen image doesn't play the clip that's put in there.
    I've double clicked the clips to verify that they're correct and they look fine on the preview monitor. I tried going in and finding the original shots and replacing them but they are still showing up as the incorrect shots in the sequence monitor. I tried going in to the render files in the document folder and deleting and re-rendering. The problem still re-occurred. I then took off the insert for those clips, rendered, and they looked fine but then when I exported to Quicktime then the wrong images re-appeared in the exported file.
    Does anyone have any ideas of what may be going on here, how to fix it, and/or a good work-around?

    I wonder if this has anything to do with the MacBook Pro problems?
    http://www.apple.com/support/downloads/macbookprosoftwareupdate11.html
    That said, I'm not sure I'd run the 1.1 update if you hadn't run the 1.0, there were so many problems with the 1.0...
    Are you using filters, or just resizing the overlaid video track?
    Patrick

  • Adobe Muse: Slideshows and submenus don't appear when previewed or exported

    Hi! I've just put together a site in the latest version of Adobe Muse. Everything seems fine when I preview within Muse but when I preview in Firefox or export to Business Catalyst, none of the slideshows appear, (where the pics are is just blank), and the submenus don't appear either. Any ideas?

    Hi! It's OK I've solved the problem! At the cost of looking like a complete idiot I'm going to share this because others might be in the same situation. I remembered that a couple of weeks ago I turned off java script in all my browsers because I had a potential security risk (which I didn't), and was advised to do so. Now, I've turned Javascript back on, everything is working perfectly! Unfortunately this has taken me about 6 hours to work out! On the plus side at least now I know what my site will look like if someone is viewing it with javascript turned off! I've used Macs professionally for about 20 years so you can imagine how stupid I'm feeling right now! Thanks for getting back to me though!

Maybe you are looking for

  • When will it be available for ARGENTINA?

    I just want to have this service ( skype to go ) because at the moment I only can call to other phones with skype, but can't give people a number to call me. Solved! Go to Solution.

  • OnError event passed to Observer in Spry.Effect in IE

    Hi , I have this issue that I have already spent 2 days on it and desperately need help from experts here. I have two data sources ds3 and ds4 (div id="news"). (master detail regions). On click on ds3 row I fire a javascript function "fadeOutContent(

  • What format to use for iDvd.

    Hello and thank you for reading. I am currently saving home videos onto my hard drive as .dv files via iMovie events. I am also using iMovie to cut these files however I see fitting. I am trying to find a format to convert these files so that it will

  • Admin password foolish error

    yes, stupid error, but have not used my pro for about two weeks and have forgotten my admin password. i do not have filevault enabled. i DO have the disks from when i purchased the mac. what do i do? any info gratefully received. M

  • Moving message bundle (i18n) to another package within NetBeans...

    Hi, I'm using the NetBeans GUI builder (matisse) to create an internationalized (i18n) swing application. My bundle properties file (which contains all the internationalized labels and so on) is located in a package on the classpath. Now I want to mo