Hi,
I am using a .htc file for the first time. In my html page I have used a CSS. This CSS file has a class 'selectHeader' as follows:

Code:
.selectHeader
{
FONT-SIZE: 8pt;
BEHAVIOR: url(selectHeader.htc);
CURSOR: hand;
BACKGROUND-COLOR: #c0c0c0
}
The selectHeader.ht c file looks something like this:


Code:
<PUBLIC:COMPONENT lightweight="true">
<PUBLIC:ATTACH
...