<?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>pmlmedia &#187; css</title>
	<atom:link href="http://pmlmedia.co.uk/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://pmlmedia.co.uk</link>
	<description>website design &#38; development</description>
	<lastBuildDate>Tue, 30 Aug 2011 11:16:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Fix Page Shift with Overflow-y: hidden</title>
		<link>http://pmlmedia.co.uk/2010/12/20/fix-page-shift-with-overflow-y-hidden/</link>
		<comments>http://pmlmedia.co.uk/2010/12/20/fix-page-shift-with-overflow-y-hidden/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 19:16:07 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[page shift]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=826</guid>
		<description><![CDATA[Ever had your page layout shift down when your page loads before the elements snap back into position? Fix this by adding the &#8216;overflow:&#8217; or &#8216;overflow-y:&#8217; property to the wrapper that contains your elements that are jumping around onLoad and use the value &#8216;hidden&#8217; or &#8216;scroll&#8217; to stop your browser automatically setting this to &#8216;auto&#8217;. [...]]]></description>
			<content:encoded><![CDATA[<p>Ever had your page layout shift down when your page loads before the elements snap back into position?<br />
Fix this by adding the &#8216;overflow:&#8217; or &#8216;overflow-y:&#8217; property to the wrapper that contains your elements that are jumping around onLoad and use the value &#8216;hidden&#8217; or &#8216;scroll&#8217; to stop your browser automatically setting this to &#8216;auto&#8217;.  </p>
<p>#navwrapper {Overflow-y:hidden;}</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpmlmedia.co.uk%2F2010%2F12%2F20%2Ffix-page-shift-with-overflow-y-hidden%2F&amp;title=Fix%20Page%20Shift%20with%20Overflow-y%3A%20hidden" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2010/12/20/fix-page-shift-with-overflow-y-hidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List-o-matic! &amp; htmldog</title>
		<link>http://pmlmedia.co.uk/2009/06/06/list-o-matic/</link>
		<comments>http://pmlmedia.co.uk/2009/06/06/list-o-matic/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 11:52:03 +0000</pubDate>
		<dc:creator>Peter Moore</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html styles]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://pmlmedia.co.uk/?p=206</guid>
		<description><![CDATA[If (like me) you need a crash course in CSS and HTML styles then this list-o-matic site is a good place for the beginner to start training in building a css navigation or even a whole standards-compliant website. Found this HTML Dog Website good as well with information about all of the valid tags belonging [...]]]></description>
			<content:encoded><![CDATA[<p>If (like me) you need a crash course in CSS and HTML styles then <a href="http://css.maxdesign.com.au/index.htm">this list-o-matic site</a> is a good place for the beginner to start training in building a css navigation or even a whole standards-compliant website.</p>
<p>Found this HTML Dog Website good as well with information about all of the valid tags belonging to the latest version of strict XHTML. <a title="html dog" href="http://htmldog.com/reference/htmltags/" target="_blank">boooyaaaa</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpmlmedia.co.uk%2F2009%2F06%2F06%2Flist-o-matic%2F&amp;title=List-o-matic%21%20%26%23038%3B%20htmldog" id="wpa2a_4">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://pmlmedia.co.uk/2009/06/06/list-o-matic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

