Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Try to replace
HTML Code:
onMouseOver="changebg.className='image2'"
with
HTML Code:
onMouseOver="this.className='image2'"
This should remove the problem of conflicting id's, and you could even remove the name attribute.
__________________
Only a biker knows why a dog sticks his head out the window.
|