Skip to main content

Microsoft Silverlight

Answered Question Silverlight Overlaps HeaderRSS Feed

(0)

Whilom
Whilom

Member

Member

1 points

20 Posts

Silverlight Overlaps Header

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
ken tucker

All-Star

All-Star

16276 points

2,479 Posts

Answered Question

Re: Silverlight Overlaps Header

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

Whilom
Whilom

Member

Member

1 points

20 Posts

Re: Silverlight Overlaps Header

As simple as that! Many thanks, Ken - it works a treat!

- W.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities