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?Please help me!
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?Please help me!
Assuming your cell has an id of "cd":
Code:onmouseover="document.getElementById('cd').style.backgroundImage='none';document.getElementById('cd').style.backgroundColor = 'pink';"
Last edited by Twey; 10-15-2005 at 08:48 PM.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks