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';"
Powered by vBulletin® Version 4.2.2 Copyright © 2022 vBulletin Solutions, Inc. All rights reserved.