关于网页鼠标与字体特效的问题

来源:百度知道 编辑:UC知道 时间:2024/09/21 05:45:13
我想问问用Frontpage做网页,能不能让鼠标一移动到文字上,文字就发光,但当鼠标移开的时候,文字恢复平常摸样?这要怎么做?请赐教,谢谢~

### 1 把下边的代码复制到<head></head>区域之间

<script>
<!-- Beginning of JavaScript -

// CREDITS:
// dynamic change of textglow onmousemove
// by Urs Dudli and Peter Gehrig
// Copyright (c) 2000 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com.
// info@24fun.ch
// 6/2/2000

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a link to http://www.24fun.com on the webpage
// where this script will be running.

// Your message
var message="超in动态网页特效"

// The font of your message
var textfont="Verdana"