Link to home
Start Free TrialLog in
Avatar of Paulconsulting
Paulconsulting

asked on

Silverlight: render menu over silverlight

I am using a css horizontal menu: http://www.seoconsultants.com/css/menus/horizontal/

The menu works fine, but just below the menu is a table with a silverlight media element and the drop down list appear behind the mediaelement.

Any pointers on how to fix this problem?

html something like this
<table>
<!--menu content-->
</table>

<table>
<!--silverlight stuff-->
</table>
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

With absolute positioning, this is usually a case where the z-index isn't set right, so that the float will push one control behind another.

Bob
ASKER CERTIFIED SOLUTION
Avatar of adler77
adler77
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial