Skip to main content
Home Forums Silverlight Design Designing with Silverlight Silverlight Overlaps Header
2 replies. Latest Post by Whilom on March 13, 2009.
(0)
Whilom
Member
1 points
20 Posts
03-13-2009 5:59 AM |
Good morning, I have a Silverlight graph on a webpage. My webpage has a header and footer, both the header and footer are fixed in position using the css position:absolute function. The problem that I am having is that when the user scrolls on the page, the text, images etc move as expected (and go behind the header or footer as you'd expect - however, the silverlight graph scrolls, but remains 'ontop' on of the header or footer. It is as if it is floating. Can anybody suggest how I can get the graph to go behind the header and footer when the page is scrolls? Many thanks, - W.
ken tucker
All-Star
16276 points
2,479 Posts
03-13-2009 6:39 AM |
If you set the silverlight plugin windowless mode to true it should behave like you expect. Note this can lead to some performance issues.
http://msdn.microsoft.com/en-us/library/cc838156(VS.95).aspx
http://msdn.microsoft.com/en-us/library/system.web.ui.silverlightcontrols.silverlight.windowless(VS.95).aspx
03-13-2009 7:00 AM |
As simple as that! Many thanks, Ken - it works a treat! - W.