汝南闲人 发表于 10.12.8 15:03:16

代码图片【陆续添加】

;
;

[[[

东方明珠 发表于 10.12.8 16:29:39


幸福平安 发表于 10.12.8 16:43:28

俺也要学:handshake

一鸣 发表于 10.12.8 19:56:13

好贴

一鸣 发表于 10.12.8 19:56:38

好贴

风狂 发表于 10.12.8 20:44:46

:<EMBED style="DISPLAY: block; TEXT-ALIGN: center" pluginspage=http://www.macromedia.com/go/getflashplayer src=http://www.zhufunet/birthday/1/images/shengriswfname=风狂width=700 height=500 type=application/x-shockwave-flash allowScriptAccess="never" allowNetworking="internal" quality="high" wmode="transparent"> <EMBED src=http://media01glog:8088/100/87F7663B8Bmp3 width=400 height=40 hidden=true type=audio/x-pn-realaudio-plugin controls="controlpanel,statusbar" autostart="true" loop="true">

风狂 发表于 10.12.8 20:45:51

:lol我也学会了
感谢楼主:handshake

幸福平安 发表于 10.12.10 22:01:16

我不会

がががが

周云十 发表于 11.4.9 16:20:39

来围观LZ。顺便Q沙发
时道表行,做最专业的正品卡西欧手表。

汝南闲人 发表于 11.6.29 14:48:17

<STYLE type=text/css>
#supertext {
position:absolute;
left:0;
top:0;
visibility:hide;
visibility:hidden;
}
</STYLE>
<SCRIPT language=JavaScript12>
<!-- 改变下的字体的大小。颜色-->
var hidetimer=;
<!-- 改变下的弹跳速度-->
var BallSpeed = 3;
var contentWidth;
var contentHeight;
var maxBallSpeed = 3;
var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;
function initializeBall() {
   if (documentall) {
      xMax = documentbodyclientWidth
      yMax = documentbodyclientHeight
      documentall("supertext")stylevisibility = "visible";
      contentWidth=supertextoffsetWidth
      contentHeight=supertextoffsetHeight
      }
      xMax = windowinnerWidth;
      yMax = windowinnerHeight;
      contentWidth=documentsupertextdocumentwidth
      contentHeight=documentsupertextdocumentheight
      }
   setTimeout('moveBall()',400);
   if (hidetimer!=)
   setTimeout("hidetext()",hidetimer)
   }
function moveBall() {
   if (superballRunningtrue) {
      calculatePosition();
      if (documentall) {
         documentall("supertext")styleleft = xPos + documentbodyscrollLeft;
         documentall("supertext")styletop = yPos + documentbodyscrollTop;
         }
         }
      animatetext=setTimeout('moveBall()',20);
      }
   }
function calculatePosition() {
   if (xDir"right") {
      if (xPos > (xMax - contentWidth - BallSpeed)) {
         xDir = "left";
         }
      }
   else if (xDir"left") {
      if (xPos < (0 + BallSpeed)) {
         xDir = "right";
         }
      }
   if (yDir"down") {
      if (yPos > (yMax - contentHeight - BallSpeed)) {
         yDir = "up";
         }
      }
   else if (yDir"up") {
      if (yPos < (0 + BallSpeed)) {
         yDir = "down";
         }
      }
   if (xDir"right") {
      xPos = xPos + BallSpeed;
      }
   else if (xDir"left") {
      xPos = xPos - BallSpeed;
      }
   else {
      xPos = xPos;
      }
   if (yDir"down") {
      yPos = yPos + BallSpeed;
      }
   else if (yDir"up") {
      yPos = yPos - BallSpeed;
      }
   else {
      yPos = yPos;
      }
   }
function hidetext(){
if (documentall)
supertextstylevisibility="hidden"
documentsupertextvisibility="hide"
clearTimeout(animatetext)
}
documentwrite('<span id="supertext"><nobr>'+thecontent+'</nobr></span>')
windowonload = initializeBall;
windowonresize = new Function("windowlocationreload()");
}
</SCRIPT>


汝南闲人 发表于 11.6.29 14:51:05

漂浮的欢迎词【附代码】
<STYLE type=text/css>
#supertext {
position:absolute;
left:0;
top:0;
visibility:hide;
visibility:hidden;
}
</STYLE>
<SCRIPT language=JavaScript12>
<!-- 改变下的字体的大小。颜色-->
var hidetimer=;
<!-- 改变下的弹跳速度-->
var BallSpeed = 3;
var contentWidth;
var contentHeight;
var maxBallSpeed = 3;
var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;
function initializeBall() {
   if (documentall) {
      xMax = documentbodyclientWidth
      yMax = documentbodyclientHeight
      documentall("supertext")stylevisibility = "visible";
      contentWidth=supertextoffsetWidth
      contentHeight=supertextoffsetHeight
      }
      xMax = windowinnerWidth;
      yMax = windowinnerHeight;
      contentWidth=documentsupertextdocumentwidth
      contentHeight=documentsupertextdocumentheight
      }
   setTimeout('moveBall()',400);
   if (hidetimer!=)
   setTimeout("hidetext()",hidetimer)
   }
function moveBall() {
   if (superballRunningtrue) {
      calculatePosition();
      if (documentall) {
         documentall("supertext")styleleft = xPos + documentbodyscrollLeft;
         documentall("supertext")styletop = yPos + documentbodyscrollTop;
         }
         }
      animatetext=setTimeout('moveBall()',20);
      }
   }
