JavaScrip or jQuery help

by 4 replies
5
This theme is no longer supported even though it's pretty new http://my-horse.com.au/ . 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.

http://pastebin.com/jZiMFE4N

and this is the jQuery that I think controls the search area

http://pastebin.com/m3J9DLNH

Can anyone help me with where I might be going wrong or point me in the right direction?

My idea is something like this -

onFocus = get.elementId('search select') then something that tells the css for #search-hover to set the height to 281px

something that will run through the whole site easy enough

Thank you!
#programming #javascrip #jquery

Next Topics on Trending Feed

  • 5

    This theme is no longer supported even though it's pretty new http://my-horse.com.au/ . 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.