Hello everyone, I trust you are all well. I have encountered an issue and would appreciate some guidance.
Currently, I have a drop-down navigation menu for one of my eBay listings. This menu functions correctly on all browsers except for IE browsers. To provide an example, I have set up a live demo on my eBay sandbox account for your reference.
View the live demo here
I am using the same drop-down menu on my store, where it works flawlessly across all browsers including IE9, IE8, and IE7. However, when placed within the listing, it ceases to function in IE. My assumption is that there may be something obstructing or conflicting with it, possibly due to some code integrated by eBay. Hence, I am reaching out to see if anyone can identify the issue or has experience resolving similar matters. Below is the code snippet:
HTML
<div id="menu-wrap">
<div class="menu">
<ul>
...// (Code continues as provided)
CSS
.menu{float:left; width:902px;margin:5px 0px 0px 125px;}
...
...// (Code continues as provided)
Any assistance offered would be immensely valued.
Thank you for taking the time to help,
Ali