WPF/E Transparent background for control

I want to have a WPF/E control with a transparent background so that if I position it with absolute coordinates, it will appear as if the WPF/E graphics are on top of the som of the HTML (a div actually). I already have some HTML controls (like edit controls, and dropdown controls that are on top of the WPF/E control in Z-order.

Is this possible?

Michael

[375 byte] By [mscherotter] at [2007-12-31]
# 1

Yes that should work. Take a look at this example here:

http://blogs.sqlxml.org/wpfe/transpng/

The car floats on top of the text, but goes under the link at the bottom. All done using z-index.

BryantLikes at 2007-9-7 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...