When creating a jQuery submenu box in Firefox, I encountered an issue with the input select dropdown. While it functions properly in Google Chrome, the select box behaves erratically in Firefox. When attempting to choose an option from the select box, such as option 2 or option 3, the entire selection disappears.
I require assistance with this problem.
Below is my HTML code:
<div class="layout_nemo" style="margin:0px auto; width:520px;">
<aside id="models">
<section class="nestingList" style="width:520px;">
/* Code continues... */
</section>
</aside>
</div>
And here is the associated CSS code:
/* CSS code provided... */
You can also review the complete setup on this link. Don't forget to test it in both Firefox and Chrome browsers.