asp如何根据当前页而改变菜单CSS样式?
<%DimShopListSetShopList=server.CreateObject("adodb.recordset")ShopList.open"select*f...
<%
Dim ShopList
Set ShopList=server.CreateObject("adodb.recordset")
ShopList.open "select * from Shop_Class order by Cn_Line asc",conn,1,1
while not ShopList.eof
response.Write"<li><a href=""ProductList.asp?id="&ShopList("id")&""">"&ShopList("Cn_Title")&"</a></li>" & vbCrLf
ShopList.movenext
wend
ShopList.close
Set ShopList=nothing
%> 如何实现一下效果呢?<li><a href="/1/Index.html" class="Three_Nav_On">分类产品一</a></li>
<li><a href="/2/Index.html">分类产品二</a></li>
<li><a href="/3/Index.html">分类产品三</a></li>
<li><a href="/4/Index.html">分类产品四</a></li> 点击那个链接就赋予class="Three_Nav_On" 样式? 知道的帮我写下啦。。。 展开
Dim ShopList
Set ShopList=server.CreateObject("adodb.recordset")
ShopList.open "select * from Shop_Class order by Cn_Line asc",conn,1,1
while not ShopList.eof
response.Write"<li><a href=""ProductList.asp?id="&ShopList("id")&""">"&ShopList("Cn_Title")&"</a></li>" & vbCrLf
ShopList.movenext
wend
ShopList.close
Set ShopList=nothing
%> 如何实现一下效果呢?<li><a href="/1/Index.html" class="Three_Nav_On">分类产品一</a></li>
<li><a href="/2/Index.html">分类产品二</a></li>
<li><a href="/3/Index.html">分类产品三</a></li>
<li><a href="/4/Index.html">分类产品四</a></li> 点击那个链接就赋予class="Three_Nav_On" 样式? 知道的帮我写下啦。。。 展开
3个回答
2013-09-02
展开全部
如果 你页面是动态现面的话,你可以定义一个变量,不同页面给不同值 如果 是静态页面可用js
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-02
展开全部
写一个JS比如这个<li><a href="/2/Index.html">分类产品二</a></li>改成<li><a href="/2/Index.html" onclick="javascript:this.className='Three_Nav_On' ">分类产品二</a></li>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-02
展开全部
你在1234 的4个文件夹里面各放一个css文件即可。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询