What is the difference between .htc and .js files? Can we convert any .htc file to a .js file?
The problem is that we use htc to create png fixes, then add htc to the css file using
body { behavior: url("csshover3.htc"); }
But this is not true for W3C, so you want to convert .htc to .js, and then use js as a file to attach to make it a valid W3C.
Can someone tell me how to convert and use any .htc file as a javascript file?
javascript html-components
Jitendra Vyas Oct 24 '09 at 11:00 a.m. 2009-10-24 11:00
source share