Content not fading with containing element

I am using the update content feature of spry in conjunction
with a spry fade in/out effect which works very well aside from in
a couple of instances. Firstly, I have a div that has its content
replaced, before it is replaced it fades out, but the .swf file
inside the content does not fade out with the rest of the content.
Secondly I have the same issue with the spry tabbed panels.
The rest of the content fades in or out fine but the tabs
themselves do not.
In both cases either the tabs or the .swf file stay at 100%
opacity until the rest of the content has been replaced.
Any help would be be greatly appreciated.

quote:
Originally posted by:
kinblas
The flash problem is due to the fact that the flash plugin
uses a native window by default ... this window is on top of the
browser's canvas where your page is drawn. To get it to fade with
the rest of the content, you're going to have to tell Flash to draw
into the same window that contains the browser canvas. Follow the
instructions here:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523
I'd have to see your code that is fading your tabbed panels
as well as your tabbed panel markup ... got url? ... are you fading
the top-level element of the entire tabbed panel widget? Or are you
fading just the panel content?
--== Kin ==--
No URL at present Im afraid as its currently on an internal
only server. However its pretty easy to understand. There is a
single div containing the tabbed panel set, it is this outer div
that I am calling new content in to and fading out the old, so yes,
its fading the outer most div that contains the tabbed panel set.
This is the link that is clicked for example:
<a href="#" class="menu"
onclick="fade_content('content','../../v_content/v_products/lan.htm');
return false;">Wireless LAN</a>
This is the script that is used:
function fade_content(ele,url){
Spry.Effect.DoFade('content',{ duration: 500, from: 100, to:
0, finish: function() {
Spry.Utils.updateContent(ele, url, function() {
Spry.Effect.DoFade('content',{ duration: 500, from: 0, to:
100 });
This is the Div that is being replaced/faded:
<div id="content">
<script type="text/javascript">
<!--
Spry.Utils.updateContent('content','../../v_content/v_company/about_qolcom.htm');
//-->
</script>
</div>
and finally an example of the content that is being called in
to the content div would be something like this:
<table width="100%" border="0" cellspacing="0"
cellpadding="0" class="table_no_format" height="332">
<tr>
<td valign="top" align="left">
<h2>Contact QoLcom</h2>
<div id="TabbedPanels1" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0">Head
Office</li>
<li class="TabbedPanelsTab" tabindex="0">Stirling
Office</li>
<li class="TabbedPanelsTab" tabindex="0">Support
Team</li>
<li class="TabbedPanelsTab" tabindex="0">Invoice
&amp; Payments</li>
<li class="TabbedPanelsTab" tabindex="0">Registered
Office</li>
</ul>
<div class="TabbedPanelsContentGroup">
<div class="TabbedPanelsContent">
<h2>Head Office</h2>
QoLcom Limited
<br />
Unit 3 King John House
<br />
Kingsclere Park
<br />
Kingsclere
<br />
Newbury
<br />
Berkshire
<br />
RG20 4SW
<br />
United Kingdom
<br />
<br />
T: +44 (0)870 2503000
<br />
<br />
F: +44 (0)870 2503001
<br />
<br />
E: <a
href="mailto:[email protected]">[email protected]</a>
<br />
    <a
href="mailto:[email protected]">[email protected]</a>
<br />
    <a
href="mailto:[email protected]">[email protected]</a>
<br />
    <a
href="mailto:[email protected]">[email protected]</a>
</div>
<div class="TabbedPanelsContent">
<h2>Stirling Office</h2>
QoLcom Limited
<br />
Springfield House
<br />
Laurelhill Business Park
<br />
Stirling
<br />
FK7 9JQ
<br />
Scotland
<br />
<br />
T: +44 (0)870 2503000
<br />
<br />
F: +44 (0)1786 406351
</div>
<div class="TabbedPanelsContent">
<h2>Support Team</h2>
If you need to contact our Support Team please submit a
support request to <a
href="mailto:[email protected]">[email protected]</a>
<br />
<br />
Alternatively, you can telephone the support team on
+44(0)870 2503000 between 9.00am and 5.30pm Monday to Friday.
</div>
<div class="TabbedPanelsContent">
<h2>Invoice &amp; Payments</h2>
QoLcom Limited
<br />
Unit 3 King John House
<br />
Kingsclere Park
<br />
Kingsclere
<br />
Newbury
<br />
Berkshire
<br />
RG20 4SW
<br />
United Kingdom
<br />
<br />
T: +44 (0)870 2503000
<br />
<br />
F: +44 (0)870 2503001
<br />
<br />
E: <a
href="mailto:[email protected]">[email protected]</a>
</div>
<div class="TabbedPanelsContent">
<h2>Registered Office</h2>
QoLcom Limited
<br />
c/o Dove, Marsh &amp; Jones
<br />
1 Andromeda House
<br />
Calleva Park
<br />
Aldermaston
<br />
Reading
<br />
Berkshire
<br />
RG7 8AP
<br />
United Kingdom
<br />
<br />
<strong>Note:</strong> These are our
accountant’s offices. Only use this address for the purposes
of sending legal notices.
<br />
<br />
Our operational company address can be found on the Head
Office tab of this page.
</div>
</div>
</div>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
var TabbedPanels1 = new
Spry.Widget.TabbedPanels("TabbedPanels1");
//-->
</script>
CSS is pretty much untouched and the js file hasnt been
changed.
TIA

Similar Messages

  • Help with container element

    Hi experts,
    I am creating a WF to escalate a WI to the next level of approver after a deadline is expired.
    So therefore I wish to create a container element that will store the value of the result of the 1st agent.
    To do this I created a container u2018agent1u2019u2013 selected ABAP dict reference u2013 for structure I selected WFSYST u2013 for field I chose u2018resultu2019.
    Then in the binding I chose rule 168 u2013 next binded u2018agent1u2019 to u2018org_objectu2019, but the container element is not storing the value of the result of the 1st agent.
    I then tried to change field to u2018agentu2019 but this does not work either.
    Can anyone tell me if I have to choose a different structure or field or should I be binding to something different?
    Thanks
    Forhad

    Hi Arghadip,
    Thank you very much for helping me so far, but I am still struggling with the binding to find the next level agent.
    This is what I have done so far.
    In the first step (0004) I have set the binding as follows:
    In the top box I have left it as - &_WF_INITIATOR& to &ORG_OBJECT&
    And in the bottom box below - &AGENT1& to &_RULE_RESULT.AGENTS&
    Then in processing obsolete step where I want it to find the superior of the agent from step one I have set the binding as follows
    Top box - &AGENT1& to &ORG_OBJECT&
    Bottom box u2013 blank
    The u2018agent1u2019 is the wf container is of type WFSYST-AGENT
    it is still not finding the next level of approver
    Any help would be much appreciated
    Many thanks
    Forhad

  • Print Studio Pro plugin is not compatible with Photoshop Elements 12 Editor for Mac

    It appears that the latest version of Print Studio Pro PlugIn is not compatible with the Editor version of Photoshop Elements 12 for Mac as available on the App store.  The install gives an error saying that it did not find a supported version of Photoshop Elements. This error has been reported before for Elements version 12 but was reportedly fixed in the latest version of Print Studio Pro. Now it appears that this version may support Elements 12 for Mac but not the Editor only version from the app store. Any suggestions for work-around on this?

    "Any suggestions for work-around on this?"
    No! 
    Not untill Mac and Adobe and Canon get their collective acts together.  Mac (Apple) has the bad habit of upgrading their stuff and not being forthcoming with the particulars given to 3rd party companies like Canon and Adobe.
    Besides the cost difference of Mac's the compatibility issues are it's worst features. 
    EOS 1Ds Mk III, EOS 1D Mk IV EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 70-200mm f2.8 L IS II, Sigma 120-300mm f2.8 EX APO
    Photoshop CS6, ACR 8.7, Lightroom 5.7

  • Saved printer information is not compatible with Photoshop Elements 11

    Hello - After successfully using PSE11 to print photos on my Epson Artisan 810 printer, the printer died and was replaced with an Epson Artisan 837 printer.  The new printer works on ALL of my other applications EXCEPT I receive the following error message after hitting 'print' on Photoshop Elements 11.
    MESSAGE:
    The saved printer information is not compatible with this version of Photoshop Elements, or the saved printer is no longer available.  You will need to check your printer settings before printing.
    You can see from the screen print attached that the Epson Artisan 837 is a validly installed printer.  All advanced settings were available for selection/modification, and all printer drivers are up to date.  Also, uninstalled and reinstalled the printer without resolution of the problem.
    Can anyone please point me in the right direction to resolve this issue?
    Thanks so much, Debbie
    Running:
    Windows XP sp3 (up to date)

    You did indeed lead down the correct path with only a little modification required in the naming (see below).  Thank you so very much!! 
    Here's what I had to do to get this to work:
    1 - I first tried to rename this printer to a generic 'DSLW Printer'.  This renaming worked for ALL OTHER applications except Photoshop Elements 11 even after rebooting my PC.  Received the identical error message listed in the original message.
    2 - I then renamed the printer as 'EPSON Artisan 810 Series'.  This was of course a lie but matched the printer as named by the 2010 original Artisan 810 installation.  VOILA!  This does work for Photoshop Elements 11 (jpg and psd files tested) and the other applications that I've tested.  Hopefully all other testing will provide equally successful results.
    So problem seems to be resolved BUT is this a question/problem that I should pursue with either Adobe or Epson?  I do know that the 810 and 837 only differ in the ability to print from a wider variety of wireless devices (e.g. cell phones & tablets), otherwise the functionality is virtually identical.  Did Epson drop the ball or did Adobe?  Or maybe it's simply that I'm a die hard XP sp3 (32 bit) user until forced out by Microsoft.
    Thanks again!!
    Debbie

  • Captivate 8 content not working with screen readers

    My Adobe Captivate 8 published content is not working with any of the screen readers I have tested:  JAWS, Mac Voice Over, and Windows Narrator. It is a simple launch page with 6 buttons used to launch additional CBTs. 
    I have been over and over the content in the help topic for this and cannot find any reason to think I am not doing this right:
    [ ] https://helpx.adobe.com/captivate/using/creating-accessible-projects.html
    I have added accessibility text for the slide, I have tried adding the accessibility text for the buttons,  have turned on accessibility in my publish settings, I have even tried just adding a text caption sitting on the slide with the text I want read by the screenreader - none of it works. 
    I have searched the forums and it appears others have this issue as well.  The latest forum post was having to do with Captivate 7 - where the poster followed up stating Adobe Support recognized this as a "bug".  Does screen reader accessibility work in Captivate 8 or not? 
    Is there anyone out there who has produced content that works with a screen reader?! If so, please tell me what the secret is!!

    I've been able to get a screen reader to read parts of a Captivate 8 presentation using the HTML5 output (but NOT the .swf output). I tested using NVDA.
    However - they keyboard accessibility does not seem to be functioning correctly. I can tab through buttons and such - but hitting enter on any of the buttons (play, forward, backward, closed captions, audio) does not work.
    Overall - doesn't seem that Captivate 8 is as "accessible" as Adobe is claiming. Much of what they claim should work - does not.
    CP8 is certainly no where near WCAG 2.0 "AA" standards (which unfortunately is where i need things to be).

  • Email step not working with container expression

    Hi All,
    I have a method in my workflow which retrieves text from a database table and stores it in a wokflow container.
    I have set the container as a multiline element. this container is then used as an expression in an email step, the email is then sent and should show the text retrived from the database.
    the problem i am facing is that, only 80 characters are shown and the rest is cut off. the database field accepts upto 256 characters. In workflow log when i check the container, the container shows all 256 characters.
    does anyone have any idea why when i am trying to email it only shows 80.
    many thanks
    Forhad

    Hi,
    please note that the maximal length of an attribute displayed is limited to 80 . so if your attribute is longer
    it will be cut .
    Solution :
    Create a table conatiner element of length CHAR50 & Populate the entire content of the mail template in it and when we try to insert the multiline conatiner element in a mail then it will prompt us 3 options, do you want to print only the first line , or do you want to print the entire content of the table continuously or you want to put the content line by line,
    select the option put the content continuously.
    This should do the job.
    Regards,
    Raj

  • Finder Content not updating with files on SMB mount

    I have Mountain Lion 10.8.2 on a Mac Mini.  I work in Adobe Lightroom 4 and Photshop CS6 with files hosted on a PC running Windows 7 Ultimate, and access these files via an SMB mount on the Mac.  Both machines are up-to-date on their respective updates.
    This worked fine up til recently, when I started noticing Finder contents don't necessarily update when the files change on the SMB-mounted filesystem.  For example, if I create a new file, say, using Photoshop, and save the file, then try to see the file in Finder  (so I can copy it to another location), the file doesn't show up.  Force-quitting Finder & restarting it causes the new file to appear, but this is a temporary fix, as the problem sometimes recurs again when I create more new files.
    It seems like this problem appeared after the 10.8.2 update, as I never noticed it with earlier releases.  Have any of you seen this?  I do my SMB mounts via the "Connect to Server (CMD-K)" dialog.  Would I be better off mounting it from the command line with some specific options?
    Thanks in advance...

    Try deleting this file: com.apple.sidebarlists.plist
    /Users/YourName/Library/Preferences. Drag that file from the Preferences folder to the Trash, empty the Trash and reboot. See if that helps...
    Seems to me that Adobe is very picky about where the files are kept on the hard drive. You might not want them in the Sidebar. Whenever you do an Adobe software update, the installer needs the path to where those files go. If it's missing in action, it can wreak havoc.
    Make sure when you do Adobe updates, if there is a link included or a Read Me file, check that out first before installing anything.
    Run Disk Utility and Repair Disk Permissions BEFORE and AFTER any software updates:
    Launch Disk Utility. Select MacintoshHD in the panel on the left, select FirstAid, then click: Repair Disk Permissions. Quit DU when it's finished and reboot.
    Carolyn

  • PhotoStream content not shared with every device - any ideas?

    Hi guys,
    I just cleared my PhotoStream and re-started it on every device so it was 'empty'.
    (device list: iphone 4s, macbook air 2011, The new iPad, Windows8-PC with iCloud running)
    If I take a photo with iPhone or iPad, it is shown at every device.
    If I upload a photo via the upload-folder on Windows8-PC this photo is
    only shown in PC & macbook air PhotoStream - but not at iPhone/iPad - but why?
    I'm pretty shure at the introduction of PhotoStream it worked in any direction.
    As there aren't any decent settings to be made neither on iDevices nor on Windows-iCloud-Software
    what can I do? The resetting of my PhotoStream to zero and restarting it at my devices did not
    change anything.
    Any ideas?
    Thanks alot!

    Hello Qpal,
    After reviewing your post, I have located an article that can help with Photo Stream. It contains a number of troubleshooting steps and helpful advice for the issue you are experiencing:
    Get help using My Photo Stream - Apple Support
    I don't see photos from My Photo Stream on my iPhone, iPad, or iPod touch.
    From the Home screen, tap Settings > Wi-Fi.
    Make sure that Wi-Fi is on and your device is connected to a wireless network. You can use these steps to troubleshoot your Internet connection on your iOS device.
    From your Home screen, tap Settings > iCloud > Photos.
    Make sure that My Photo Stream is on. If it’s already on, turn it off and tap Delete. After it turns off, turn My Photo Stream on again.
    Close the Camera app on the device that took the photo. Photos won't upload from an iOS device to the Recently Added album (or the My Photo Stream album in iOS 7) until you close the Camera app.
    See if your iOS device is below 20% battery power. To preserve battery life, downloads and uploads from My Photo Stream are disabled when the battery reaches 20%. Downloads and uploads will continue after you charge your device, and the battery charge is greater than 20%.
    Due to storage limitations, your Apple TV might display only your most recent photos.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • My serial number does not work with Photoshop Elements 12

    I have wasted at least 3 hours of my time with this issue
    Be kind enough to respond and if you do not want tell me to move to an alternative product and refund me
    For the teeth time I bought and paid for a photoshop elements 12 windows for my Mac and obviously in retrospect I made an error downloaded but the serial member does not work
    Please supply a correct serial  number
    Please  respond
    Louwrens
    <Removed by Moderator>

    You need to contact Adobe Support either by chat or via phone when you have serial number and activation issues.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • Captivate 6 Scalable Html Content not Working with Widgets.

    I am going to bring this topic up over and over again unti it gets fixed. The problem is not web browsers. The problem is Captivate and Widgets.  No Captivate project will scale properly that contains a widget. I have tested this over the years on Connect Pro, Apache Web Server, Wamp, and more. I have tried hacking Captivate with Widgets that Contain a NO_Scale line in the them and more. The project won't scale at all or if I manage to get scaling the sides and bottoms of the projects are cut off and view all of the module is funky. There has got to be a working solution to this. I have way too may project with Widgets so removing them is not a option.  I do not have a standard base to work from for monitor size so a working scale function is essential. Widgets are one of the things that sets Captivate apart from the competition and with out them I just as soon use another program.
    I was really hoping the new Scale Function in Captivate 6 would have fixed this but it did not.
    Sorry If I am not coming off as polite. This is problems that has annoyed me for years.

    Actually, the problem is with the widgets and the way they are coded, not with Captivate. 
    When this problem was first identified some years ago now, reqponsible widget developers were quick to release updates that resolved the issue.  You just needed to swap out the old widgets with updated ones that didn't cause the rescaling issue.
    If you're using lots of widgets, especially older widgets that were not updated in code, then you'll continue to have this issue.
    My suggestion is to make a list of all widgets you use,  test each one on its own in a project containing no other widgets, to see if it prevents rescaling, and if it does, replace or ditch the widget entirely.  If you can locate the original developer, find out if they have an updated version you can use.  If they don't, or they don't feel inclined to fix it (because there's no incentive to do so) then ditch the widget and find another solution.
    When they first came out in Cp4, everyone thought widgets would take the world by storm and be very profitable for their creators.  Neither has proven to be true.  They are certainly very useful additions to Captivate functionality, but I think you will find that a lot of the widgets developed early in their history now have nobody supporting them.

  • Values in CK13N not matching with cost element report

    Dear SAP Experts, when I go to t code CK13N in the column (Itemization of column) I can see for the cost elemnt total values as 241023 with the Qty as 10000, but when I check in the material & the report FBL3N not sure from where its taking 241023. When I run the FBL3N report do I have enter any specific dates to match the entires.
    Thanks in adv for your reply

    Dear Sachin
    CK13N is dependent on your  costing lot size where as in FBL3N you see the actual expenses posted to GLs so there is no match. For example in ck13n for labour charges you may be having a value of Rs 100000/- for 10000 qty lot size where as actually Rs 80000/- or 120000/- are booked for labour charges. then you will see 100000/-in CK13N whereas in FBL3N you will see 80000/- or 120000/- as the case may be.
    Means One is actual booking and the other is estimated figure for a certain costing lot size.
    Hope this clears your doubt.
    Regards
    Rajneesh Saxena

  • Help my website is not working with photoshop elements 10 since i agreed to the revel update

    my photoshop elements 10 website is not working since I agreed to the adobe revel website what do i do? customer service has been less than helpful

    What you can probably hear is the vibrate.
    Is your Mute button switched on by accident - on the side of your phone ?

  • Elements Organizer 9 does not install with PS Elements

    I have installed Photoshop Elements Version 9 on a Windows 7 64 bit system. Photoshop Elements installs and works good... but the Organizer does not install and of course will not load either. I have uninstalled installed and reinstalled several times... still no luck.
    I can tell it is not installed because when I look in the Program Files (x86) under Adobe... the Photoshop Elements 9 folder is there but the Elements Organizer 9 is not there.
    How can I get organizer installed?
    Thanks...
    Rod

    Follow the below link, remove all the entries for PSE 9 from the machine and then try to install again. This time the organizer should get installed.
    http://kb2.adobe.com/cps/859/cpsid_85966.html
    Regards,
    Ankush

  • ITunes albums Not Synching with Photoshop Elements 13

    I just upgraded to Photoshop Elements 13.  Since upgrading, the Photoshop albums that I select to synch from iTunes are no longer updated on my iPhone.  I had the same problem when I upgraded to Photoshop Elements 12.  For v12, the problem was resolved by an update to iTunes that recognized the new version of Photoshop Elements.  Looks like I'll need to wait for an update to iTunes that can recognize "13" versus "12" ....

    Similar issue here too.   iTunes will not recognize Photoshop Elements 13 albums for home sharing/Apple TV.   Guess we have to wait for an iTunes update.

  • H.264 codec not working with Pre Elements 8 demo

    I downloaded premiere elements 8 and even installed the upgrade (30 day demo) and I can't open video files taken with my canon 7d camera.  I have found a conversion tool to change my mov to avi but thats extra time that I dont want to spend.
    From what I've read Elements 8 should be able to use the canon files but mine cant.  Any suggestions?

    This should get you sorted out: Canon 5D/7D Footage? This Might Help
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

Maybe you are looking for

  • Have problems with transfering iTunes library from Windows to Macintosh

    Good afternoon! I had before Windows PC, where i had iTunes with all my music. And now i bought macbook pro. I tried to transfer iTunes library as it is described in a lot of sites in internet. But maximum what i could made - just to transfer all son

  • Reading valueof payloadIID from cXML XML file

    Hi, Is it possible to read value of payloadID attribute from an cXML XML document if yes how can i do that, i read some where Oracle is not capable to reading values from Attribute is it true? else how can we load value of payloadID attribute into Or

  • How can I transfer creative cloud photography subscription to another adobe account

    My son bought CC Photography subscription for me on my last birthday.  He did it on his account and has been making the monthly payments.  I would like to take over the subscription on my own Adobe account.  That is, I would like to be able to transf

  • Help, lost my internet browser after updating software

    Help, I just updated to the latest software,version 4.5, and now where on my home screen can I find my internet browser, only the media net browser, I have tried to change the options to internet browser from media net and nothing happens, can anyone

  • Errór en la actualización

    Anoche me llego la notificación de la actualización del iOS de mi iPad mini, seguí las instrucciones descargo se apagó y empezó a instalar, desde anoche se quedo instalando, ya pasaron muchas horas y no lo puedo usar, se quedo en la manzana y una bar