自己写back键, D7自带的intraweb没有解决ie后退问题, 5.1版本可以的.
如果你要实现大富翁上蓝字体的功能(鼠标移上字体变红), 用记事本建立一个css文件
(后缀名必须为css, 放在在files文件夹下), 代码如下:
A.a:link {color:blue;text-decoration : none}
A.a:visited {color:blue;text-decoration : none}
A.a:active {color:skyblue;text-decoration : underline}
A.a:hover {color:skyblue;text-decoration : underline}
在formmain/stylesheet/filename, 选择这个文件,
formmain上的iwlink/font/cssstyle 写入a, 运行就可以了