Home › Forums › CSS › WordPress update broke my menus › Re: WordPress update broke my menus
July 21, 2011 at 12:10 pm
#83752
Participant
Apparently going from ver 3.1 to 3.2 there was some subtle change in how WordPress Menu was generating the menu code. This tricky piece of css fixed it.
.paging ul li:hover > ul { display: block; }
thanks for looking,
mark