<div class="nav_box"><div class="nav"><a href="[!--news.url--]" class="<?=$GLOBALS[navclassid]?"":"on"?>">首页</a><?php$sql=$empire->query("select classid,sonclass,classname,islast,islist from {$dbtbpre}enewsclass where bclassid=0 and showclass=0 order by myorder,myorder asc");while($s=$empire->fetch($sql)){$tclass="";$fr=explode('|',$class_r[$GLOBALS[navclassid]][featherclass]);$topbclassid=$fr[1]?$fr[1]:$GLOBALS[navclassid];if($topbclassid==$s[classid]){$tclass='on';}$classurl=sys_ReturnBqClassname($s,9);echo '<a class="'.$tclass.'" href="'.$classurl.'">'.$s[classname].'</a>';}?><a href="/zt/" class="<?=$zt?>">专题</a></div></div>
效果:
自定义页可以用PHP来加一个判断,显示class hover样式。
比如上图中专题的样式,可以在专题列表顶部加一条判断:
<?php $zt="on"; ?>
这样,如果是专题列表,class=’on’ 了