View Full Version : I want to add an effect to my website's menu! Please help!
luca_lass
10-15-2005, 08:36 PM
I've almost finnished my website but there's just one problem left. I know how to change a table cell color on mouseover, but does anyone know how to change a table cell background image into solid color on mouseover? :confused: Please help me!
Assuming your cell has an id of "cd":
onmouseover="document.getElementById('cd').style.backgroundImage='none';document.getElementById('cd').style.backgroundColor = 'pink';"
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.