1) Script Title: Glossy Accordian <Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...enu-glossy.htm
3) Describe problem: I altered the CSS to get rid of extra spaces when the menu is in IE8.
Code:
.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
*width:100%; /* targets IE6 and 7 */
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}
Now the headers have widened ans stick out past the border fo the DIV that they were in...
Anyone have this problem?
Bookmarks