工会web
This commit is contained in:
14
GonghuiWeb/www/m/img/tc.htc
Normal file
14
GonghuiWeb/www/m/img/tc.htc
Normal file
@@ -0,0 +1,14 @@
|
||||
<ATTACH EVENT="onmouseout" ONEVENT="out()" />
|
||||
<ATTACH EVENT="onmouseover" ONEVENT="over()" />
|
||||
<SCRIPT>
|
||||
function out() {
|
||||
runtimeStyle.background='#ffffff';
|
||||
runtimeStyle.color='';
|
||||
runtimeStyle.cursor='default';
|
||||
}
|
||||
function over() {
|
||||
runtimeStyle.background='#E2EAFC';
|
||||
runtimeStyle.color='#ff6600';
|
||||
runtimeStyle.cursor='hand';
|
||||
}
|
||||
</SCRIPT>
|
||||
Reference in New Issue
Block a user