JavaScrips or jQuery help

0 replies
  • WEB DESIGN
  • |
This theme is no longer supported even though it's pretty new My-Horse | Performance horses for sale. At the top of the page when you hover on the search icon a search area drops down and shows a search area with a few select boxes.
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!
#internet explorer #javascrips #javascript #jquery

Trending Topics