Just a very small bug fix for the ADxMenu submenu background. I would not have spotted this if I hadn't changed the background to white for the Zen Grey template. If you have a modified menu.css then add the following line in red to menu.css under .menu a {.
ChangeLog
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 Skype: gremington
.menu a {
text-decoration: none;
color: #fff;
padding: 6px;
display: block;
background: url(../images/navbutton.gif) 100% 0 no-repeat;
}
.menu ul a {
background: #000; /* remove navbutton.gif from submenus */
}
text-decoration: none;
color: #fff;
padding: 6px;
display: block;
background: url(../images/navbutton.gif) 100% 0 no-repeat;
}
.menu ul a {
background: #000; /* remove navbutton.gif from submenus */
}
ChangeLog
2007-01-21 Gregory Remington
Corrected double right border submenu bug in menu.css .menu ul a {
background: #fff; /* remove navbutton.gif from submenus */ }
Corrected double right border submenu bug in menu.css .menu ul a {
background: #fff; /* remove navbutton.gif from submenus */ }
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 Skype: gremington