Sha256: 795534716cb7416ef2de8bf012a97f01f7686a8249464e6d4fcd9980b1656cbc
Contents?: true
Size: 613 Bytes
Versions: 15
Compression:
Stored size: 613 Bytes
Contents
<?php /* This file is a wrapper, for use in PHP environments, which serves PIE.htc using the correct content-type, so that IE will recognize it as a behavior. Simply specify the behavior property to fetch this .php file instead of the .htc directly: .myElement { [ ...css3 properties... ] behavior: url(PIE.php); } This is only necessary when the web server is not configured to serve .htc files with the text/x-component content-type, and cannot easily be configured to do so (as is the case with some shared hosting providers). */ header( 'Content-type: text/x-component' ); include( 'PIE.htc' ); ?>
Version data entries
15 entries across 14 versions & 3 rubygems