Hi, if I open your theme (http://wp-themes.com/raindrops/) in IE9, there is one bug with menu after mouseover the link with submenu.
normal: http://faststone.rypi.cz/2011-06-23_180208.png
bad: http://faststone.rypi.cz/2011-06-23_180127.png
Hi, if I open your theme (http://wp-themes.com/raindrops/) in IE9, there is one bug with menu after mouseover the link with submenu.
normal: http://faststone.rypi.cz/2011-06-23_180208.png
bad: http://faststone.rypi.cz/2011-06-23_180127.png
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.
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;
}
This topic has been closed to new replies.