Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/blame/commit/828469023ef81afd5f326a6ac82c2a138d86bc53/web/css/activeImg.htc You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/web/css/activeImg.htc

17 lines
347 B

1 year ago
<public:component>
<public:attach event="onmouseover" onevent="itemOnMouseOver()" />
<public:attach event="onmouseout" onevent="itemOnMouseOut()" />
<script language="javascript">
function itemOnMouseOver(){
with (element) {
src = overimg;
}
}
function itemOnMouseOut(){
with (element) {
src = outimg;
}
}
</script>
</public:component>