JS把鼠标经过换成点击
原始代码//JavaScriptDocumentfunctionShowarticleContenta(id){for(vari=0;i<12;i++){varartic...
原始代码
// JavaScript Document
function ShowarticleContenta(id)
{
for (var i = 0;i < 12;i++)
{
var articlenava= document.getElementById("articlenava" + i);
var articlecontenta = document.getElementById("articlecontenta" + i);
if (i == id)
{
articlenava.className = 'bg_nav_yy';
articlecontenta.style.display = "";
}
else
{
articlenava.className = 'bg_nav_current_yy';
articlecontenta.style.display = "none";
}
}
} 展开
// JavaScript Document
function ShowarticleContenta(id)
{
for (var i = 0;i < 12;i++)
{
var articlenava= document.getElementById("articlenava" + i);
var articlecontenta = document.getElementById("articlecontenta" + i);
if (i == id)
{
articlenava.className = 'bg_nav_yy';
articlecontenta.style.display = "";
}
else
{
articlenava.className = 'bg_nav_current_yy';
articlecontenta.style.display = "none";
}
}
} 展开
1个回答
2015-01-12
展开全部
不齐把,这上面哪有任何跟鼠标触发状态有关的东东?
找你其他js代码,把所有onmouseover改成onclick
找你其他js代码,把所有onmouseover改成onclick
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询