Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>跟随鼠标的幻影文字</title>
</head>
<body>
<script LANGUAGE="Javascript">
<!-- Begin
message = '幻影文字';
FonT = 'Arail';
ColoR = '0066CC';
SizE =3;
var amount = 5, ypos =- 50, xpos = 0, Ay = 0, Ax = 0, By = 0, Bx = 0, Cy = 0, Cx = 0, Dy = 0, Dx = 0, Ey = 0, Ex = 0;
if (document.layers) {
for (i = 0; i < amount; i++) {
document.write('<layer name=nsl'+i+' top=0 left=0><font face='+FonT+' size='+SizE+' color='+ColoR+'>'+message+'</font></layer>');
CSS代码...
JS代码...
xxxxxxxxxx