Spry-ied div still on top of other elements even when faded-out

i have a <div> with applied Spry.Effects.Fade, so when
i click a button, the <div> shows up, when i click the button
again, the <div> "disappears" thru fade.
the problem is that the <div> is just "hidden", meaning
it's still on top of the other elements on the page. for example i
have a link in the page, i can't click on the link because the
browser thinks im still clicking on the <div> on top of the
link even tho the <div> is hidden.
how do i solve this problem?
thanks!

I've also ran into the same issue. Funny that the Slide
effect does not exhibit this, what I would call an oversight.
Here's how I got around it. Seems like something that should
be updated in the Fade effect iteself.
<script type="text/javascript">
var slide_box5 = new Spry.Effect.Fade('box5', {duration:
400, from: '0%', to: '100%', toggle:true});
var myObserver5 = new Object();
myObserver5.onPreEffect = function(eff, data)
if (typeof this.box == 'undefined')
this.box = document.getElementById(data.element.id);
myObserver5.onStep = function(eff, data)
if (eff.direction == 1)
this.box.style.display = 'block';
this.box.style.visibility = 'visible';
myObserver5.onPostEffect = function(eff, data)
if (eff.direction == 2)
this.box.style.display = 'none';
this.box.style.visibility = 'hidden';
slide_box5.addObserver(myObserver5);
</script>

