财经社区女性社区汽车社区军事社区文学社区社会社区娱乐社区游戏社区个人空间
上一主题:flash欣赏:祝楼里的新老朋友圣诞... 下一主题:愿望漂流瓶
为您送来一个网页模板。我这里有大量的特效代码,帮助您做好您的BBS。很荣幸为您服务欢迎光临。
[楼主] 作者:〖阿林〗  发表时间:2002/12/10 18:53
点击:4792次

'>点击这里进入我的论坛>

效果图

把下面代码里的链接和文字换成你的链接和文字


<script language='JavaScript'>parent.bbstop.rows='0%,*';</script>
<html><!-- #BeginTemplate '/Templates/index.dwt' -->
<head>
<!-- #BeginEditable 'doctitle' -->
<title>Sample Page!!!</title>
<!-- #EndEditable -->
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<style type='text/css'>
<!--
A:link { COLOR: #000000; TEXT-DECORATION: none}
A:visited { COLOR: #000000; TEXT-DECORATION: none}
A:active { COLOR: #009966; TEXT-DECORATION: underline}
A:hover { COLOR: #000000; TEXT-DECORATION: underline}
td { font-size: 9pt}
body { font-size: 9pt}
.bg {  background-image:   url(http://club.999.com.cn/club/91/2/club31291.gif>); background-repeat: repeat-x; background-position: center center}
.h {  line-height: 11pt}




-->
</style>
<script language='JavaScript'>
<!--
function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay(''+tmLnName+'','+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j];
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  } }
}




function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (numGotos != null)
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  jmpFwd = (fNew > tmLn.curFrame);
  for (i = 0; i < tmLn.length; i++) {
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
    if (sprite.charAt(0) == 's') {
      numKeyFr = sprite.keyFrames.length;
      firstKeyFr = sprite.keyFrames[0];
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
      for (j=0; j<sprite.values.length; j++) {
        props = sprite.values[j];
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
        if (sprite.obj != null) {
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
      } }
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  }
  tmLn.curFrame = fNew;
  if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}




function MM_initTimelines() {
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == 'Netscape';
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(8);
    document.MM_Time['Timeline1'] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = 'Timeline1';
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String('sprite');
    document.MM_Time[0][0].slot = 1;
    if (ns)
        document.MM_Time[0][0].obj = document['Layer1'];
    else
        document.MM_Time[0][0].obj = document.all ? document.all['Layer1'] : null;
    document.MM_Time[0][0].keyFrames = new Array(1, 15);
    document.MM_Time[0][0].values = new Array(2);
    document.MM_Time[0][0].values[0] = new Array(412,417,421,426,430,435,439,444,448,453,457,462,466,471,475);
    document.MM_Time[0][0].values[0].prop = 'left';
    document.MM_Time[0][0].values[1] = new Array(53,59,64,70,75,81,86,92,97,103,108,114,119,124,130);
    document.MM_Time[0][0].values[1].prop = 'top';
    if (!ns) {
        document.MM_Time[0][0].values[0].prop2 = 'style';
        document.MM_Time[0][0].values[1].prop2 = 'style';
    }
    document.MM_Time[0][1] = new String('sprite');
    document.MM_Time[0][1].slot = 1;
    if (ns)
        document.MM_Time[0][1].obj = document['Layer1'];
    else
        document.MM_Time[0][1].obj = document.all ? document.all['Layer1'] : null;
    document.MM_Time[0][1].keyFrames = new Array(16, 30);
    document.MM_Time[0][1].values = new Array(2);
    document.MM_Time[0][1].values[0] = new Array(475,481,486,492,497,503,508,514,519,525,530,536,541,547,552);
    document.MM_Time[0][1].values[0].prop = 'left';
    document.MM_Time[0][1].values[1] = new Array(130,125,121,116,111,107,102,98,93,88,84,79,74,70,65);
    document.MM_Time[0][1].values[1].prop = 'top';
    if (!ns) {
        document.MM_Time[0][1].values[0].prop2 = 'style';
        document.MM_Time[0][1].values[1].prop2 = 'style';
    }
    document.MM_Time[0][2] = new String('sprite');
    document.MM_Time[0][2].slot = 1;
    if (ns)
        document.MM_Time[0][2].obj = document['Layer1'];
    else
        document.MM_Time[0][2].obj = document.all ? document.all['Layer1'] : null;
    document.MM_Time[0][2].keyFrames = new Array(31, 45);
    document.MM_Time[0][2].values = new Array(2);
    document.MM_Time[0][2].values[0] = new Array(552,558,564,570,577,583,589,595,601,607,613,620,626,632,638);
    document.MM_Time[0][2].values[0].prop = 'left';
    document.MM_Time[0][2].values[1] = new Array(65,67,70,73,75,78,80,83,85,88,90,93,95,98,100);
    document.MM_Time[0][2].values[1].prop = 'top';
    if (!ns) {
        document.MM_Time[0][2].values[0].prop2 = 'style';
        document.MM_Time[0][2].values[1].prop2 = 'style';
    }
    document.MM_Time[0][3] = new String('sprite');
    document.MM_Time[0][3].slot = 1;
    if (ns)
        document.MM_Time[0][3].obj = document['Layer1'];
    else
        document.MM_Time[0][3].obj = document.all ? document.all['Layer1'] : null;
    document.MM_Time[0][3].keyFrames = new Array(46, 60);
    document.MM_Time[0][3].values = new Array(2);
    document.MM_Time[0][3].values[0] = new Array(638,643,648,653,658,663,668,673,678,683,688,693,698,703,708);
    document.MM_Time[0][3].values[0].prop = 'left';
    document.MM_Time[0][3].values[1] = new Array(100,103,107,110,113,116,120,123,126,130,133,136,139,143,146);
    document.MM_Time[0][3].values[1].prop = 'top';
    if (!ns) {
        document.MM_Time[0][3].values[0].prop2 = 'style';
        document.MM_Time[0][3].values[1].prop2 = 'style';
    }
    document.MM_Time[0][4] = new String('sprite');
    document.MM_Time[0][4].slot = 1;
    if (ns)
        document.MM_Time[0][4].obj = document['Layer1'];
    else
        document.MM_Time[0][4].obj = document.all ? document.all['Layer1'] : null;
    document.MM_Time[0][4].keyFrames = new Array(61, 75);
    document.MM_Time[0][4].values = new Array(2);
    document.MM_Time[0][4].values[0] = new Array(708,709,710,710,711,712,713,714,714,715,716,717,717,718,719);
    document.MM_Time[0][4].values[0].prop = 'left';
    document.MM_Time[0][4].values[1] = new Array(146,140,134,128,122,116,110,104,99,93,87,81,75,69,63);
    document.MM_Time[0][4].values[1].prop = 'top';
    if (!ns) {
        document.MM_Time[0][4].values[0].prop2 = 'style';
        document.MM_Time[0][4].values[1].prop2 = 'style';
    }
    document.MM_Time[0][5] = new String('sprite');
    document.MM_Time[0][5].slot = 1;
    if (ns)
        document.MM_Time[0][5].obj = document['Layer1'];
    else
        document.MM_Time[0][5].obj = document.all ? document.all['Layer1'] : null;
    document.MM_Time[0][5].keyFrames = new Array(76, 90);
    document.MM_Time[0][5].values = new Array(2);
    document.MM_Time[0][5].values[0] = new Array(719,711,703,695,686,678,670,662,654,646,638,629,621,613,605);
    document.MM_Time[0][5].values[0].prop = 'left';
    document.MM_Time[0][5].values[1] = new Array(63,63,63,63,64,64,64,64,64,64,64,65,65,65,65);
    document.MM_Time[0][5].values[1].prop = 'top';
    if (!ns) {
        document.MM_Time[0][5].values[0].prop2 = 'style';
        document.MM_Time[0][5].values[1].prop2 = 'style';
    }
    document.MM_Time[0][6] = new String('behavior');
    document.MM_Time[0][6].frame = 90;
    document.MM_Time[0][6].value = 'MM_timelineGoto('Timeline1','1')';
    document.MM_Time[0][7] = new String('sprite');
    document.MM_Time[0][7].slot = 1;
    if (ns)
        document.MM_Time[0][7].obj = document['Layer1'];
    else
        document.MM_Time[0][7].obj = document.all ? document.all['Layer1'] : null;
    document.MM_Time[0][7].keyFrames = new Array(91, 105);
    document.MM_Time[0][7].values = new Array(0);
    document.MM_Time[0].lastFrame = 105;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}
//-->
</script>
</head>




<body bgcolor='#EFDFAD' leftmargin='0' topmargin='0' onLoad='MM_timelinePlay('Timeline1')'>
<div id='Layer1' style='position:absolute; left:412px; top:53px; width:23px; height:22px; z-index:1'><img src='http://club.999.com.cn/club/92/2/club31292.gif>' width='29' height='29'></div>
<table width='778' border='0' cellspacing='0' cellpadding='0' align='center'>
  <tr bgcolor='#869B27' align='right'>
    <td height='14'><font color='#FFFFFF'>                                                       
        </font><a href='http://www.alintexiao.xilubbs.com'><font> color='#FFFFFF'>www.alintexiao.xilubbs.com</font></a></td>
  </tr>
  <tr bgcolor='#FFD458'>
    <td height='12'></td>
  </tr>
</table>
<table width='778' border='0' cellspacing='0' cellpadding='0' align='center'>
  <tr>
    <td><img src='http://club.999.com.cn/club/93/2/club31293.jpg>' width='778' height='15'></td>
  </tr>
</table>
<table width='778' border='0' cellspacing='0' cellpadding='0' align='center'>
  <tr>
    <td width='29'><img src='http://club.999.com.cn/club/94/2/club31294.jpg>' width='29' height='472'></td>
    <td valign='top' width='372'>
      <table border='0' cellspacing='0' cellpadding='0' width='372' height='198'>
        <tr valign='top' align='center'>
          <td background='http://club.999.com.cn/club/95/2/club31295.jpg>'>
            <table width='100%' border='0' cellspacing='0' cellpadding='0'>
              <tr>
                <td height='12'></td>
              </tr>
            </table>
            <table width='100%' border='0' cellspacing='0' cellpadding='0'>
              <tr>
                <td width='4%'>&nbsp;</td>
                <td colspan='2'>
                  <table width='100%' border='0' cellspacing='0' cellpadding='0'>
                    <tr>
                      <td width='2%'><img src='http://club.999.com.cn/club/96/2/club31296.gif>' width='8' height='29'></td>
                      <td width='16%' class='bg'><img src='http://club.999.com.cn/club/97/2/club31297.gif>' width='58' height='53'></td>
                      <td width='22%' class='bg'><!-- #BeginEditable 't1' --><a href='进入论坛'>http://www.alintexiao.xilubbs.com'>进入论坛</a                      <td width='60%'><img src='http://club.999.com.cn/club/98/2/club31298.gif>' width='8' height='29'></td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <br>
            <table width='94%' border='0' cellspacing='0' cellpadding='0' class='h'>
              <tr valign='top'>
                <td height='118'><!-- #BeginEditable '1' -->我的资料A<br>我的资料A<br>我的资料A<br>我的资料A<br>我的资料A<br><!-- #EndEditable --></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <table border='0' cellspacing='0' cellpadding='0'>
        <tr>
          <td><img src='http://club.999.com.cn/club/99/2/club31299.jpg>' width='372' height='17'></td>
        </tr>
      </table>
      <table width='372' border='0' cellspacing='0' cellpadding='0' height='257'>
        <tr valign='top' align='center'>
          <td background='http://club.999.com.cn/club/0/3/club31300.jpg>'>
            <table width='100%' border='0' cellspacing='0' cellpadding='0'>
              <tr>
                <td height='12'></td>
              </tr>
            </table>
            <table width='100%' border='0' cellspacing='0' cellpadding='0'>
              <tr>
                <td width='4%'>&nbsp;</td>
                <td colspan='2'>
                  <table width='100%' border='0' cellspacing='0' cellpadding='0'>
                    <tr>
                      <td width='2%'><img src='http://club.999.com.cn/club/96/2/club31296.gif>' width='8' height='29'></td>
                      <td width='16%' class='bg'><img src='http://club.999.com.cn/club/1/3/club31301.gif>' width='51' height='50'></td>
                      <td width='19%' class='bg'><!-- #BeginEditable 't2' -->我的资料2<!-- #EndEditable --></td>
                      <td width='63%'>
                        <table width='100%' border='0' cellspacing='0' cellpadding='0'>
                          <tr>
                            <td height='1'></td>
                          </tr>
                        </table>
                        <img src='http://club.999.com.cn/club/98/2/club31298.gif>' width='8' height='29'></td>
                    </tr>
                  </table>
                </td>
              </tr>
            </table>
            <br>
            <table width='94%' border='0' cellspacing='0' cellpadding='0' class='h'>
              <tr valign='top'>
                <td height='118'><!-- #BeginEditable '2' -->我的资料2A<br>我的资料2A<br>我的资料2A<br>我的资料2A<br><!-- #EndEditable --></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
    <td valign='top'>
      <table width='100%' border='0' cellspacing='0' cellpadding='0'>
        <tr>
          <td width='365' background='http://club.999.com.cn/club/2/3/club31302.jpg>' align='center'><img src='http://club.999.com.cn/club/3/3/club31303.gif>' width='300' height='114'></td>
          <td width='12'><img src='http://club.999.com.cn/club/4/3/club31304.jpg>' width='12' height='122'></td>
        </tr>
      </table>
      <table width='377' border='0' cellspacing='0' cellpadding='0' height='59' background='http://club.999.com.cn/club/5/3/club31305.jpg>'>
        <tr>
          <td>
            <table width='100%' border='0' cellspacing='0' cellpadding='0'>
              <tr>
                <td height='4'></td>
              </tr>
            </table>
            <table width='100%' border='0' cellspacing='0' cellpadding='0'>
              <tr>
                <td width='18%' height='29'>&nbsp;</td>
                <td width='20%' background=''>http://club.999.com.cn/club/91/2/club31291.gif'>><!-- #BeginEditable 't3' -->我的资料3<!-- #EndEditable --></td>
                <td width='62%' height='29'><img src='http://club.999.com.cn/club/98/2/club31298.gif>' width='8' height='29'></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <table width='377' border='0' cellspacing='0' cellpadding='0'>
        <tr>
          <td width='30'><img src='http://club.999.com.cn/club/6/3/club31306.jpg>' width='30' height='291'></td>
          <td valign='top' background='http://club.999.com.cn/club/7/3/club31307.jpg>' align='center' width='335'>
            <br>
            <table width='90%' border='0' cellspacing='0' cellpadding='0' class='h'>
              <tr valign='top'>
                <td height='118'><!-- #BeginEditable '3' -->我的资料3A<br>我的资料3A<br>我的资料3A<br>我的资料3A<br>我的资料3A<br><!-- #EndEditable --></td>
              </tr>
            </table>
          </td>
          <td width='12'><img src='http://club.999.com.cn/club/8/3/club31308.jpg>' width='12' height='291'></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width='778' border='0' cellspacing='0' cellpadding='0' align='center'>
  <tr>
    <td><img src='http://club.999.com.cn/club/9/3/club31309.jpg>' width='778' height='24'></td>
  </tr>
</table>
<table width='778' border='0' cellspacing='0' cellpadding='0' align='center'>
  <tr bgcolor='#00882D'>
    <td height='29'>&nbsp;</td>
  </tr>
</table>
</body>
<!-- #EndTemplate --></html>

※※※※※※


转自 用BBS打造个人主页[alintexiao.xilubbs.com]

本帖地址:http://club.xilu.com/211003/msgview-135820-5672.html[复制地址]
上一主题:flash欣赏:祝楼里的新老朋友圣诞... 下一主题:愿望漂流瓶

精彩推荐>>

  简捷回复 [点此进入编辑器回帖页]  文明上网 理性发言
 推荐到西陆名言:
签  名:
作  者:
密  码:
游客来访 
注册用户 提 交
西陆网(www.xilu.com )版权所有 点击拥有西陆免费论坛  联系西陆小精灵

0.1280369758606