Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base , February 10, 2000 at 14:53:15:

You are here: irt.org | About | Feedback | 807 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base

Sent by
Dominic Tocci on February 10, 2000 at 14:53:15:

Worth:
Very worth reading

Comments:
I love your javascript FAQ's. They are my primary resource while coding. I came across a problem that I couldn't find on your FAQ's, so I thought I would submit it.

Using CSS Style Sheets, I wanted to be able to change the class of a table cell, instead of just changing one attribute of the style. In other words, I wanted to change the background color, text size, and text color all at once.

The way to do something like this is outlined in this small sample below. I believe this only works in IE.

Hope this adds value.

Dominic


<HTML>
<HEAD>
<STYLE TYPE="text/css">

</STYLE>
</HEAD>
<BODY>
<table>
<tr><td onmouseover="this.className = 'bright'">Bigcharts Nasdaq % Gainers</td></tr>
</table>
</BODY>
</HTML>



Other feedback on 'irt.org FAQ Knowledge Base' - show all

©2018 Martin Webb