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" %>
.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" %>
...
...
...
No comments:
Post a Comment