Duane Nelson wrote:
> I'm using the following to fix a PNG display bug in <ie6:
>
> /* PGN Fix for<IE6 */
> img, div {
>      behavior: url(../scripts/htc/iepngfix.htc)
> }
>
> But it causes the css to ot validate.  Is there a way I can do this to get my 
> CSS to validate?
>
> Thanks,
>
> Duane Nelson
>   






try:

* html img, 
* html div {
behavior: url(../scripts/htc/iepngfix.htc)
} /* targets IE/6.0 */


Best,
~d



-- 
desktop
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to