<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: balise</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Nettoyer une page HTML de ces balises</title>
        <link>http://www.posteet.com/view/411</link>
        <description>
        <![CDATA[<pre>function html2txt($document){
	$search = array('@&lt;script[^&gt;]*?&gt;.*?&lt;/script&gt;@si', // Strip out javascript
	'@&lt;style[^&gt;]*?&gt;.*?&lt;/style&gt;@siU', // Strip style tags properly
	'@&lt;[?]php[^&gt;].*?[?]&gt;@si', //scripts php
	'@&lt;[?][^&gt;].*?[?]&gt;@si', //scripts php
	'@&lt;[\/\!]*?[^&lt;&gt;]*?&gt;@si', // Strip out HTML tags
	'@&lt;![\s\S]*?--[ \t\n\r]*&gt;@', // Strip multi-line comments including CDATA
	);
	$text = preg_replace($search, '', $document);
	return $text;
}</pre> <a href="http://www.posteet.com/tags/balise">[balise]</a>  <a href="http://www.posteet.com/tags/css">[css]</a>  <a href="http://www.posteet.com/tags/html">[html]</a>  <a href="http://www.posteet.com/tags/php">[php]</a>  <a href="http://www.posteet.com/tags/script">[script]</a> ]]>        </description>
        <dc:creator>spawnrider</dc:creator>
        <pubDate>Tue, 13 Nov 2007 08:52:52 +0000</pubDate>

            <category>balise</category>
            <category>css</category>
            <category>html</category>
            <category>php</category>
            <category>script</category>
    
    </item>

  
    <item>
        <title>Transparence IE png provenant de feuille de style CSS</title>
        <link>http://www.posteet.com/view/368</link>
        <description>
        <![CDATA[<pre>/* A modifier dans la page CSS*/
/* A la place de :*/
background-image: url(&quot;image.png&quot;);

/* remplacer par :*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='image.png');
background-image: none;

/* !ATTENTION! Probleme sur les liens, pour resoudre ajouter: */

a, input
{
position: relative;
z-index: 1;
}</pre> <a href="http://www.posteet.com/tags/balise">[balise]</a>  <a href="http://www.posteet.com/tags/css">[css]</a>  <a href="http://www.posteet.com/tags/IE">[IE]</a>  <a href="http://www.posteet.com/tags/internet explorer">[internet explorer]</a>  <a href="http://www.posteet.com/tags/png">[png]</a>  <a href="http://www.posteet.com/tags/transparence">[transparence]</a> ]]>        </description>
        <dc:creator>moifort</dc:creator>
        <pubDate>Mon, 12 Nov 2007 11:58:04 +0000</pubDate>

            <category>balise</category>
            <category>css</category>
            <category>IE</category>
            <category>internet explorer</category>
            <category>png</category>
            <category>transparence</category>
    
    </item>

  
    <item>
        <title>Transparence sous IE png provenant de balises &lt;img&gt;</title>
        <link>http://www.posteet.com/view/367</link>
        <description>
        <![CDATA[<pre>/* A ajouter entre les balise &lt;head&gt; */
&lt;!--[if lt IE 7]&gt;
&lt;script defer type=&quot;text/javascript&quot; src=&quot;pngfix.js&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre> <a href="http://www.posteet.com/tags/&lt;img&gt;">[&lt;img&gt;]</a>  <a href="http://www.posteet.com/tags/balise">[balise]</a>  <a href="http://www.posteet.com/tags/css">[css]</a>  <a href="http://www.posteet.com/tags/html">[html]</a>  <a href="http://www.posteet.com/tags/IE">[IE]</a>  <a href="http://www.posteet.com/tags/internet explorer">[internet explorer]</a>  <a href="http://www.posteet.com/tags/png">[png]</a>  <a href="http://www.posteet.com/tags/transparence">[transparence]</a> ]]>        </description>
        <dc:creator>moifort</dc:creator>
        <pubDate>Mon, 12 Nov 2007 11:45:50 +0000</pubDate>

            <category>&lt;img&gt;</category>
            <category>balise</category>
            <category>css</category>
            <category>html</category>
            <category>IE</category>
            <category>internet explorer</category>
            <category>png</category>
            <category>transparence</category>
    
    </item>


</channel>
</rss>
