Thread Starter
lmenz
(@lmenz)
Incidentally, I’m using the theme ‘wood is good’ and the issue can be seen at http://joefrazierlaw.com/wordpress/.
Have you tried:
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the Twenty Eleven theme to rule out any theme-specific problems.
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
Thread Starter
lmenz
(@lmenz)
Thanks, esmi! Deactivating the plug-ins wasn’t the issue. I switched to the original theme and the rollovers worked. So I went back to the wood-is-good theme and put in the original style sheet and voila! The drop down menu rollovers worked. Apparently I created an issue in the style.css file, probably due to a line height command I added. Thanks for the support!
Thread Starter
lmenz
(@lmenz)
It was definitely the line-height style that I added in my style sheet. Lesson learned!
I have been searching for an answer for this too, and bingo, it was the line height I had changed. Took the line out of my style.css file and it works perfectly! Thank you everyone.