I have some custom dropdown css/jquery menus that are not overlapping (covering) some text within a floating div. The div text bleeds into the menu. How can I assure that my menu will overlap anything on my page or at least the text that is displayed in the div in this case?
I have some custom dropdown css/jquery menus that are not overlapping (covering) some text
Share
You can use css z-index for positioning elements over each other.
Some code would be helpful in answering this question, please update your question or create a jsfiddle.net