<?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>ActionScript Scraps &#187; css</title>
	<atom:link href="http://blog.sitedaniel.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sitedaniel.com</link>
	<description>Flash, Flex and AIR development</description>
	<lastBuildDate>Wed, 01 Sep 2010 21:15:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remove padding around 100% width/height Flash content</title>
		<link>http://blog.sitedaniel.com/2009/09/remove-padding-around-100-widthheight-flash-content/</link>
		<comments>http://blog.sitedaniel.com/2009/09/remove-padding-around-100-widthheight-flash-content/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:15:23 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://blog.sitedaniel.com/?p=387</guid>
		<description><![CDATA[Some browsers put in padding around flash content that is scaled to fit 100% height and width. This is a quick CSS / HTML fix to make your full-screen flash movie fit the full height and width of the browser. Just put this in the top of your HTML inside your CSS declaration * {margin:0px;padding:0px;}]]></description>
			<content:encoded><![CDATA[<p>Some browsers put in padding around flash content that is scaled to fit 100% height and width. This is a quick CSS / HTML fix to make your full-screen flash movie fit the full height and width of the browser.<br />
Just put this in the top of your HTML inside your CSS declaration</p>
<pre>
* {margin:0px;padding:0px;}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.sitedaniel.com/2009/09/remove-padding-around-100-widthheight-flash-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
