<?php
$sql=$empire->query("select classid,classname,bname from {$dbtbpre}enewsclass where bclassid=0 and showclass=0 order by myorder,myorder asc");
while($s=$empire->fetch($sql)){
$classurl=sys_ReturnBqClassname($s,9);
$tclass="nav-link";
$fr=explode('|',$class_r[$GLOBALS[navclassid]][featherclass]);
$topbclassid=$fr[1]?$fr[1]:$GLOBALS[navclassid];
if($topbclassid==$s[classid]){
$tclass='on';
}
if($s[classid]==22) {
echo '<a class="nav-link '.$tclass.'" href="'.$classurl.'" rel="external nofollow" rel="external nofollow" title="'.$s[bname].'" target="_blank">'.$s[bname].'<span class="icon_hot2_new"></span></a>';
}else{
echo '<a class="nav-link '.$tclass.'" href="'.$classurl.'" rel="external nofollow" rel="external nofollow" title="'.$s[bname].'" target="_blank">'.$s[bname].'</a>';
}
}
?>
如果classid是22,则显示<span class=”icon_hot2_new”></span>
如果不是就正常显示。
css部分:
.navbar .icon_hot2_new {
background: url(/skin/zhann/images/hot.png) no-repeat scroll 0 0;
width: 21px;
height: 12px;
display: block;
position: absolute;
right: 16%;
top: 8%;
}
效果:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:115904045@qq.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明。