CSS中可以调用哪些语法

来源:百度知道 编辑:UC知道 时间:2024/06/19 10:44:19
具体怎么调用谢谢呀

css可以调用javascript里的方法,如:<style type=\"text/css\">
td{onmouseover: expression(onmouseover=function (){this.style.borderColor =\'blue\';this.style.color=\'red\';this.style.backgroundColor =\'yellow\'});
}