function calculatePosition() {
   if (xDir"right") {
      if (xPos > (xMax - contentWidth - BallSpeed)) {
         xDir = "left";
         }
      }
   else if (xDir"left") {
      if (xPos < (0 + BallSpeed)) {
         xDir = "right";
         }
      }
   if (yDir"down") {
      if (yPos > (yMax - contentHeight - BallSpeed)) {
         yDir = "up";
         }
      }
   else if (yDir"up") {
      if (yPos < (0 + BallSpeed)) {
         yDir = "down";
         }
      }
   if (xDir"right") {
      xPos = xPos + BallSpeed;
      }
   else if (xDir"left") {
      xPos = xPos - BallSpeed;
      }
   else {
      xPos = xPos;
      }
   if (yDir"down") {
      yPos = yPos + BallSpeed;
      }
   else if (yDir"up") {
      yPos = yPos - BallSpeed;
      }
   else {
      yPos = yPos;
      }
   }
function hidetext(){
if (documentall)
supertextstylevisibility="hidden"
documentsupertextvisibility="hide"
clearTimeout(animatetext)
}
documentwrite('<span id="supertext"><nobr>'+thecontent+'</nobr></span>')
windowonload = initializeBall;
windowonresize = new Function("windowlocationreload()");
}
</SCRIPT>


汝南闲人 发表于 11.6.30 16:39:44

</B>
<CENTER><FONT face=隶书 color=red size=7>
<MARQUEE direction=up behavior=alternate width=60 height=120>贴</MARQUEE><FONT color=yellow>
<MARQUEE direction=up behavior=alternate width=60 height=80>图</MARQUEE><FONT color=brown>
<MARQUEE direction=up behavior=alternate width=60 height=120>因</MARQUEE><FONT color=green>
<MARQUEE direction=up behavior=alternate width=60 height=80>您</MARQUEE><FONT color=orange>
<MARQUEE direction=up behavior=alternate width=60 height=120>更</MARQUEE><FONT color=yellow>
<MARQUEE direction=up behavior=alternate width=60 height=80>精</MARQUEE><FONT color=orange>
<MARQUEE direction=up behavior=alternate width=60 height=120>彩</MARQUEE></FONT></B></MARQUEE></FONT></CENTER></FONT></FONT></FONT></FONT></FONT></FONT>
<DIV></DIV>
<P></P>

CCCC

汝南闲人 发表于 11.6.30 16:42:41

贴图因您更精彩:
</B>
<CENTER><FONT face=隶书 color=red size=7>
<MARQUEE direction=up behavior=alternate width=60 height=120>贴</MARQUEE><FONT color=yellow>
<MARQUEE direction=up behavior=alternate width=60 height=80>图</MARQUEE><FONT color=brown>
<MARQUEE direction=up behavior=alternate width=60 height=120>因</MARQUEE><FONT color=green>
<MARQUEE direction=up behavior=alternate width=60 height=80>您</MARQUEE><FONT color=orange>
<MARQUEE direction=up behavior=alternate width=60 height=120>更</MARQUEE><FONT color=yellow>
<MARQUEE direction=up behavior=alternate width=60 height=80>精</MARQUEE><FONT color=orange>
<MARQUEE direction=up behavior=alternate width=60 height=120>彩</MARQUEE></FONT></B></MARQUEE></FONT></CENTER></FONT></FONT></FONT></FONT></FONT></FONT>
<DIV></DIV>
<P></P>

‰‰‰‰

汝南闲人 发表于 11.7.25 07:27:03

<DIV style="LEFT: -15px; WIDTH: 1000px; POSITION: relative; TOP: 100px">
    <tr>
      <td>
          <tr>
            <td>
                <tr>
                  <td>
                      <tr>
                        <td>
                            <tr>
                              <td></td>
                            </tr>
                        </table>
                        </td>
                      </tr>
                  </table>
                  </td>
                </tr>
            </table>
            </td>
          </tr>
      </table>
      </td>
    </tr>
</table>

_

汝南闲人 发表于 11.7.27 19:50:20

<DIV style="LEFT: -55px; WIDTH: 1000px; POSITION: relative; TOP: 100px">
<TABLE style="BACKGROUND-IMAGE: url(http://viva550nekr/BG/Line2/e10gif)" borderColor=#4af36 cellSpacing=50 cellPadding=0 width="100%" align=center bgColor=# border=0>
<TBODY>
<TR>
<TD>
<TABLE style="BACKGROUND-IMAGE: url(http://viva550nekr/BG/Line/b05gif)" borderColor=#cc cellSpacing=12 cellPadding=12 width="100%" align=center bgColor=# border=0>
<TBODY>
<TR>
<TD>
<TABLE style="BACKGROUND-IMAGE: url(http://viva550nekr/BG/Line/b08gif)" borderColor=#cc cellSpacing=8 cellPadding=8 width="100%" align=center bgColor=# border=0>
<TBODY>
<TR>
<TD>
<TABLE style="BACKGROUND-IMAGE: url(http://viva550nekr/BG/Line/b22gif)" borderColor=#cc cellSpacing=6 cellPadding=6 width="100%" align=center bgColor=# border=0>
<TBODY>
<TR>
<TD>




</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</DIV>
页: [1] 2
查看完整版本: 代码图片【陆续添加】