<?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>Ashevile Web Design and Computer Networking :: Applied Solutions Group &#187; safari 3</title>
	<atom:link href="http://www.appliedtns.com/blog/tag/safari-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appliedtns.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Apr 2010 02:39:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Safari 4 Beta CSS Hacks</title>
		<link>http://www.appliedtns.com/blog/2009/02/safari-4-beta-css-hacks/</link>
		<comments>http://www.appliedtns.com/blog/2009/02/safari-4-beta-css-hacks/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 14:34:53 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[safari 3]]></category>
		<category><![CDATA[safari 4]]></category>
		<category><![CDATA[safari hacks]]></category>
		<category><![CDATA[stokely hack]]></category>

		<guid isPermaLink="false">http://ashevillewebblog.com/?p=124</guid>
		<description><![CDATA[It is innevitable that sooner or later you will have some display issue in Safari that you just can&#8217;t seem to fix without weirding out the other browsers. This, for me, is not very common at all but it does occasionally happen so previously with Safari 3 the way I commonly used to target Safari [...]]]></description>
			<content:encoded><![CDATA[<p>It is innevitable that sooner or later you will have some display issue in Safari that you just can&#8217;t seem to fix without weirding out the other browsers. This, for me, is not very common at all but it does occasionally happen so previously with Safari 3 the way I commonly used to target Safari only was to do this.</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;">	<span style="color: #808080; font-style: italic;">/*\*/</span>
	html<span style="color: #00AA00;">*</span>div<span style="color: #6666ff;">.focusdiv</span> div<span style="color: #cc00cc;">#tcontent</span> div.subdiv<span style="color: #00AA00;">&#123;</span>
		<span style="color: #FFFFFF; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span>;
		<span style="color: #FFFFFF; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-3px</span>;
	<span style="color: #00AA00;">&#125;</span>
	<span style="color: #808080; font-style: italic;">/**/</span></pre></div></div>

<p>Well in the newest Safari release, version 4, this doesn&#8217;t work anymore. So what if we need to target something now? Well luckily enough there is still a way to target Safari only and as an added bonus it actually looks a lot nicer than the current method.</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;">  <span style="color: #a1a100;">@media screen and (-webkit-min-device-pixel-ratio:0) {</span>
    div<span style="color: #6666ff;">.focusdiv</span>  <span style="color: #00AA00;">&#123;</span>
		<span style="color: #FFFFFF; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">400px</span>;
	<span style="color: #00AA00;">&#125;</span>
    div<span style="color: #6666ff;">.focusdiv</span> div<span style="color: #cc00cc;">#tcontent</span> div<span style="color: #6666ff;">.subdiv</span> <span style="color: #00AA00;">&#123;</span>
		<span style="color: #FFFFFF; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span>;
		<span style="color: #FFFFFF; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-3px</span>;
	<span style="color: #00AA00;">&#125;</span>
  <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>That is pretty much it, to provide credit to the authors, the first method was called the Stokely Hack and the second method is from <a title="http://themechanism.com/blog/2008/01/08/safari-css-hack-redux/" href="http://themechanism.com/blog/2008/01/08/safari-css-hack-redux/" target="_blank">this site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedtns.com/blog/2009/02/safari-4-beta-css-hacks/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
