javascriptを使用してdivの背景画像の位置を変更しようとしています。ここに私が持っているが、それは動作していないようです。私は何が欠けていますか?onMouseOver背景画像の位置を変更
<a href="#" onMouseOver="document.getElementById('rubbish_image').style.backgroundPosition="0px 150px"">link one</a>
<a href="#" onMouseOver="document.getElementById('rubbish_image').style.backgroundPosition="0px 350px"">link two</a>
<div id="rubbish_image"></a>
'a'タグの'> 'の前に**二重引用符があることに気づきましたか? –