<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="http://calliopeblogs.com/?v=2.0" -->
<rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        >

<channel>
        <title>plex</title>
        <link>http://plex.i.ph/blogs/plex</link>
        <description>Calliope-powered blog</description>
        <pubDate>Tue, 13 Nov 2007 19:00:00 +0000</pubDate>
        <generator>http://calliopeblogs.com/?v=2.0</generator>
        <language>en</language>
	
        	<item>
                <title>CSS Hacks for CSS Developer</title>
                <link>http://plex.i.ph/blogs/plex/?p=3</link>
                <comments>http://plex.i.ph/blogs/plex/?p=3#comments</comments>
                <pubDate>Tue, 13 Nov 2007 19:00:00 +0000</pubDate>
                <dc:creator>plex</dc:creator>
                <guid isPermaLink="false">http://plex.i.ph/blogs/plex/?p=3</guid>
                                <description><![CDATA[I&#39;ve&nbsp; found this CSS hacks from javascriptkit.com. I hope you will find it helpful.Most in-CSS hacks deal with selector bugs. The following is a list of browser version ranges and the beginnings of selectors that are known to select elements in them. Note that because these hacks rely on browser...]]></description>
                <content:encoded><![CDATA[<p>I&#39;ve&nbsp; found this CSS hacks from <a href="http://www.javascriptkit.com/dhtmltutors/csshacks2.shtml">javascriptkit.com</a>. I hope you will find it helpful.<br /></p><p>Most in-CSS hacks deal with selector bugs. The following is a list of      <a href="http://www.javascriptkit.com/dhtmltutors/csshacks2.shtml#" id="KonaLink1" target="_top" class="kLink" style="text-decoration: underline ! important; position: static"><font style="color: blue ! important; font-family: Verdana,&quot;Trebuchet MS&quot;,&quot;Lucida Grande&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 12.8667px; position: static" color="blue"><span class="kLink" style="color: blue ! important; font-family: Verdana,&quot;Trebuchet MS&quot;,&quot;Lucida Grande&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 12.8667px; position: static">browser </span><span class="kLink" style="color: blue ! important; font-family: Verdana,&quot;Trebuchet MS&quot;,&quot;Lucida Grande&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 12.8667px; position: static">version</span></font></a> ranges and the beginnings of selectors that are known to      select elements in them. Note that because these hacks rely on browser bugs      or missing features, results may vary in some lesser-known or future      browsers. All of these selectors use valid CSS.</p>     <dl><dt>IE 6 and below </dt><dd><font color="#006633"><code class="style selector fragment">* html {}</code></font>        </dd><dt>IE 7 and below </dt><dd><font color="#006633"><code class="style selector fragment">*:first-child+html {} * html {}</code></font>         </dd><dt>IE 7 only </dt><dd><font color="#006633"><code class="style selector fragment">*:first-child+html {}</code></font>        </dd><dt>IE 7 and modern browsers only </dt><dd><font color="#006633"><code class="style selector fragment">html&gt;body {}</code></font>        </dd><dt>Modern browsers only (not IE 7) </dt><dd><font color="#006633"><code class="style selector fragment">html&gt;<code class="style comment-marker">/**/</code>body        {}</code></font>        </dd><dt>Recent Opera versions 9 and below </dt><dd><font color="#006633"><code class="style selector fragment">html:first-child {}</code></font> </dd></dl>     <p>Note that the hack for IE 7 and below is actually two separate selectors:      one for IE 7 and one for IE 6 and below. The rest of the desired selector      must be added to both parts of the hack. The two parts <strong>cannot</strong>      be combined with a comma, because IE 6 and below will fail to correctly      parse the selector and won&#39;t be targetted.</p>     <p>The above selectors will select either the <code class="markup tag-name">     html</code> or <code class="markup tag-name">body</code> element. This      should be used as the start of your full selector. For example, if your      desired selector is <font color="#006633"><code class="style selector fragment">#foo .bar</code></font>      and you want it to apply only to IE 7, your resulting selector will be     <font color="#006633"><code class="style selector fragment">*:first-child+html #foo .bar</code>.</font></p>     <p><strong><br /></strong></p>]]></content:encoded>
        </item>
        </channel>
</rss>