I am trying to port this beautiful theme to another CMS. Looking at the archive content I find the file iepngfix.htc. As I have never used .htc files before I checked for the sense of it :)
In short: iepngfix.htc is a fix in the News theme for better MS-IE behavior.
In the CSS iepngfix.htc is mentioned once (and in no other file in the News theme):
/* h1 a span { display: none; }
h1 a {
width: 279px; height: 49px;
background: url(./images/logo.png) no-repeat;
display: block;
float: left;
margin: 16px 18px 0 0;
behavior: iepngfix.htc;
}
*/Definition for .htc files
For Microsoft Internet Explorer 5 and later, HTML Components (HTCs) provide a mechanism to implement components in script as Dynamic HTML (DHTML) behaviors. An HTC is an HTML file that contains script and a set of HTC-specific elements that define the component. The component is saved with an .htc extension.
Source: MSDN HTC Reference (+ many more technical infos)
Another concrete .htc example with understandable explanations is here:
CSS Tooltips - Making Explorer Behave
I hope this info helps if somebody else stumbles over that mysterious iepngfix.htc file :)















Post new comment