Click to See Complete Forum and Search --> : Cell Rollovers?


Jowka
07-21-2005, 03:03 PM
I have been reading that it is possible to have a cell background rollover?

would any of you know how to do this? or know of a tutorial for it/

Jona
07-21-2005, 06:51 PM
Well, if everyone used a real browser (http://getfirefox.com/), it would be really simple, but it’s not that way. You have to use JavaScript for a cross-browser solution.


<td style="background: #f00; color: #000" onmouseover="this.setAttribute('style','background:#000; color:#fff')" onmouseout="this.setAttribute('style','background:#f00; color:#000')">Here is some text.</td>

BonRouge
07-22-2005, 12:10 AM
Does this help? (http://bonrouge.com/br.php?page=tablemenus)

Jowka
07-22-2005, 09:21 AM
thats great, BonRouge & Jona, thanks, and just so as you know I usee Firefox! :D