Similar Messages

  • I somehow changed a video in my imovie to zero fps, so it just plays black.  The video still exists on my desktop but even when I delete the files from imovie and reimport them the file is still in zero fps and play black.

    somehow changed a video in my imovie to zero fps, so it just plays black.  The video still exists on my desktop but even when I delete the files from imovie and reimport them the file is still in zero fps and play black.

    I'm not sure of your question.
    Are you asking how to use Photoshop?
    Or are you asking for the dimensions of video iMovie uses?
    It edits in 720P HD, which is 1280x720.
    You can make it a bit bigger so you can zoom in.
    Much bigger then this is a waste of time.

  • How do I stop other elements resizing when resizing an unrelated element?

    If I drag the border of an element to resize it such as a text box, Forms Central resizes other elements even if they are unrelated and regardless of where they are in the form. I don't want this to happen. I want to resize elements individually. How do I do this?

    Hi otourist,
    Ideally this should not happen. However, please try with a new Web Browser and test the behavior.
    Thanks,
    Vikrantt Singh

  • 11.0.0.4 Update still promting for update at clock even when disabled via GPO customization wizard

    I have custiomized the Adobe Reader 11.0.0.4 msi to disable any updating feature available . This is the same as the previous versions which have worked faultlessly. This time when i have deployed 11.0.0.4 it does install on the windows machine but still prompts beside the clock with an icon and message saying would you like to install the update? if i click it it then fails as its already installed. i do not want any user to see this message especaily when that version is already running on the machine! Please see below for further informaiton, Appriciate any help resolving this issue.
    Server software:
    Operating system: Windows server 2008 R2
    Client software:
    Operating system: windows 7 64 x pro
    Service Packs: SP1
    Adobe product: Adobe reader 11.0.0.4
    Are the system requirements met? yes
    Problem details:
    Type of problem: update icon and message still showing at clock even when disabled by customized GPO.
    Error message (if any): no erro just popping up!
    Logged on as administrator or user? both but deployed via GPO deployment
    Can you reproduce the problem when you test the problem on the server? yes i can repude on several PC's
    Deployment details
    If you are having deployment problems, also record the following:
    Base version   11.0.0.0
    Any patching/chaining? 11.0.0.1, 11.0.0.2, 11.0.0.3, gpo deployed each version now on 11.0.0.4
    Using MSI or EXE? MSI with MST file (MSI from 11.0.0.0 andmerged with Patch 11.0.0.4)
    Using the Customization Wizard? YES
    Deployment method (AIP, GPO, SCCM, ARD?) GPO
    Installing over other products? YES previous versions of adobe reader
    Did you attempt to install any third-party scripts or application  programming interfaces (APIs) with Acrobat during deployment? If so,  does the problem reside with these elements? (To find out, create a test  package containing only Acrobat.) no
    How did you create the package? customisation wizard Adobe 11.
    Does the problem occur when you install the application from a DVD?  If so, does the problem occur when you copy the contents of the DVD to a  local or network drive? n/a

    fyi
    Some feedback in SR 3-6322025251 ...
    After some on-going discussions with Product Managers, they don't believe this is expected behavior in the 3 questions (q4), (q5) and (q6).
    I have so created 3 new bugs for Development evaluation as no answer or known issue found.
    I have created a spin-off SR for each question/bug as per our policy we handle only one issue/bug per SR.
    You can follow each question/bug progress in the following SRs :
    - (q4) Is it intended behavior to have updated version columns on rows that have not really been updated (as observed in step (sc2-g) and (sc3-g))?
    SR 3-6838483321: Entity attribute with change Indicator and version history gets updated even if row unmodified in UI
    Bug 16381918 - OBJECT VERSION ATTRIBUTE INCREMENTED EVEN IF ROW UNMODIFIED IN UI
    - (q5) How can the NullPointerException (in step (sc2-h)) be explained/avoided?
    SR 3-6838483348: NPE in oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded
    Bug 16382070 - NPE IN ORACLE.ADF.MODEL.BINDING.DCITERATORBINDING.EXECUTEQUERYIFNEEDED
    - (q6) Why does the message in step (sc3-h) mention 'primary key oracle.jbo.Key[10 ]' while the row that really changed has Deptno 20?
    SR 3-6838483413: Incorrect primary key value from oracle.jbo.RowInconsistentException
    Bug 16382246 - INCORRECT PRIMARY KEY VALUE FROM ORACLE.JBO.ROWINCONSISTENTEXCEPTION
    Each bug has been published in MOS and are pending Development triage and evaluation.
    On My Oracle Support, I have been able to find bug 16381918, bug 16382070 and bug 16382246.
    regards
    Jan

  • Placing an image on top of other elements

    Is it possible to place an image on top of two existing
    that already contains an images. The new image would straddle over the two existingbut on top of them. Thanks

    I thought about combining all the <div>s but they would not make a square or rectagle shape. Also inside the header <div> I want to place some tabs for navigation.
    I have attached a jpeg of the comp and you can see the image I want to place on top is the image showing 2 white tanks. The <div>s will be the blue header at the top ofthe page and tthe <div> with the water drop graphic inside. I was not sure if it was possible to put this tank image on top of the other two <div>s, I was thinking maybe it could be a layer on top?
    The other thing I am trying to do is to put the four navigation tabs at the bottom of the header <div> for navigation purposes. I was thinking of making each tab a <div> with the tab graphic and text inside each <div> I just not sure how to place it in the header <div> in that location? Thanks again.
    Dan

  • Resource still showing Product in Capacity view even when the PDS is deleted

    Hello,
    I have a Material which had 2 PDSes sometime back. PDS1 has Resource1 and PDS2 has Resource 2. Some time back PDS2 was deleted(version also deleted from ECC). So, now the Material has only one source of Supply PDS1(with Resource 1). There are no open orders of the past which were on PDS2 or say, resource 2. So basically Resource 2 should now have no connection with Material.
    However, when I load Resource 2 in Capacity View and drill down at Product Level, I can still see the said Material in the list with other materials(for which Resource 2 is still valid). Not sure why the Material would now appear there. Also, when i try to create any order for this material in Capacity view for resource 2, it says- No valid PDS/PPM available-which is fine, but why would the material appear there in the first place?
    This is happening for many other materials as well.
    Any suggestions?
    Thanks,
    Kunal

    Hi Cyrille..
    Thanks for the reply! You are bang on..
    The only catch here is that we do have a cons check program running every day which was not correcting the issue..but when i ran it manually, the issue got corrected automatically....
    The only difference between the job run manually and the one running daily in background is that the background run has parallel processing profile assigned to it while i ran it manually without any PPP..
    I guess PPP is the reason it was not happening
    Thanks,
    Kunal

  • HT1338 still asking for adobe flash player even when I downloaded it already

    I downloaded adobe flash player as directed but still cannot open my teacher's email link, still asking for my adobe flash player.

    You have to download AND install Flash Player.  Did you run the downloaded Flash Player installer?

  • JRE Still showing 1.4.2_04-b05 even when JAVA_HOME is pointing jdk1.5.0_08

    I hae installed 2 versions of java 1.4.2_04-b05 and jdk1.5.0_08. Can I make current JRE to be 1.5.0_08 without uninstalling the previous version ?
    Can anybody please help me out?
    I tried changing the JAVA_HOME to the version jdk1.5.0_08 but it's still showing the version 1.4.2_04-b05 of JRE in use
    C:\>java -version
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)Thanks in advance
    Uday

    C:\source\java\ebanx\build\dev-sme>java -version
    java version "1.4.2_10"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode)
    C:\source\java\ebanx\build\dev-sme>java15 -version
    C:\source\java\ebanx\build\dev-sme>C:\langs\java\jdk1.5.0\bin\java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)

  • I can't access a site in Firefox but can in other browsers even when I copy and paste address. It pulls up a different site.

    This is the address http://www.coupons.com/coupons/?pid=16141&nid=10&zid=dt75
    It should be Publix Paws coupons but instead it pulls up what is located on http://www.coupons.com/
    The site pulls up fine on Explorer and Chrome. I just installed Firefox.

    Application Basics
    Name: Firefox
    Version: 29.0
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.places.smartBookmarksVersion: 6
    browser.sessionstore.upgradeBackup.latestBuildID: 20140421221237
    browser.startup.homepage_override.buildID: 20140421221237
    browser.startup.homepage_override.mstone: 29.0
    browser.tabs.loadInBackground: false
    dom.mozApps.used: true
    extensions.lastAppVersion: 29.0
    network.cookie.prefsMigrated: true
    network.dns.disablePrefetch: true
    places.database.lastMaintenance: 1399617637
    places.history.expiration.transient_current_max_pages: 102102
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    plugin.state.npbestbuypcappdetector: 0
    plugin.state.npcouponprinterplugin: 0
    privacy.sanitize.migrateFx3Prefs: true
    storage.vacuum.last.index: 0
    storage.vacuum.last.places.sqlite: 1399617637
    Graphics
    Adapter Description: Intel(R) Graphics Media Accelerator HD
    Adapter Drivers: igdumd64 igd10umd64 igdumdx32 igd10umd32
    Adapter RAM: Unknown
    Device ID: 0x0046
    Direct2D Enabled: Blocked for your graphics driver version. Try updating your graphics driver to version 8.1500.1000.2202 or newer.
    DirectWrite Enabled: false (6.2.9200.16571)
    Driver Date: 10-30-2009
    Driver Version: 8.15.10.1986
    GPU #2 Active: false
    GPU Accelerated Windows: 1/1 Direct3D 9
    Vendor ID: 0x8086
    WebGL Renderer: Google Inc. -- ANGLE (Intel(R) Graphics Media Accelerator HD Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: skia
    AzureContentBackend: cairo
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.3
    Version in use: 4.10.3
    NSS
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSSSL
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16
    Version in use: 3.16

  • I still didn't receive my iPhone even when I PREORDERED it on sept 12 and the track your order page said it would ship by 10/3

    Please help

    By the time we get them, we'll be able to walk into any Apple store to get one in person.  That, or the iphone 7 will be pre-ordering.
    Shame on you Verizon for making us your pre-order victims.

  • Image size and stacking problem with FF12 even in safe mode. Images are 5x the right size and overlayed on top of other pictures or text. how to fix?

    OK this problems limited to Facebook only. When logged in FF12 the entire page is scrambled. The pictures are stacked over each other and are 5 to 6 times the size their supposed to be. I have tried everything I could think of to fix this it even runs like this when in safe mode. I have uninstalled all plugins and all extensions I have uninstalled and even tried back dating FF. it's still so massively out of proportion that you can't do anything. .even when zoomed out 3x it's so large the pictures are larger than my screen. They are still overlapped so bad you can't do a thing with it. Even worse I uninstalled and installed pale moon and the effects migrated to that browser as well. Only browser I found unaffected by this is IE. Lord knows I don't wanna ever have to go that rout so I'm asking for help. I have a whole list of parsing errors and decoration drops, to many to post. any help would be much appreciated until it's fixed I'm stuck with IE. Chrome wont work with the software I run only IE or FF will.

    -> press '''CTRL''' + '''0''' (zero) to '''Reset''' Zoom
    * For details, see this article -> [[How do I use Zoom?]]
    Check and tell if its working.

  • How do I join/link 2 tracks together so one plays after the other (even when shuffled)

    Is it possible to link 2 songs together within an album or playlist, so they still play in the correct order even when playing in a shuffled playlist?  Some tracks are just meant to be played in the right order (example is INXS "Need You Tonight", followed immediately by "Mediate".  Sounds crazy I know, but these 2 tracks are just meant to go together!)  Any help or hints greatly appreciated.  Thanks in advance to all of you cleverer people than me!

    If you are ripping from CD, select the CD, select the songs, then menu Advanced > Join CD tracks. Then RIP and it will be as a single track named with both song names.
    If you do not have the CD, you can use this -> Join Together

  • .swf inside HtmlLoader appears on top of other air content

    When there is an HtmlLoader with a .swf wmode window the .swf file appears over top of everything!
    I understand that .swf should appear above everything inside the HtmlLoader, but I don't think it should appear over top of anything outside of the HtmlLoader.
    A simple example of this would be:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <mx:HTML location="http://youtube.com" width="100%" height="100%" />
    <s:Button width="300" height="300" label="should be over all html content, .swf in html appears over it. click and watch a youtube video to see." />
    </s:WindowedApplication>
    I NEED a fix to this~!
    Even placing a second HtmlLoader with an .swf wmode window over top produces random results with the top .swf sometimes on top and other times below the lower .swf

    As you have discovered, two elements on the surface of a <div> cannot occupy the same space. The solution lies in getting one of the elements to "lie down," either by getting it totally off the surface and making it a background of it or by actually "levitating" one above the other.
    Apply a unique id to each div in which an image now lies.
    Place each image in the background of its div, defining it in your CSS.
    You will not then be able to use the image as a button, and you may want to add something else to click on.
    OR (this second way is probably better)
    Change the .FilmStill definition by adding position: relative;
    Change the .SlantedWritingFilms definition by adding position: absolute; and positioning attributes (left: 0; top: 0; for instance)
    Change each .SlantedWritingFilms <span> into a <div> within <div class="FilmStill">.
    Beth

  • Tabs still on top after adding Classic Theme Restorer to Firefox 29

    Windows 7. Added Classic Theme Restorer to Firefox 29. Set tabsontop to false in about:config and the tabs are still on top. Any suggestions?

    It seems that the powers to be have decided that I'm better off with tabs on the top and are going to force me to act in my own best interest as they see it.
    Feels more like Apple than Mozilla. On a mobile device this might be a real advantage, but given the number of posts over the many past upgrades, clearly lots of us prefer the tabs right above the content. I have an address bar, bookmark bar and my Norton's toolbar now between the tabs and the content. I'm sure others have other toolbars in there as well. This certainly detracts from the usability for me, and it appears for others.

  • Some of the text of the book is on top of other text.

    I bought a book but it on ever few pages, some of the paragraphs are on top of other paragraphs, making both not readable. Who do I contact to get this corrected?
    Thanks,
    Scott

    You could try Live Chat, but they are generally not willing to help as they see ADE as a free therefore unsupported product.
    You could try Sony Reader; free download from Sony intended to run with Sony eReaders but works quite happily without. https://ebookstore.sony.com/download/
    If you are technical you could try DRM dripping (epubee) and then editing the book to see what is wrong;
    but that would be pretty time consuming even if you knew what you were at.
    Or DRM strip and try reading on thre free Calibre (much better option than ADE for most ebook stuff, except that it won't handle DRM)
    Adobe Live Chat: http://www.adobe.com/support/chat/ivrchat.html,
    or as a slight short cut try http://helpx.adobe.com/contact.html?product=digital-editions&topic=using-my-product-or-ser vice
    Choose topic ‘'Signing into my Account' , and then click on 'I still need help';
    then you should see 'Chat with an Agent' at the bottom of the page.
    Depending on screen resolution, you may need to scroll down a bit to see the Chat with an Agent' bit, just under 'Ask our Experts'.
    'Ask our experts' will indeed just lead you back to this forum.
    Sometimes you will get ‘Sorry! All agents are busy— please check back soon.’
    Don’t refresh the page, just hang on and it should eventually go to ‘Chat Now, and agent is available’.

Maybe you are looking for