Board logo

标题: [转载] CSS里面也能写脚本 [打印本页]

作者: chinanic    时间: 2007-4-5 18:15     标题: CSS里面也能写脚本

<style type="text/css">
.showCSS{
event:expression(
onmouseover = function()
{
this.style.backgroundColor='#f0f0f0'
},
onmouseout = function()
{
this.style.backgroundColor='#ffffff'
}
)
}
</style>
<div class="showCSS">把鼠标放上去试试看!:)</div>
作者: gutian    时间: 2007-4-12 13:23

能不能写个脚本木马什么的啊?
作者: chinanic    时间: 2007-4-12 21:32

只要你愿意,没有什么不可以。




欢迎光临 黑色海岸线论坛 (http://bbs.thysea.com/) Powered by Discuz! 7.2