页面CSS的问题,不懂中

Site.master的html是:
<div  id="productSwitcher"  >
<a id="list1"  href="/default.aspx"  >首  页  </a >
<a id="list2"  href="/Purchase/buy.aspx"  >管理一 </a >
<a id="list3"  href="/Sale/sale.aspx"  >管理二 </a >
<a id="list4"  href="/Receipt/Receipt.aspx"  >管理三 </a >
<a id="list5"  href="/Storage/storage.aspx"  >管理四 </a >
<a id="list6"  href="/Finance/finance.aspx" >管理五 </a >
<a id="list7"  href="/Account/SystemManage.aspx"  >管理六 </a >
<div style="clear:both;" > </div >
</div >
引用site.master页面时,想跳到首页的时候 页面中的代码应该是这样的.
<a id="list1"  href="/default.aspx" class="ontime" >首  页  </a >

即跳到哪个页面,该链接都会加一个class="ontime"
该如何实现呢?大家指教了

posted on 2007-09-30 16:08  叶子绿了  阅读(211)  评论(2编辑  收藏  举报

导航