|
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>
2006-1-13 13:38:17
Posted by jser | 阅读全文() | 回复(1) | 引用通告() | 编辑
|