正常:
不正常:
自己用通用的模板修改了一下导航栏。
然后发现自己改的,鼠标点击之后颜色不变;代码说实话看不懂。麻烦大神帮忙看下。
正常:
<li<?php if ($_GET['sort_type'] == 'unresponsive') { ?> class="active"<?php } ?>><a href="question/square/<?php if ($this->feature_info) { ?>feature_id-<?php echo $this->feature_info['id']; ?>__<?php } ?>category-<?php echo $this->category_info['id']; ?>__sort_type-unresponsive"><?php _e('等待回复'); ?></a></li>
不正常:
<li<?php if ($_GET['sort_type'] == 'hot') { ?> class="active"<?php } ?>><a href="question/square/category-1"> <?php _e('用户问题跟进'); ?></a></li>
代码里面没看到哪里设置颜色啊。。
阅读全文
收起全文