The CSS class "selected" should only be used to style the temporarily active main menu item, as the script dynamically adds and removes this class depending on which menu item the mouse is currently over. What you should do is create another CSS class for the purpose of styling the menu item that corresponds to the current page, and add that class inside that menu item's markup. For example:
Code:
.mattblackmenu li a.selected, .mattblackmenu li a.currentpage{
background:url(../img/blue_border.png);
background-repeat:repeat-x;
background-position:bottom;
}
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
Bookmarks