Add the following to the setAdminTabs.js code:
$("# adminTabs li").mouseover(function(){$(this).addClass("selectedTab")});
always does not work for the following reasons:
.selectedTab{background-color:White; border-bottom:1px}
Define two attributes, which exist in the admin.css file, as follows:
#adminTabs ul li{ float:left; border: #E0E0E0 1px solid; margin-right:10px; padding:5px 10px; line-height:20px; width:80px; text-align:center ; background-color:#EEEEEE;}
Jquery makes it not work
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn