Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi Rypi

    Thank you for pointing out the problem.

    I have installed this theme and love it. However as stated by Rypi the page menu still has the glitch and it drops down in a descending fashion when mouseover. Are you working on a solution. I would like to continue with this theme. Please advise.

    Theme Author nobita

    (@nobita)

    Hi dorr4wp

    Sorry Please Change style.css

    style.css line 1300

    #access li:hover > a,
    #access ul ul:hover > a {
    	}

    change like this

    #access li:hover > a,
    #access ul ul:hover > a {
    color:red;
    	}

    Thank you

    Thank you Nobita…Was helpful, however my version did not have the exact script as cited above. This is how it was in my style.css and how I corrected. As you will note, does not matter which color was added as I chose white and the glitch in IE9 was corrected easily. Appreciate the quick response. Beautiful theme. Thank you.

    style.css line 1300
    From this:

    }
    #access li:hover > a,
    #access ul ul :hover > a {
    }

    To this:

    }
    #access li:hover > a,
    #access ul ul :hover > a {
    color:white;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu BUG in IE9…’ is closed to new replies.