Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit HTML Divs overlaps Animations
2 replies. Latest Post by Amanda Wang - MSFT on December 2, 2008.
(0)
modikumar
Member
0 points
7 Posts
11-30-2008 10:04 AM |
Hi,
I am developing an silverlight application. The app displays ads towards one corner. For displaying the ads we are positioning the ad div (which contains an IFRAME), setting its z-order to 1 and making the silverlight app windowless and background to be transparent.
Everything works fine, the silverlight app is seen the ads are visible, but the animations in the silverlight app goes behind the HTML .
How can i solve this issue. I want the ad div to seen and the animation to be visible over the ad div. Please help, have very little time to get this up
bryant
Star
9937 points
1,629 Posts
11-30-2008 10:20 AM |
You probably need to make sure the host control is taking up the full screen, otherwise it probably isn't big enough and the add is animating off the control. I'm assuming the animations move the ads in some way, so if that assumption is wrong then let us know.
Amanda W...
All-Star
17241 points
1,466 Posts
12-02-2008 4:40 AM |
modikumar: Everything works fine, the silverlight app is seen the ads are visible, but the animations in the silverlight app goes behind the HTML.