<?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>bloggie blog &#187; CSS</title>
	<atom:link href="http://www.kevinashworth.com/blog/archives/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kevinashworth.com/blog</link>
	<description>kevinashworth.com: bloggie blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:34:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Safari CSS bug</title>
		<link>http://www.kevinashworth.com/blog/archives/1613</link>
		<comments>http://www.kevinashworth.com/blog/archives/1613#comments</comments>
		<pubDate>Thu, 21 Apr 2011 18:02:32 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.kevinashworth.com/blog/?p=1613</guid>
		<description><![CDATA[Safari 5.0.5 breaks some CSS on my site, involving a floating div with a p tag assigned the style text-align: right. Anybody else seeing this? I&#8217;m assuming it&#8217;s a bug, but maybe they&#8217;re now adhering more strictly to previously overlooked standards? There&#8217;s no mention on the interwebs of this bug that I can see&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Safari 5.0.5 breaks some CSS on my site, involving a floating <code>div</code> with a <code>p</code> tag assigned the style <code>text-align: right</code>. </p>
<p>Anybody else seeing this? I&#8217;m assuming it&#8217;s a bug, but maybe they&#8217;re now adhering more strictly to previously overlooked standards? There&#8217;s no mention on the interwebs of this bug that I can see&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinashworth.com/blog/archives/1613/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick improvement to Actors Access</title>
		<link>http://www.kevinashworth.com/blog/archives/1272</link>
		<comments>http://www.kevinashworth.com/blog/archives/1272#comments</comments>
		<pubDate>Fri, 06 Aug 2010 17:45:08 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Acting]]></category>
		<category><![CDATA[Actors Access]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.kevinashworth.com/blog/?p=1272</guid>
		<description><![CDATA[Attention, actors. Previously, I showed how to make IMDb Pro better if you use Safari on an Apple computer. Today, let&#8217;s add one more line to overcome.css to improve Actors Access. The first time you use Actors Access, it&#8217;s good to see the message at the top of each breakdown that begins with, &#8220;SUBMISSION INSTRUCTIONS [...]]]></description>
			<content:encoded><![CDATA[<p>Attention, actors. <a href="/blog/archives/1241">Previously</a>, I showed how to make IMDb Pro better if you use Safari on an Apple computer. Today, let&#8217;s add one more line to overcome.css to improve <a href="http://www.actorsaccess.com/">Actors Access</a>.</p>
<p>The first time you use Actors Access, it&#8217;s good to see the message at the top of each breakdown that begins with, &#8220;<em><strong>SUBMISSION INSTRUCTIONS</strong> ALWAYS SUBMIT ASAP!!! Submitting within the first day&#8230;.</em>&#8221; But that large message gets old fast! That message just gets in the way after a while. Here&#8217;s some CSS you can use to tell Safari to hide the message:</p>
<p><code>div.alert[id=message] {<br />
	display: none;<br />
}</code></p>
<p>I&#8217;ve modified my online copy of <a href="/blog/wp-content/uploads/2010/07/overcome.css">overcome.css</a> to include this plus the previous IMDb Pro fix. <em>Download and enjoy!</em> (Need help on this? Just leave a comment.)</p>
<p>Now, if anybody can figure out how to do this on Safari iPhone, too, please let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinashworth.com/blog/archives/1272/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick fix for IMDb Pro printing</title>
		<link>http://www.kevinashworth.com/blog/archives/1241</link>
		<comments>http://www.kevinashworth.com/blog/archives/1241#comments</comments>
		<pubDate>Fri, 23 Jul 2010 22:52:48 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IMDb]]></category>
		<category><![CDATA[IMDb Pro]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.kevinashworth.com/blog/?p=1241</guid>
		<description><![CDATA[Recently, IMDb Pro did a small redesign. Quick review: Looks better in browser, prints horribly. I offer herein a quick fix to the printing problem, at least in Safari / Mac OS X. (Other browsers should have similar solutions for the savvy web user.) Create a file named something.css and store it on your hard [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, IMDb Pro did a small redesign. <em>Quick review: Looks better in browser, prints horribly.</em></p>
<p>I offer herein a quick fix to the printing problem, at least in Safari / Mac OS X. (Other browsers should have similar solutions for the savvy web user.)</p>
<p>Create a file named something.css and store it on your hard drive wherever you want. I call mine &#8220;overcome.css&#8221; and put in a my Documents folder. Edit this file with a plain-text editor. Do not use Word. Put this text, this CSS code, into that file, then save it and close it:</p>
<p><code>@media print {<br />
	#nav-wrapper { display: none; }<br />
}</code></p>
<p>(Alternate solution if plain-text editing is beyond your computer routine: download <a href='/blog/wp-content/uploads/2010/07/overcome.css'>overcome.css</a>.)</p>
<p>Now in Safari, go to Safari > Preferences > Advanced. Where it says Style Sheet, select the file you just created or downloaded. That&#8217;s it! See the difference below, where I offer a side-by-side comparison of the first printed page of my IMDb Pro page. <em>Quick review: Better. Way better. IMDb should hire me.</em></p>

<a href='http://www.kevinashworth.com/blog/archives/1241/imdbprobefore' title='IMDbProBefore'><img width="150" height="150" src="http://www.kevinashworth.com/blog/wp-content/uploads/2010/07/IMDbProBefore-150x150.png" class="attachment-thumbnail" alt="Horrible printout, before my fix" title="IMDbProBefore" /></a>
<a href='http://www.kevinashworth.com/blog/archives/1241/imdbproafter' title='IMDbProAfter'><img width="150" height="150" src="http://www.kevinashworth.com/blog/wp-content/uploads/2010/07/IMDbProAfter-150x150.png" class="attachment-thumbnail" alt="Decent printout, after my fix" title="IMDbProAfter" /></a>

<p><strong><small>UPDATE</small></strong>: It turns out that Safari users will benefit from one other CSS change, due to poor cross-browser issues with the new IMDb Pro look. Add this to overcome.css in order to avoid the weird thing that happens where the page shifts down 21 pixels just as it finishes rendering. I&#8217;ve altered the download file accordingly.</p>
<p><code>#nav-wrapper #navbar { margin: 0 !important; }</code></p>
<p>Again, <em>IMDb should hire me</em>.</p>
<p>(<em>Please leave a comment if you find it useful, or if you find an error.</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevinashworth.com/blog/archives/1241/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

