Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q951 How can I highlight the background color of table cells using onMouseOver?

irt.org | About | Feedback | 5077 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q951 How can I highlight the background color of table cells using onMouseOver?

Sent by
Luuk van Beers on Wednesday October 03, 2007 at 04:54:09

Worth:

Length:

Technical:

Comments:
You might want to use a stylesheet in wich you declare these styles:

<style type='text/css'>
TD
{
background-color:red;
}
td:hover
{
background-color:orange;
}
</STYLE>




Other feedback on 'irt.org FAQ Knowledge Base Q951 How can I highlight the background color of table cells using onMouseOver?' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.