Ah, I see it now. Using the demo code from he demo page in the code section titled:
I found that if I added the highlighted as shown:
Code:
. . . mal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
</style>
<!--[if lt IE 8]>
<style type="text/css">
.submenuheader {
display: inline-block;
}
</style>
<![endif]-->
</head>
<body>
<div class="gloss . . .
That took care of it.
Bookmarks