close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Menu behind Adobe Animate Composition (ie8)

Thread began 12/18/2012 3:01 pm by Lee Firth | Last modified 12/20/2012 1:43 pm by Jason Byrnes | 2935 views | 7 replies |

Lee Firth

Menu behind Adobe Animate Composition (ie8)

My menu at austab.com.au hides behind the Adobe Animate composition in IE8 and no amount of tweeking the z-index seems to fix it. Any suggestions?

Sign in to reply to this post

Jason ByrnesWebAssist

according to the Adobe Edge Animate forums, the Animations are not compatible with older browsers like IE8.

You should be setting up what they call a Downlevel stage that contain a static poster of the animation you wish to use for older browsers.

see this thread for more details:
4758370#4758370

Sign in to reply to this post

Lee Firth

I have already done that and the downlevel stage poster image does display in IE8, the problem is my drop down menu opens behind the image.

Sign in to reply to this post

Jason ByrnesWebAssist

IE 8 is not using the down level poster image, though. it is trying to use the animation.

Sign in to reply to this post

Lee Firth

I assure you that I have a downlevel poster image set. (See attached)

Sign in to reply to this post

Jason ByrnesWebAssist

It may be set, but it is not being used by IE8. When i visit your page in IE8, it is using the animation, not the Downlevel poster.

Sign in to reply to this post

Lee Firth

I have ended up just using jQuery to detect if IE is being used and if its less than version 9. If it is it displays an image if not it displays the Edge Animate composition.

<div id="slideshow"></div>
<script>
var ua = $.browser;
if ( ua.msie && ua.version < "9" )
{
$("#slideshow").html( "<br><img src='edgeanimate_assets/AnimatedBanner/images/Poster.png' width='960' height='325'>" );
}
else
{
$("#slideshow").html( "<object id='EdgeID' name='EdgeID' type='text/html' width = '960' height ='325' data ='edgeanimate_assets/AnimatedBanner/AnimatedBanner.html' ></object>" );
}
</script>

Can't explain why the downlevel feature of Animate is not working.

Sign in to reply to this post

Jason ByrnesWebAssist

glad to hear you have it working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...