Tuesday, January 3, 2012

Drop Down Tab menu obscured by page content in IE

Either change your style sheet and add z-index:10000



.sidebarmenu {
z-index: 10000;
}

to your stylesheet should take care of the problem. It shouldn't adversely affect other browsers, but might. Try it out and out it and put it through its paces. Make sure to refresh and/or clear your browser's cache to make sure you are viewing the page with the updated style directive.


If you do not want to change the style sheet of the menu, here is an example:



         <%@ include file="/pages/sidemenu.jsp" %>







  • Find Patient


  • Find an Event

  • ...
    ...
    ...

    No comments:

    Post a Comment

    Followers