|
|
CSS里也能写脚本? |
|
|
来源:
作者:
时间:1970-01-01
字体:[大 中 小]
|
|
|
|
|
<style type="text/css"> .showCSS{ event:expression( onmouseover = function() { this.style.backgroundColor='#f0f0f0' }, onmouseout = function() { this.style.backgroundColor='#ffffff' } ) } </style> <div class="showCSS">把鼠标放上去试试看!:)</div>
www.itfly.org
|
|
|
|
|