This probably sounds like a very silly question, but I am having trouble with controls appearing in front of other controls at runtime.
On each of the content pages, it is a Drop Down List Box that is located at the top of the page that is the problem. I have a master page with a menu on it and when the menu is hovered over it pops up as expected but part of it will go under the drop down list box located on the content section of the page. The same problem occurs when a ajax request is processed, a semi transparent div appears to cover the screen, but again the drop down list is on top of the div. It is the case on several pages and is always a Drop Down List, I just can't get it sent to the back.
I have done the obvious and sent the control to the back using the button on the toolbar but this appears to do nothing.
Any suggestions?