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/49ca98a68673f5c2a0737e0964a9a1651b8377a7/out/artifacts/zhyw_war_exploded/css/activeImg.htc You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/out/artifacts/zhyw_war_exploded/css/activeImg.htc

17 lines
347 B

<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>