JavaScrip or jQuery help

Discussion in 'JavaScript' started by Kyle King, Apr 7, 2014.

  1. #1
    This theme is no longer supported even though it's pretty new 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 for any help you can give!
     
    Last edited: Apr 7, 2014
    Kyle King, Apr 7, 2014 IP
  2. Kyle King

    Kyle King Member

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #2
    This post outlines the entire fix. Thank you!
    http://stackoverflow.com/questions/22964062/javascript-or-jquery-on-html-form
     
    Kyle King, Apr 9, 2014 IP