Glossy accordion menu, strange behaviour in Chrome
After clicking the “Plus image” on different headers of the menu, the “Plus images” on the headers below move further down until they disappear or go at the bottom under the menu.
This problem was noticed when using Glossy Accordion Menu version 1.9 in Google Chrome browser only. Works fine in Firefox and IE.
Solution:
Add “display:block” to the Accordion CSS
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added
position: absolute;
top: 7px;
right: 7px;
border: none;
display:block; /* adding this should fix the display issue in Google Chrome browser */
}
If you like this post, please consider sharing...