<?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>Castner IT Blog &#187; CSS</title>
	<atom:link href="http://www.castnerit.com.au/blog/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.castnerit.com.au/blog</link>
	<description>ASP.NET, SEO, Small Business IT</description>
	<lastBuildDate>Thu, 12 Jan 2012 21:59:23 +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>z-index in Internet Explorer 7</title>
		<link>http://www.castnerit.com.au/blog/2008/08/z-index-in-internet-explorer-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=z-index-in-internet-explorer-7</link>
		<comments>http://www.castnerit.com.au/blog/2008/08/z-index-in-internet-explorer-7/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 05:54:03 +0000</pubDate>
		<dc:creator>Grant Castner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://castnerit.com/blog/?p=79</guid>
		<description><![CDATA[The z-index implementation in IE 7 can be troublesome when combined with elements that are relatively positioned. My problem occurred on my personal web site on which I have CSS drop down menus that I want to appear over an element with the position:relative declaration. The drop down menu would appear behind the relatively positioned [...]]]></description>
			<content:encoded><![CDATA[<p>The z-index implementation in IE 7 can be troublesome when combined with elements that are relatively positioned. My problem occurred on my personal web site on which I have CSS drop down menus that I want to appear over an element with the position:relative declaration. The drop down menu would appear behind the relatively positioned element despite the z-index being set correctly for the drop down menu styles. The page displayed correctly in Firefox. I found a great post at <a href="http://www.quirksmode.org/bugreports/archives/2006/01/Explorer_z_index_bug.html">http://www.quirksmode.org/bugreports/archives/2006/01/Explorer_z_index_bug.html</a> that identified the solution.</p>
<p>The solution involves setting the z-index property for <strong>any parent elements of the drop down menu </strong>in addition to setting it for the drop-down element itself. For example, suppose the navigation menu is in the nav element. The z-index property must be also set for the pageheader element.</p>
<p>&lt;div id=&#8221;pageheader&#8221;&gt;<br />
&lt;div id=&#8221;nav&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.castnerit.com.au/blog/2008/08/z-index-in-internet-explorer-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Microsoft Outlook to consolidate your email</title>
		<link>http://www.castnerit.com.au/blog/2008/07/using-microsoft-outlook-to-consolidate-your-email/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-microsoft-outlook-to-consolidate-your-email</link>
		<comments>http://www.castnerit.com.au/blog/2008/07/using-microsoft-outlook-to-consolidate-your-email/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 14:24:53 +0000</pubDate>
		<dc:creator>Grant Castner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google Apps]]></category>

		<guid isPermaLink="false">http://castnerit.com/blog/?p=19</guid>
		<description><![CDATA[1. uoregon email The UO IT department has a great page with instructions for viewing your uoregon e-mail through Outlook and other e-mail programs: http://it.uoregon.edu/help/email/setup.shtml 2. Hotmail Use the Microsoft Outlook connector available at http://www.microsoft.com/downloads/details.aspx?FamilyID=7aad7e6a-931e-438a-950c-5e9ea66322d4&#38;displaylang=en 3. Gmail Follow the instructions at http://mail.google.com/support/bin/answer.py?answer=86374 (POP) or http://mail.google.com/support/bin/answer.py?answer=77689&#38;topic=12814 (IMAP)]]></description>
			<content:encoded><![CDATA[<p><strong>1. uoregon</strong> <strong>email</strong></p>
<p>The UO IT department has a great page with instructions for viewing your uoregon e-mail through Outlook and other e-mail programs:</p>
<p><a href="http://it.uoregon.edu/help/email/setup.shtml">http://it.uoregon.edu/help/email/setup.shtml</a></p>
<p><strong>2. Hotmail</strong></p>
<p>Use the Microsoft Outlook connector available at <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7aad7e6a-931e-438a-950c-5e9ea66322d4&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=7aad7e6a-931e-438a-950c-5e9ea66322d4&amp;displaylang=en</a></p>
<p><strong>3. Gmail</strong></p>
<p>Follow the instructions at <a href="http://mail.google.com/support/bin/answer.py?answer=86374">http://mail.google.com/support/bin/answer.py?answer=86374</a> (POP) or <a href="http://mail.google.com/support/bin/answer.py?answer=77689&amp;topic=12814">http://mail.google.com/support/bin/answer.py?answer=77689&amp;topic=12814</a> (IMAP)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.castnerit.com.au/blog/2008/07/using-microsoft-outlook-to-consolidate-your-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

