永发信息网

帮忙看下JS代码

答案:2  悬赏:0  手机版
解决时间 2021-05-17 20:31
  • 提问者网友:孤凫
  • 2021-05-16 19:47

document.writeln("<style>");
document.writeln("<!--");
document.writeln(".citydiv_box{width:256px;border:1px solid #A6D0F5;font-size:12px;background-color:#ffffff}");
document.writeln(".citydiv_box li{text-align:center;line-height:18px; height:18px; padding:0;margin:5px;float:left;}");
document.writeln("#tt");
document.writeln("{");
document.writeln("position:absolute;");
document.writeln("visibility:hidden;");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("<div id=\"city-pop\" style=\"Z-INDEX: 2;DISPLAY: none;POSITION: absolute;overflow:hidden;border:none;\">");
document.writeln("<div class=\"citydiv_box\">");
document.writeln("  <div style=\"margin:5px; height:20px;\">");
document.writeln("    <span><a onmouseover=\"this.style.cursor=\"hand\";\" onclick=\"itMouse()\">");
document.writeln("    <img src=\"/skins/dg13/images\/city_close.gif\" border=\"0\" style=\"float:right;padding:5px;\"/><\/a>");
document.writeln("    总站:");
document.writeln("    <a href=../../ ><font style=\"color:#FF0000\">蠡县<\/font><\/a><\/span>");
document.writeln("  <\/div>");

document.writeln("");
document.writeln("<\/div>");
document.writeln("<\/div>");

document.writeln("");

 

 

上面这段JS代码的效果如下图所示

 

我想在哪里再添加几个分站

不知道如何改JS

知道的给说下

最佳答案
  • 五星知识达人网友:低音帝王
  • 2021-05-16 19:53
从总站那边开始改  如下:document.writeln("    <span><a onmouseover=\"this.style.cursor=\"hand\";\" onclick=\"itMouse()\">");
document.writeln("    <img src=\"/skins/dg13/images\/city_close.gif\" border=\"0\" style=\"float:right;padding:5px;\"/><\/a>");
document.writeln("    总站:");
document.writeln("    <a href=../../ ><font style=\"color:#FF0000\">蠡县<\/font><\/a>");document.writeln("    分站1:");
document.writeln("    <a href=../../ ><font style=\"color:#FF0000\">分站1名称<\/font><\/a>");document.writeln("    分站2:");
document.writeln("    <a href=../../ ><font style=\"color:#FF0000\">分站2名称<\/font><\/a>");document.writeln("  <\/span>");
document.writeln("  <\/div>");

document.writeln("");
document.writeln("<\/div>");
document.writeln("<\/div>");

document.writeln("");

全部回答
  • 1楼网友:神鬼未生
  • 2021-05-16 20:44

document.writeln("    总站:");
document.writeln("    <a href=../../ ><font style=\"color:#FF0000\">蠡县<\/font><\/a><\/span>");

这下面加吧
document.writeln("    分站:");
document.writeln("    <a href=../../ ><font style=\"color:#FF0000\">分站1<\/font><\/a><\/span>");
document.writeln("    <a href=../../ ><font style=\"color:#FF0000\">分站2<\/font><\/a><\/span>");

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