JavaScrips or jQuery help
The issue only exists in IE (hahah) as far as I've seen. I've tried a few things using JS to fix the issue, but I'm not very good with it. What happens is when you click the select box and hover over anythin in the dropdown list, the whole search area slides back up.
This is some of the different scripts I've tried without any results yet.
[JavaScript] <script> onMouseEnter="document.getElementById('search-hover').style.height = ' - Pastebin.com
and this is the jQuery that I think controls the search area
[jQuery] searchShowOnHover: function() { var mainCont = this; var searchCont - Pastebin.com
Can anyone help me with where I might be going wrong or point me in the right direction? Thank you!