1) Script Title:
Glossy Accordion Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...enu-glossy.htm
3) Describe problem:
I already resolved the issue, but I figured you guys might want to know about it. The error is in the css for the script:
Setting the position to absolute causes issues in both Google Chrome and I believe Firefox, it's fine in Internet Explorer. Basically, the 'plus' image on all sub-menus below the one you're clicking will keep moving down further and further instead on coming back up where it needs to be. To fix it and make the script more compatibly with all browsers, remove position: absolute; and replace it with float:right;. I would then also add height, width, and margin.Code:.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/ position: absolute; top: 5px; right: 5px; border: none; }



Reply With Quote
Bookmarks