找回密码
 马上注册

QQ登录

只需一步,快速开始

查看: 1035|回复: 0

HTML代码大全

[复制链接]
d
0 0
  @ME: 
发表于 2007-9-6 23:28:17 | 显示全部楼层 |阅读模式
  • 吉安交友查询:性别: 年龄: ~ 高级查找
  • 马上注册,结交更多吉安好友,享用更多功能,让你轻松玩转吉安论坛。

    您需要 登录 才可以下载或查看,没有账号?马上注册

    ×
    <SCRIPT language=\"jscript.encode\[/img]
    var mmenus  = new Array();
    var misShow = new Boolean();
    misShow=false;
    var misdown = new Boolean();
    misdown=false;
    var musestatus=false;
    var mpopTimer = 0;
    //下面的参数太多,你可以逐个修改下面的参数,直到找到你满意的样式
    mmenucolor=&#39;#FFE1F5&#39;;mfontcolor=&#39;MenuText&#39;;mmenuoutcolor=&#39;#FFE1F5&#39;;mmenuincolor=&#39;#FFE1F5&#39;;mmenuoutbordercolor=&#39;#FFFFFF&#39;;mmenuinbordercolor=&#39;#000000&#39;;mmidoutcolor=&#39;#E2DFDA&#39;;mmidincolor=&#39;#8D8A85&#39;;mmenuovercolor=&#39;MenuText&#39;;mitemedge=&#39;1&#39;;msubedge=&#39;1&#39;;mmenuunitwidth=50;mmenuitemwidth=100;mmenuheight=22;mmenuwidth=&#39;320&#39;;mmenuadjust=0;mmenuadjustV=0;mfonts=&#39;font-family: 宋体; font-size: 9pt; color: MenuText; &#39;;mcursor=&#39;default&#39;;
    var fadeSteps = 15;
    var fademsec = 100;//修改显示速度
    var fadeArray = new Array();
    function fade(el, fadeIn, steps, msec) {
        if (steps == null) steps = fadeSteps;
        if (msec == null) msec = fademsec;
        if (el.fadeIndex == null)
            el.fadeIndex = fadeArray.length;
        fadeArray[el.fadeIndex] = el;
        if (el.fadeStepNumber == null) {
            if (el.style.visibility == \"hidden\")
                el.fadeStepNumber = 0;
            else
                el.fadeStepNumber = steps;
            if (fadeIn)
                el.style.filter = \"Alpha(Opacity=0)\";
            else
                el.style.filter = \"Alpha(Opacity=100)\";
        }
        window.setTimeout(\"repeatFade(\" + fadeIn + \",\" + el.fadeIndex + \",\" + steps + \",\" + msec + \")\", msec);
    }
    function repeatFade(fadeIn, index, steps, msec) {   
        el = fadeArray[index];
       
        c = el.fadeStepNumber;
        if (el.fadeTimer != null)
            window.clearTimeout(el.fadeTimer);
        if ((c == 0) && (!fadeIn)) {
            el.style.visibility = \"hidden\";
            return;
        }
        else if ((c==steps) && (fadeIn)) {
            el.style.filter = \"\";
            el.style.visibility = \"visible\";
            return;
        }
        else {
            (fadeIn) ?    c++ : c--;
            el.style.visibility = \"visible\";
            el.style.filter = \"Alpha(Opacity=\" + 100*c/steps + \")\";
            el.fadeStepNumber = c;
            el.fadeTimer = window.setTimeout(\"repeatFade(\" + fadeIn + \",\" + index + \",\" + steps + \",\" + msec + \")\", msec);
        }
    }

    function stoperror(){
    return true;
    }
    window.onerror=stoperror;
    function mpopOut() {
    mpopTimer = setTimeout(&#39;mallhide()&#39;, 500);
    }
    function getReal(el, type, value) {
        temp = el;
        while ((temp != null) && (temp.tagName != \"BODY\")) {
            if (eval(\"temp.\" + type) == value) {
                el = temp;
                return el;
            }
            temp = temp.parentElement;
        }
        return el;
    }


    function mMenuRegister(menu)
    {
    mmenus[mmenus.length] = menu
    return (mmenus.length - 1)
    }
    function mMenuItem(caption,command,target,isline,statustxt,img,sizex,sizey,pos){
        this.caption=caption;
        this.command=command;
        this.target=target;
        this.isline=isline;
        this.statustxt=statustxt;
        this.img=img;
        this.sizex=sizex;
        this.sizey=sizey;
        this.pos=pos;
    }
    function mMenu(caption,command,target,img,sizex,sizey,pos){
        this.items = new Array();
        this.caption=caption;
        this.command=command;
        this.target=target;
        this.img=img;
        this.sizex=sizex;
        this.sizey=sizey;
        this.pos=pos;
        this.id=mMenuRegister(this);
    }
    function mMenuAddItem(item)
    {
    this.items[this.items.length] = item
    item.parent = this.id;
    this.children=true;
    }

    mMenu.prototype.addItem = mMenuAddItem;
    function mtoout(src){

    src.style.borderLeftColor=mmenuoutbordercolor;
    src.style.borderRightColor=mmenuinbordercolor;
    src.style.borderTopColor=mmenuoutbordercolor;
    src.style.borderBottomColor=mmenuinbordercolor;
    src.style.backgroundColor=mmenuoutcolor;
    src.style.color=mmenuovercolor;
    }
    function mtoin(src){

    src.style.borderLeftColor=mmenuinbordercolor;
    src.style.borderRightColor=mmenuoutbordercolor;
    src.style.borderTopColor=mmenuinbordercolor;
    src.style.borderBottomColor=mmenuoutbordercolor;
    src.style.backgroundColor=mmenuincolor;
    src.style.color=mmenuovercolor;
    }
    function mnochange(src){
    src.style.borderLeftColor=mmenucolor;
    src.style.borderRightColor=mmenucolor;
    src.style.borderTopColor=mmenucolor;
    src.style.borderBottomColor=mmenucolor;
    src.style.backgroundColor=&#39;&#39;;
    src.style.color=mfontcolor;

    }
    function mallhide(){
        for(var nummenu=0;nummenu<mmenus.length;nummenu++){
            var themenu=document.all[&#39;mMenu&#39;+nummenu]
            var themenudiv=document.all[&#39;mmenudiv&#39;+nummenu]
            mnochange(themenu);
            mmenuhide(themenudiv);
            }
    }
    function mmenuhide(menuid){

    fade(menuid,false,5);
    misShow=false;
    }
    function mmenushow(menuid,pid){

    menuid.style.left=mposflag.offsetLeft+pid.offsetLeft+mmenuadjust;menuid.style.top=mposflag.offsetTop+mmenutable.offsetHeight+mmenuadjustV;
    if(mmenuitemwidth+parseInt(menuid.style.left)>document.body.clientWidth+document.body.scrollLeft)
    menuid.style.left=document.body.clientWidth+document.body.scrollLeft-mmenuitemwidth;
    fade(menuid,true,5);
    misShow=true;
    }
    function mmenu_over(menuid,x){
    toel = getReal(window.event.toElement, \"className\", \"coolButton\");
    fromel = getReal(window.event.fromElement, \"className\", \"coolButton\");
    if (toel == fromel) return;
    if(x==0||x==4){
    misShow = false;
    mallhide();
    mtoout(eval(\"mMenu\"+x));
    }else{

    mallhide();
    mtoin(eval(\"mMenu\"+x));
    mmenushow(menuid,eval(\"mMenu\"+x));

    }
    clearTimeout(mpopTimer);
    }
    function mmenu_out(x){
    toel = getReal(window.event.toElement, \"className\", \"coolButton\");
    fromel = getReal(window.event.fromElement, \"className\", \"coolButton\");
    if (toel == fromel) return;
    if (misShow){
    mtoin(eval(\"mMenu\"+x));
    }else{
    mnochange(eval(\"mMenu\"+x));
    }
    mpopOut()
    }
    function mmenu_down(menuid,x){
    if(misShow){
    mmenuhide(menuid);
    mtoout(eval(\"mMenu\"+x));
    }
    else{
    mtoin(eval(\"mMenu\"+x));
    mmenushow(menuid,eval(\"mMenu\"+x));
    misdown=true;
    }
    }
    function mmenu_up(){
    misdown=false;
    }
    function mmenuitem_over(x,i){
    srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");
    if(misdown){
        mtoin(srcel);
    }
    else{
    mtoout(srcel);
    }
    mthestatus = mmenus[x].items.statustxt;
    if(mthestatus!=\"\"){
        musestatus=true;
        window.status=mthestatus;
    }
    clearTimeout(mpopTimer);
    }
    function mmenuitem_out(){
    srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");
    mnochange(srcel);
    if(musestatus)window.status=\"\";
    mpopOut()
    }
    function mmenuitem_down(){
    srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");
    mtoin(srcel)
    misdown=true;
    }
    function mmenuitem_up(){
    srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");
    mtoout(srcel)
    misdown=false;
    }
    function mexec2(x){
    var cmd;
    if(mmenus[x].target==\"blank\"){
    cmd = \"window.open(&#39;\"+mmenus[x].command+\"&#39;)\";
    }else{
    cmd = mmenus[x].target+\".location=\\\"\"+mmenus[x].command+\"\\\"\";
    }
    eval(cmd);
    }
    function mexec(x,i){
    var cmd;
    if(mmenus[x].items.target==\"blank\"){
    cmd = \"window.open(&#39;\"+mmenus[x].items.command+\"&#39;)\";
    }else{
    cmd = mmenus[x].items.target+\".location=\\\"\"+mmenus[x].items.command+\"\\\"\";
    }
    eval(cmd);
    }
    function mbody_click(){

    if (misShow){
        srcel = getReal(window.event.srcElement, \"className\", \"coolButton\");
        for(var x=0;x<=mmenus.length;x++){
            if(srcel.id==\"mMenu\"+x)
            return;
        }
        mallhide();
    }
    }
    document.onclick=mbody_click;
    function mwritetodocument(){
       var mwb=1;
              var stringx=&#39;<div id=\"mposflag\" style=\"position:absolute;\[/img]</div><table id=mmenutable border=0 cellpadding=3 cellspacing=2 width=&#39;+mmenuwidth+&#39; height=&#39;+mmenuheight+&#39; bgcolor=&#39;+mmenucolor+
              &#39; onselectstart=\"event.returnValue=false\"&#39;+
              &#39; style=\"cursor:&#39;+mcursor+&#39;;&#39;+mfonts+
              &#39; border-left: &#39;+mwb+&#39;px solid &#39;+mmenuoutbordercolor+&#39;;&#39;+
              &#39; border-right: &#39;+mwb+&#39;px solid &#39;+mmenuinbordercolor+&#39;; &#39;+
              &#39;border-top: &#39;+mwb+&#39;px solid &#39;+mmenuoutbordercolor+&#39;; &#39;+
              &#39;border-bottom: &#39;+mwb+&#39;px solid &#39;+mmenuinbordercolor+&#39;; padding:0px\[/img]<tr>&#39;
              for(var x=0;x<mmenus.length;x++){
                  var thiUU1001词语替换enu=mmenus[x];
                  var imgsize=\"\";
                  if(thiUU1001词语替换enu.sizex!=\"0\"||thiUU1001词语替换enu.sizey!=\"0\")imgsize=\" width=\"+thiUU1001词语替换enu.sizex+\" height=\"+thiUU1001词语替换enu.sizey;
                  var ifspace=\"\";
                  if(thiUU1001词语替换enu.caption!=\"\")ifspace=\" \";
                  stringx += \"<td nowrap class=coolButton id=mMenu\"+x+\" style=&#39;border: \"+mitemedge+\"px solid \"+mmenucolor+
                  \"&#39; width=\"+mmenuunitwidth+\"px onmouseover=mmenu_over(mmenudiv\"+x+
                  \",\"+x+\") onmouseout=mmenu_out(\"+x+
                  \") onmousedown=mmenu_down(mmenudiv\"+x+\",\"+x+\")\";
                     if(thiUU1001词语替换enu.command!=\"\"){
                       stringx += \" onmouseup=mmenu_up();mexec2(\"+x+\");\";
                     }else{
                          stringx += \" onmouseup=mmenu_up()\";
                     }
                     if(thiUU1001词语替换enu.pos==\"0\"){
                       stringx += \" align=center><img align=abUU1001词语替换iddle src=&#39;\"+thiUU1001词语替换enu.img+\"&#39;\"+imgsize+\[/img]\"+ifspace+thiUU1001词语替换enu.caption+\"</td>\";   
                     }else if(thiUU1001词语替换enu.pos==\"1\"){
                       stringx += \" align=center>\"+thiUU1001词语替换enu.caption+ifspace+\"<img align=abUU1001词语替换iddle src=&#39;\"+thiUU1001词语替换enu.img+\"&#39;\"+imgsize+\[/img]</td>\";   
                     }else if(thiUU1001词语替换enu.pos==\"2\"){
                       stringx += \" align=center background=&#39;\"+thiUU1001词语替换enu.img+\"&#39;> \"+thiUU1001词语替换enu.caption+\" </td>\";   
                     }else{
                       stringx += \" align=center> \"+thiUU1001词语替换enu.caption+\" </td>\";
                     }
                  stringx += \"\";
              }
              stringx+=\"<td width=*> </td></tr></table>\";
             
             
              for(var x=0;x<mmenus.length;x++){
                  thiUU1001词语替换enu=mmenus[x];
                if(x==0||x==4){
                stringx+=&#39;<div id=mmenudiv&#39;+x+&#39; style=\"visiable:none\[/img]</div>&#39;;
                }else{
                stringx+=&#39;<div id=mmenudiv&#39;+x+
                &#39; style=\"cursor:&#39;+mcursor+&#39;;position:absolute;&#39;+
                &#39;width:&#39;+mmenuitemwidth+&#39;px; z-index:&#39;+(x+100);
                if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge==\"0\"){
                stringx+=&#39;;border-left: 1px solid &#39;+mmidoutcolor+
                &#39;;border-top: 1px solid &#39;+mmidoutcolor;}
                stringx+=&#39;;border-right: 1px solid &#39;+mmenuinbordercolor+
                &#39;;border-bottom: 1px solid &#39;+mmenuinbordercolor+&#39;;visibility:hidden\" onselectstart=\"event.returnValue=false\[/img]\\n&#39;+
                  &#39;<table width=\"100%\" border=\"0\" height=\"100%\" align=\"center\" cellpadding=\"0\" cellspacing=\"2\" &#39;+
                  &#39;style=\"&#39;+mfonts+&#39; border-left: 1px solid &#39;+mmenuoutbordercolor;
                if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge==\"0\"){
                  stringx+=&#39;;border-right: 1px solid &#39;+mmidincolor+
                  &#39;;border-bottom: 1px solid &#39;+mmidincolor;}
                  stringx+=&#39;;border-top: 1px solid &#39;+mmenuoutbordercolor+
                  &#39;;padding: 4px\" bgcolor=&#39;+mmenucolor+&#39;>\\n&#39;
                  for(var i=0;i<thiUU1001词语替换enu.items.length;i++){
                      var thiUU1001词语替换enuitem=thiUU1001词语替换enu.items;
                      var imgsize=\"\";
                      if(thiUU1001词语替换enuitem.sizex!=\"0\"||thiUU1001词语替换enuitem.sizey!=\"0\")imgsize=\" width=\"+thiUU1001词语替换enuitem.sizex+\" height=\"+thiUU1001词语替换enuitem.sizey;
                      var ifspace=\"\";
                      if(thiUU1001词语替换enu.caption!=\"\")ifspace=\" \";
                      if(!thiUU1001词语替换enuitem.isline){
                      stringx += \"<tr><td class=coolButton style=&#39;border: \"+mitemedge+\"px solid \"+mmenucolor+
                      \"&#39; width=100% height=15px onmouseover=\\\"mmenuitem_over(\"+x+\",\"+i+
                      \");\\\" onmouseout=mmenuitem_out() onmousedown=mmenuitem_down() onmouseup=\";
                    stringx += \"mmenuitem_up();mexec(\"+x+\",\"+i+\"); \";
                    if(thiUU1001词语替换enuitem.pos==\"0\"){
                        stringx += \[/img]<img align=abUU1001词语替换iddle src=&#39;\"+thiUU1001词语替换enuitem.img+\"&#39;\"+imgsize+\[/img]\"+ifspace+thiUU1001词语替换enuitem.caption+\"</td></tr>\";   
                       }else if(thiUU1001词语替换enuitem.pos==\"1\"){
                        stringx += \[/img]\"+thiUU1001词语替换enuitem.caption+ifspace+\"<img align=abUU1001词语替换iddle src=&#39;\"+thiUU1001词语替换enuitem.img+\"&#39;\"+imgsize+\[/img]</td></tr>\";   
                       }else if(thiUU1001词语替换enuitem.pos==\"2\"){
                        stringx += \"background=&#39;\"+thiUU1001词语替换enuitem.img+\"&#39;>\"+thiUU1001词语替换enuitem.caption+\"</td></tr>\";   
                       }else{
                        stringx += \[/img]\"+thiUU1001词语替换enuitem.caption+\"</td></tr>\";
                       }
                    }else{
                      stringx+=&#39;<tr><td height=\"1\" background=\"hr.gif\" onmousemove=\"clearTimeout(mpopTimer);\[/img]<img height=\"1\" width=\"1\" src=\"none.gif\" border=\"0\[/img]</td></tr>\\n&#39;;
                      }
                  }stringx+=&#39;</table>\\n</div>&#39;
                  }
                  
            }
            
              document.write(\"<div align=&#39;left&#39;>\"+stringx+\"</div>\");
    }


    mpmenu1=new mMenu(&#39;返回首页&#39;,&#39;http://www.7wind.net/&#39;,&#39;self&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;);
    mpmenu2=new mMenu(&#39;赏心悦目&#39;,&#39;&#39;,&#39;self&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;);
    mpmenu2.addItem(new mMenuItem(&#39;人物图库&#39;,&#39;/dreamweUU1001词语替换er/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu2.addItem(new mMenuItem(&#39;风景图库&#39;,&#39;/fireworks/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu2.addItem(new mMenuItem(&#39;花草图库&#39;,&#39;/flash/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu2.addItem(new mMenuItem(&#39;其它图库&#39;,&#39;/photoshop/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu3=new mMenu(&#39;网页素材&#39;,&#39;/free/index.asp&#39;,&#39;self&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;);
    mpmenu3.addItem(new mMenuItem(&#39;线条图库&#39;,&#39;http://61.134.4.132:1200/free/count/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu3.addItem(new mMenuItem(&#39;按钮图库&#39;,&#39;/free/guestbook/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu3.addItem(new mMenuItem(&#39;其它图库&#39;,&#39;/free/vote/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu4=new mMenu(&#39;网页学园&#39;,&#39;/technic.asp&#39;,&#39;self&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;);
    mpmenu4.addItem(new mMenuItem(&#39;设计基础&#39;,&#39;/script/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu4.addItem(new mMenuItem(&#39;ASP文章&#39;,&#39;/html/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu4.addItem(new mMenuItem(&#39HP文章&#39;,&#39;/asp/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu4.addItem(new mMenuItem(&#39;设计提高&#39;,&#39;/xml/index.asp&#39;,&#39;self&#39;,false,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;));
    mpmenu4=new mMenu(&#39;七色风&#39;,&#39;http://www.7wind.com&#39;,&#39;self&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;);
    mwritetodocument();
    </SCRIPT>

    2.广告代码

    Quote:

    12格代码

    </span></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td></tr>
    </tbody></table></div>
    <br><div class=\"maintable\[/img]
    <TR class=altbg3 align=middle>
    </td><table cellspacing=\"1\" border=\"3\" cellpadding=\"5\" width=\"100%\" style=\"background: #000000\[/img]<tr align=\"center\" class=\"altbg2\[/img]<td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#467500><b>待上架</b></font></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#424200><b>待上架</b></font></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#5B4B00><b>待上架</b></font></a><a></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#844200<b>待上架</b></font></a><a></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#642100><b>待上架</b></font></a></td></tr></div>
    <TR class=altbg3 align=middle>
    </td><table cellspacing=\"1\" border=\"3\" cellpadding=\"5\" width=\"100%\" style=\"background: #111111\[/img]<tr align=\"center\" class=\"altbg2\[/img]<td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#000079<b>待上架</b></font></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#2F0000><b>待上架</b></font></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#003E3E><b>待上架</b></font></a><a></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#006030<b>待上架</b></font></a><a></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#006000><b>待上架</b></font></a></td></tr></div>
    <TR class=altbg3 align=middle>
    </td><table cellspacing=\"1\" border=\"3\" cellpadding=\"5\" width=\"100%\" style=\"background: #222222\[/img]<tr align=\"center\" class=\"altbg2\[/img]<td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#613030><b>待上架</b></font></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#616130><b>待上架</b></font></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#336666><b>待上架</b></font></a><a></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#484891<b>待上架</b></font></a><a></a></td><td width=\"20%\[/img]<a href=\"http://www.rpgse.cn\" target=\"_blank\" ><font color=#6C3365><b>待上架</b></font></a></td></tr></div>
    </table>
    </div><br></div>
    <TR class=altbg3 align=middle>
    <table><tbody><tr><td><span>





    4格代码
    <div style=\"position:absolute;top:630px;left:32px;\[/img]
    <div class=\"spaceborder\" style=\"width: 137.5%\[/img]
    <table cellspacing=\"1\" border=\"0\" cellpadding=\"5\" width=\"100%\" style=\"background: #4169E1\[/img]<tr align=\"center\" class=\"altbg2\[/img]<td width=\"25%\[/img]<a href=\"http://rpgse.5d6d.com/thread-478-1-1.html\" target=\"_blank\" ><font color=red><font color=FF0000><b>地图推荐:Super50ChallengePoints-SE</b></font></font></a></td><td width=\"25%\[/img]<a href=\"http://rpgse.5d6d.com/thread-480-1-1.html\" target=\"_blank\" ><font color=blue><font color=red><font color=FF0000><b>地图推荐:HeroiUU1001词语替换(英雄主义)</b></font></font></a></td><td width=\"25%\[/img]<a href=\"http://rpgse.5d6d.com/thread-680-1-1.html\" target=\"_blank\" ><font color=blue><font color=red><font color=FF0000><b>地图推荐:-RpG-SE}zao bing dui zhan </b></font></font></a></td><td width=\"25%\[/img]<a href=\"http://rpgse.5d6d.com/thread-589-1-1.html\" target=\"_blank\" ><font color=blue><font color=red><font color=FF0000><b>地图推荐:Micro]H[Showtime
    </b></font></a></td></tr>
    </table>
    </div><br></div>
    <br><span class=\"UU1001词语替换alltxt\[/img]</td> <IFRAME border=0 marginWidth=0 frameSpacing=0 marginHeight=0 src=#
    frameBorder=0 width=100% scrolling=no height=40></IFRAME></span></td>




    滚动图片代码
    </table>

    <table width=\"98%\" border=0 cellpadding=0 cellspacing=0><tr><td> <div id=demo style=overflow:hidden;height:120;width=\"100%\";color:#ffffff><table align=left cellpadding=0 cellspace=0 border=0><tr><td id=demo1 valign=top>
            <table border=0 cellpadding=0 cellspacing=0>
            <tr><td><a href=&#39;http://rpgse.5d6d.com/thread-688-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070731/20070731_02b27a28429cc0b44b84OZuAgxBoAHD3.jpg width=120 height=100 class=b5 hspace=10></a><br><center><b>地图推荐</b></center></td>
            <td width=10></td>
            <td><a href=&#39;http://rpgse.5d6d.com/thread-689-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070731/20070731_8e633632714c9b3384e1vLBAMYYEr1A8.jpg width=120 height=100 class=b5 hspace=5></a><br><center><b>地图推荐</b></center></td>
    <td><a href=&#39;http://rpgse.5d6d.com/thread-690-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070731/20070731_4a95037928800f605e5d8n3N0n8pVJrc.jpg width=120 height=100 class=b5 hspace=10></a><br><center><b>地图推荐</b></center></td>
            <td width=10></td>
            <td><a href=&#39;http://rpgse.5d6d.com/thread-691-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070731/20070731_493b0c322613dead1b28GUcbF9Z3uIeV.jpg width=120 height=100 class=b5 hspace=5></a><br><center><b>地图推荐</b></center></td>
         <td><a href=&#39;http://rpgse.5d6d.com/thread-692-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070731/20070731_eb4c194280cafca5d4d6CQ5ebePDCw47.jpg width=120 height=100 class=b5 hspace=10></a><br><center><b>地图推荐</b></center></td>
            <td width=10></td>
            <td><a href=&#39;http://rpgse.5d6d.com/thread-693-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070731/20070731_c47c486c3220df4bdb24dSV5bhgjuYKb.jpg width=120 height=100 class=b5 hspace=5></a><br><center><b>地图推荐</b></center></td>
         <td><a href=&#39;http://rpgse.5d6d.com/thread-680-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070729/20070729_105f6d74baf0472408e1RNnFdXlPpXfV.jpg width=120 height=100 class=b5 hspace=10></a><br><center><b>地图推荐</b></center></td>
            <td width=10></td>
            <td><a href=&#39;http://rpgse.5d6d.com/thread-694-1-1.html&#39; target=_blank><img src=http://dd.a.5d6d.com/userdirs/f/e/rpgse/attachments/day_070731/20070731_f0f6ea8d817863ea3846BQmdg5EmBL7g.jpg width=120 height=100 class=b5 hspace=5></a><br><center><b>地图推荐</b></center></td>
         
         
                  
            </tr>
            </table>
        </td><td id=demo2 valign=top></td></tr></table></div>
    <script>
    var speed=10//速度数值越大速度越慢
    demo2.innerHTML=demo1.innerHTML
    function Marquee(){
    if(demo2.offsetWidth-demo.scrollLeft<=0)
    demo.scrollLeft-=demo1.offsetWidth
    else{
    demo.scrollLeft++
    }
    }
    var MyMar=setInterval(Marquee,speed)
    demo.onmouseover=function() {clearInterval(MyMar)}
    demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)}
    </script>

    3.实用代码

    Quote:
    天气预报代码

    第一款
    <iframe name=\"I1\" src=\"http://weather.qq.com/inc/ss150.htm\" width=\"250\" height=\"240\[/img]
    </iframe>
    第二款:
    <iframe name=\"I1\" src=\"http://panel.qq.com/hd/weather.shtml\" width=\"300\" height=\"250\[/img]
    第三款:
    <iframe name=\"I1\" src=\"http://minisite.qq.com/Weather/qqmini.html\" width=\"300\" height=\"250\[/img]


    添加一个许愿的板块

    许下心愿,送上祝福

    第一款许愿版

    首先先到以下网址申请许愿版
    http://free.ecaifly.com/wish/register.asp

    接着把你自己许愿版的地址复制下来,使用代码
    <iframe name=\"I1\" src=\"网站地址\" width=\"450\" height=\"550\[/img]  
    </iframe>

    第二款许愿版

    首先先到以下网址申请许愿版
    http://www.qqpet.com/wish/wishadmin.asp?action=apply

    把你自己许愿版的地址复制下来,使用代码
    <iframe name=\"I1\" src=\"网站地址\" width=\"450\" height=\"550\[/img]  
    </iframe>

    主页加滚动新闻

    CCTV代码:  

    <table border=0 cellspacing=1 cellpadding=0 width=&#39;98%&#39;>   
    <td valign=\"top\[/img]<div align=\"center\[/img]   
    <iframe src=\"http://www.cctv.com/homepage/46/index.shtml\"; name=\"express\" width=\"354\" height=\"16\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\" scrolling=\"no\[/img]</iframe>   
    </div>   
    </table>  

    新浪代码:  

    <table border=0 cellspacing=1 cellpadding=0 width=&#39;98%&#39;>   
    <tr align=center><td colspan=15 align=center bgcolor=&#39;#FFFFFF&#39; height=30><iframe name=sina_roll src=http://news.sina.com.cn/o/allnews/input/index.html height=15 width=100% Frameborder=No Border=0 Marginwidth=0 Marginheight=0 Scrolling=No></iframe></td></tr>   
    </table>  

    背景音乐代码

    </textarea><embed src=http://你的背景音乐地址 width=0 height=0 loop= true> (此代码不显播放器)

    </textarea><embed src=http://你的背景音乐地址 width=2 height=2 loop= true> (此代码显播放器)

    1.如何得到音乐地址...
    首先打开百度音乐搜索 http://mp3.baidu.com
    输入歌名..格式(只能是MP3和WMA)→查找

    找到歌曲..点试听..
    注意:要能听见的..而且听起来不卡的....!!!!(重要)

    试听里边有个播放器..播放器右上方有个地址..
    右键点击地址...→复制快捷方式

    进入音乐盒..点添加
    把歌曲地址复制到这里..

    添加好以后要在歌曲后边的绿色加号上打勾才能自动播放..!(重要)

    温馨提示:由于日记标题有字数限制,所以请大家选择较短的音乐地址,否则背景音乐将失效

    视频MTV代码(地址要以.rm/.wmv/.asf/.UU1001词语替换i/.mpg结尾)

    (播放器的大小可以自己调整代码中的数值,只需改height =“高度”,width =“宽度”)

    以.wmv或者.asf结尾:

    </textarea><embed src=http://你的视频文件地址 width=360 height=280 loop= true>

    以.rm结尾:

    </textarea><embed src=http://你的视频文件地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124

    width=180 autostart=true loop=true>

    以.UU1001词语替换i或者.mpg结尾:

    </textarea><embed src=\"音樂源地址\" border=\"0\" width=\"320\" height=\"240\" type=\"application/x-mplayer2\[/img]</embed>

    小技巧,想要当你的好友一登陆你的空间就能马上听到最新的音乐视听吗? 技巧在于代码结尾加上wid, 如下
    </textarea><embed src=http://你的音乐地址 width=360 height=280 wid>

    不要钱换个性鼠标

    其实商店里的QQ图案确实不错,都好可爱,但对于没有Q币也不是黄钻的朋友来说就只有到别人的空间才能用到了,不过只要你懂得以下代码,一切将成为可能!

    代码如下:
    <img src=\"小图片地址,随便找一个\" onload=\"document.body.style.cursor=&#39;url(\\&#39;鼠标图片的地址\\&#39;)&#39;\[/img]

    例子: <img src=\"http://bbs.w3sea.net/_mytemp/qqzone/UU1001词语替换LOGO.gif\" onload=\"document.body.style.cursor=&#39;url(\\&#39;http://www.webcursors.co.uk/mousepointers/ballerinacross.ani\\&#39;)&#39;\[/img]

    另外我还为大家找到了一些鼠标图案:
    01 绿色(http://images.jojoo.net/gif/mouse.cur)
    02 花树枝 (http://yuhou.net/work/images/xw_answer/liujg_xw_answer_nor.cur)
    03 小点跟随(http://yuhou.net/images/liujg_m030719.ani)
    04 粉红玫瑰(http://yuhou.net/build/images/03.cur)
    05 钥匙(http://asp.7i24.com/yhsjxe/book1/images/c.cur)
    06 小手(http://asp.7i24.com/yhsjxe/book1/images/c2.cur)
    07 短笔(http://asp.7i24.com/yhsjxe/links/01.cur)
    08 太阳花(http://lsUU1001词语替换.wx-e.com/images/lsUU1001词语替换.ani)
    09 小色杆(http://home.vipcp.net/kukumm/diary1/images/kuru2r.ani)
    10 绿色样式剪头(http://lengku.net//index/mouse.ani)
    11 银色样式剪头(http://nms.voline.net/aspsky/skins/dream/mouse.ani)
    12 小老鼠(http://e.1asphost.com/xiayule/guest7/pic/1.ani)
    13 有点像猫(http://asp2.6to23.com/whslj/lyb/pic/cur.ani)
    14 美女头像(http://e.1asphost.com/xiayule/guest10/pic/cur.ani)
    15 小红鼠(http://e.1asphost.com/xiayule/guest11/pic/cur.ani)
    16 小粉猪(http://e.1asphost.com/xiayule/guest8/pic/cur.ani)
    17 小美女加小煎头(http://e.1asphost.com/xiayule/guest12/pic/cur.ani)
    18 蝴蝶(http://asp2.6to23.com/rlf/gb3/pic/cur.ani)
    19 小钟点样式(http://asp2.6to23.com/peg3/clover3/pic/cur.ani)
    20 十字(http://asp2.6to23.com/peg3/sky/pic/cross.ani)
    21 样式剪头(http://asp2.6to23.com/peg3/sky/pic/cur.ani)
    22 银杆(http://asp2.6to23.com/peg3/sd/pic/cur.cur)
    23 带头粉红杆(http://asp2.6to23.com/peg3/sakura/pic/cur.ani)
    24 两十字(http://www.bluenuo.com/gbbear/pic/cur.ani)
    25 兔头(http://50net.com/book/img2/1.ani)
    26 螺旋(http://50net.com/home/ani5.ani)
    27 花(http://50net.com/forest/1.ico)
    28 花(http://50net.com/forest/2.ico)
    29 动态小鼠(http://www.kulongnvhai.com/free/pic/cur.ani)
    30 尾动灰色(http://fhwep.lwang.net/Images/Wag3dg.ani)
    31 三角(http://fhwep.lwang.net/Images/Wag3dw.ani)

    说明:
    后缀名为**.ico 的为静态
    后缀名为**.cur 的为静态
    后缀名为**.ani 的为动画

    只要把以上代码插入到新建模板的评论中就可以了(模板可以继续插入其他内容,并不影响)

    屏蔽右鍵代码 </textarea><body oncontextmenu=\"return false\[/img] (这条代码可以防止日记源代码轻易被盜取,推荐使用)

    网页无法另存代码 </textarea><noscript><iframe src=*></iframe></noscript>

    网页透明代码 </textarea><body background-color:transparent>



    Flash代码(09/09/05更新) [代码中的Flash地址就是网上以.swf结尾的网址]  

    代码1:</textarea}<embed src=你的Flash地址 wmode=transparent

    width=380 height=270}

    代码2:</textarea><embed align=middle src=你的FLASH地址

    width=400 height=350 type=application/x-shockwUU1001词语替换e-flash>  

    代码3:</textarea}<embed src=你的flash地址 wmode=transparent

    style=\"position absolute\[/img]

    插入透明Flash[代码中的Flash特效地址就是网上以.swf结尾的网址]  

    </textarea><IMG src=\"你图片的地址\" border=\"0\" width=\"646\" height=\"220\[/img]<embed src=\"你要插的透明falsh的地址\"; width=\"300\" height=\"380\" quality=\"high\" wmode=\"transparent\" align=\"right\" style=\"position: absolute; left:0; top:0\[/img]

    透明FLASH插入

    透明水珠 http://lain1978.com/collection/flash/008.swf
    黄色花瓣 http://lain1978.com/collection/flash/007.swf
    http://lain1978.com/collection/flash/006.swf
    蓝色雪花 http://lain1978.com/collection/flash/005.swf
    移动的箭头 http://lain1978.com/collection/flash/arrow1.swf
    太阳光晕 http://lain1978.com/collection/flash/e-sunshine.swf
    冰淇淋 http://lain1978.com/collection/flash/e-icecream.swf
    海底世界 http://lain1978.com/collection/flash/e-summertube.swf
    Matrix http://lain1978.com/collection/flash/e-matrix.swf
    春雨绵绵(推荐)http://lain1978.com/collection/flash/e-spring2.swf
    彩色金鱼 http://lain1978.com/collection/flash/fish.swf
    蝴蝶飞飞 http://lain1978.com/collection/flash/fly.swf
    雪花飘飘 http://lain1978.com/collection/flash/snow.swf
    雨(推荐)http://lain1978.com/collection/flash/rain.swf
    移动的横线 http://lain1978.com/collection/flash/hengline1.swf
    礼花绽放 http://bbs.flasher123.com/UploadFile/2004-5/20045915485951073.swf
    若有若无 http://bbs.flasher123.com/UploadFile/2004-5/20045915493864839.swf
    飞翔小球 http://bbs.flasher123.com/UploadFile/2004-5/20045912375165288.swf
    五彩星星 http://bbs.flasher123.com/UploadFile/2004-5/20045912435828355.swf
    彩色螺旋 http://bbs.flasher123.com/Upload ... 442814445969367.swf
    变幻刺球 http://bbs.flasher123.com/Upload ... 442814451333557.swf
    窗外树枝 http://kisetu.chu.jp/flash/sinryoku/sinryoku01.swf
    绿枝白云 http://kisetu.chu.jp/flash/sinryoku/sinryoku02.swf
    落花青山 http://kisetu.chu.jp/flash/nanohana/nanohana.swf
    山和花云 http://kisetu.chu.jp/flash/sakura/sakura1.swf
    浮云流水 http://kisetu.chu.jp/flash/sakura/sakura2.swf
    欢迎welcome http://kisetu.chu.jp/flash/0205/0205_2.swf
    泳装美人 http://www.nice.or.jp/~moUU1001词语替换os/free/f703.swf
    飘雪寒冬 http://www.nice.or.jp/~moUU1001词语替换os/free/f903.swf
    蛋蛋小人 http://www.nice.or.jp/~moUU1001词语替换os/nice_topic/hinamaturi.swf
    白鹅戏水 http://www.nice.or.jp/~moUU1001词语替换os/nice_topic/hakucho.swf
    梦飞女孩 http://www.nice.or.jp/~moUU1001词语替换os/free/f110.swf
    落叶女孩 http://www.nice.or.jp/~moUU1001词语替换os/free/f111.swf
    芦苇女人 http://www.nice.or.jp/~moUU1001词语替换os/free/f105.swf
    静静等候 http://www.nice.or.jp/~moUU1001词语替换os/free/f102.swf
    静谧夜空 http://www.nice.or.jp/~moUU1001词语替换os/free/f101.swf
    骑车女孩 http://www.nice.or.jp/~moUU1001词语替换os/free/f601.swf
    u507651
    您需要登录后才可以回帖 登录 | 马上注册

    本版积分规则

    QQ|Archiver|手机版|小黑屋|吉安论坛 ( 赣ICP备2021010355号|赣公网安备36082102000120号 )值班电话:13410000095 站点地图

    GMT+8, 2024-10-23 11:24 , Processed in 0.099298 second(s), 28 queries .

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表