I am currently facing an issue with a hidden list on a page that is crucial for my menu. Despite setting the z-index of different elements, the text inside a specific div only displays to one side which is causing alignment issues. Using display:none
is not an option as it leads to unwanted resizing problems.
Various attempts such as changing display settings and using float:left
have been unsuccessful in resolving the problem. I have conducted extensive searches on Google and Stack Overflow but haven't found any helpful solutions.
You can view the problem clearly in this JSFiddle (try the second menu to see the cutoff point): http://jsfiddle.net/nimsson/311g9h16/5/
I am seeking insights into:
a) Why this functionality occurs
b) Possible workarounds/solutions
Your help would be greatly appreciated,
nimsson