On my sharepoint page i have Menu on the top and a sharepoint rating control on the top right side. The onHover event of menu displays a list menu items. The rate control is added to the layout which is connected to the page and for creating menu i have used Syste.web.ui.webcontrol.menu class.
My problem is when i hover my last menus to open the manu items, the stars on the rate control overlap my menu items but rest part of rate control goes behind my menu items.
For more clarificatio of the scenario i am attachng this image.
Image for better understanding
What i want is the menu items open, the rate control should fall behind them. I tried using Z-Index property but it is not working for this rate control.
How to resolve this??
EDIT I just came to know that the problem is with all the sharepoint inbuilt controls. On one page of mine i have a list view webpart in the range of menu dropdown, and it is behaving in the same way. The listview is visible through the Menu items.
So as of now, i guess all sharepoint 2010 inbuilt controls are visible through menu items.