Hi Folks
I've got various blocks of text in my html page that are individually identified using the id tag
e.g. <li id="216">This is some text</li>
Next to EACH of these text blocks is a small image. I'd like to include some Javascript on my page so that when I hover over a particular image, it changes the background colour for the text block that the image is positioned next to. Any ideas, tips or links to help me out on this?
Cheers,
Kenny.
I've got various blocks of text in my html page that are individually identified using the id tag
e.g. <li id="216">This is some text</li>
Next to EACH of these text blocks is a small image. I'd like to include some Javascript on my page so that when I hover over a particular image, it changes the background colour for the text block that the image is positioned next to. Any ideas, tips or links to help me out on this?
Cheers,
Kenny.