<?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>The Laughing DM &#187; safari</title>
	<atom:link href="http://www.thelaughingdm.com/wordpress/tag/safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelaughingdm.com/wordpress</link>
	<description>Behind the screen you hear the clatter of dice.  The Dungeon Master begins to laugh.  What do you do?</description>
	<lastBuildDate>Wed, 14 Jul 2010 02:18:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Safari / CSS Issue</title>
		<link>http://www.thelaughingdm.com/wordpress/2008/04/05/safari-css-issue/</link>
		<comments>http://www.thelaughingdm.com/wordpress/2008/04/05/safari-css-issue/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 23:51:29 +0000</pubDate>
		<dc:creator>DungeonMaster</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.thelaughingdm.com/wordpress/?p=10</guid>
		<description><![CDATA[Recently I&#8217;ve been updating one of the web sites I work on in my spare time (www.ralongalumni.org) and testing the updates in a variety of common browsers. Apple Safari on Windows is one of those browsers; Safari on my iPhone another. I&#8217;d been having one tiny issue: some of the typefaces would not display correctly [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been updating one of the web sites I work on in my spare time (<a title="R. A. Long High School Alumni Association" href="http://www.ralongalumni.org" target="_blank">www.ralongalumni.org</a>) and testing the updates in a variety of common browsers.  Apple Safari on Windows is one of those browsers; Safari on my iPhone another.</p>
<p>I&#8217;d been having one tiny issue:  some of the typefaces would not display correctly on some pages.  The problem was most noticeable in the title in the masthead.  The title <em>should</em> be in <em>Copperplate Gothic Bold</em> at .9em, but is instead some <em>sans-serif</em> typeface and is significantly smaller than it should be.  Other text items on the page are not set in the correct typeface either.</p>
<div style="center;"><img style="5px;" src="http://www.thelaughingdm.com/wordpress/images/Safari-Problem/Safari-Problem.png" alt="Safari CSS Problem" width="450" height="169" /></div>
<p>The problem wasn&#8217;t on every page.  Some pages rendered completely correctly.  The whole scenario really confused me as it worked correctly when testing locally in Safari and other browsers (like FireFox).</p>
<div style="center;"><img style="5px;" src="http://www.thelaughingdm.com/wordpress/images/Safari-Problem/Safari-Correct-Local.png" alt="Safari CSS Correct Local" width="450" height="174" /></div>
<div style="center;"><img style="5px;" src="http://www.thelaughingdm.com/wordpress/images/Safari-Problem/FireFox-Correct.png" alt="FireFox CSS Correct" width="450" height="185" /></div>
<p>The problem only showed when the pages were finished and viewed from the server.</p>
<p>The problem was one stray line in the &lt;head&gt; section of some pages.</p>
<p>&lt;meta name=&#8221;copyright&#8221; content=&#8221;R. A. Long High School Alumni Association&#8221; /&gt;<br />
&lt;!&#8211; this css file doesn&#8217;t exist &#8211;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;./styles/navbar.css&#8221; /&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;./styles/main.css&#8221; /&gt;</p>
<p>The <em>navbar.css</em> file didn&#8217;t exist on my server or on my local system.  The entry in the &lt;head&gt; section was leftover from earlier experimental versions of the website.  And those versions were built before I had access to the Safari browser.</p>
<p>I &#8220;discovered&#8221; that <em>navbar.css</em> was the problem by accident.  I figured that as long as I was trying to figure out why pages worked in Safari when served from the server and others did not, I would clean up the markup.  As soon as I did that, it all worked &#8230; magically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelaughingdm.com/wordpress/2008/04/05/safari-css-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
