Previous Message
Next Message

IE Behaviors

Sent by Christoph Päper on 30 November 2003 17:05


*Tangorre, Michael*:
>
> I am experimenting with HTML components (.htc) for IE 5.5+

IIRC Eric once stated that such proprietary techniques are off-topic for
css-d.

> style="behavior:url(StyleSheet/tablehl.htc);" slcolor='#FFFFCC'
> hlcolor='#BEC5DE'
>
> However, If I attempt to move the above into a stylesheet, it does not work.
>
> #testing{
>    behavior: url(tablehl.htc);
>    slcolor:#FFFFCC; hlcolor:#BEC5DE;}

Without knowing the HTC, I assume that it adds new attributes to MS-HTML, but
fails to add new properties to MS-CSS (if that's at all possible).

Does

  #testing {behavior: url(tablehl.htc);}

  <foo id="testing" slcolor="#FFFFCC" hlcolor="#BEC5DE">

work?

Note that any such thing, working or not, makes your CSS and/or HTML invalid.

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: