だから、これはどうなっているのですか:
onmouseover="imageOn(bg-index);" onmouseout="imageOff(bg-index);"
これらはtable
、 IDを持つ にある 2 つの属性ですtable-title
。関数はリモート JS ファイルの一部です。
if (name == 'bg-index') { document.getElementById("table-title").style.backgroundImage = "url('images/bg-index.png')"; }
・・・imageOff
同じもので違うイメージで。これは機能しません。私は何を間違っていますか?