<?xml version="1.0" encoding="UTF-8"?><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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; css</title>
	<atom:link href="https://tech.yipp.ca/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>How to add Firefox-only CSS</title>
		<link>https://tech.yipp.ca/css/add-firefox-css/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-firefox-css</link>
		<comments>https://tech.yipp.ca/css/add-firefox-css/#comments</comments>
		<pubDate>Mon, 27 Jul 2015 10:18:23 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1950</guid>
		<description><![CDATA[<p>@-moz-document url-prefix() { #text_bitrate {             margin-left: 10px; } }</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/css/add-firefox-css/">How to add Firefox-only CSS</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p class="p2"><span class="s1">@-moz-document</span> url-prefix() {<br />
#text_bitrate<span class="s2"> {<br />
</span><span class="s2"><span class="Apple-converted-space">            </span></span>margin-left<span class="s2">: </span><span class="s1">10px</span><span class="s2">;<br />
}<br />
</span>}</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/css/add-firefox-css/">How to add Firefox-only CSS</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/css/add-firefox-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS filter opacity for cross-browser transparency</title>
		<link>https://tech.yipp.ca/css/css-filter-opacity-cross-browser-transparency/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-filter-opacity-cross-browser-transparency</link>
		<comments>https://tech.yipp.ca/css/css-filter-opacity-cross-browser-transparency/#comments</comments>
		<pubDate>Wed, 04 Mar 2015 17:36:32 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1567</guid>
		<description><![CDATA[<p>Solution To reach almost all users now (in 2015) : opacity:0; filter: "alpha(opacity=0)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; The full CSS cross-browser (some might be useless now) opacity:0; filter: "alpha(opacity=0)"; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0.5; -khtml-opacity: 0.5;  </p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/css/css-filter-opacity-cross-browser-transparency/">CSS filter opacity for cross-browser transparency</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Solution</p>
<p>To reach almost all users now (in 2015) :</p>
<p>opacity:0;<br />
filter: "alpha(opacity=0)";<br />
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";</p>
<p>The full CSS cross-browser (some might be useless now)</p>
<p>opacity:0;<br />
filter: "alpha(opacity=0)";<br />
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";<br />
-moz-opacity: 0.5;<br />
-khtml-opacity: 0.5;</p>
<p><span class="token punctuation" style="box-sizing: border-box; color: white; font-family: 'Source Code Pro', Menlo, Consolas, Monaco, monospace; font-size: 16.2000007629395px; line-height: 24.2999992370605px; white-space: pre; background-color: #1d1f21;"> </span></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/css/css-filter-opacity-cross-browser-transparency/">CSS filter opacity for cross-browser transparency</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/css/css-filter-opacity-cross-browser-transparency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are div inline-block rendered differently with text versus no-text</title>
		<link>https://tech.yipp.ca/css/div-inline-block-rendered-differently-text-versus-text/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=div-inline-block-rendered-differently-text-versus-text</link>
		<comments>https://tech.yipp.ca/css/div-inline-block-rendered-differently-text-versus-text/#comments</comments>
		<pubDate>Mon, 23 Feb 2015 17:44:46 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1545</guid>
		<description><![CDATA[<p>It is because when there is text, the browser switch the vertical-align property. To have it consistent, you can thus just set all div to vertical-align:bottom; &#160;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/css/div-inline-block-rendered-differently-text-versus-text/">Why are div inline-block rendered differently with text versus no-text</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>It is because when there is text, the browser switch the vertical-align property.</p>
<p>To have it consistent, you can thus just set all div to</p>
<p>vertical-align:bottom;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/css/div-inline-block-rendered-differently-text-versus-text/">Why are div inline-block rendered differently with text versus no-text</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/css/div-inline-block-rendered-differently-text-versus-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
