<?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>IMVU SPACE &#187; background</title>
	<atom:link href="http://www.imvuspace.com/tag/background/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imvuspace.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 08:01:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Page Background</title>
		<link>http://www.imvuspace.com/page-background/</link>
		<comments>http://www.imvuspace.com/page-background/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 22:28:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[background]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=343</guid>
		<description><![CDATA[This is a piece of CSS that allows you to put in your own background, it works on any website. Don&#8217;t forget to put in your own picture. Attachment fixed will prevent your background from scrolling down along with the rest of your page. Can be placed anywhere. Click the code to select, press CTRL+C [...]]]></description>
			<content:encoded><![CDATA[<p>This is a piece of CSS that allows you to put in your own background, it works on any website. Don&#8217;t forget to put in your own picture. Attachment fixed will prevent your background from scrolling down along with the rest of your page. Can be placed anywhere.</p>
<form action="URI"><textarea style="background-color: #ffffff; font-family: verdana; color: #9900ff; border-style: solid;" onclick="this.select()" cols="50" rows="5">
<style type="text/css">
body, .imvuspace_com { 
background-image:url('PICLINK');
background-color:black;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
}
</style>
</textarea>
</form>
<p>Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imvuspace.com/page-background/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stretch Background Picture</title>
		<link>http://www.imvuspace.com/stretch-background-picture/</link>
		<comments>http://www.imvuspace.com/stretch-background-picture/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 23:03:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[picture]]></category>

		<guid isPermaLink="false">http://www.imvuspace.com/?p=247</guid>
		<description><![CDATA[Its a workaround to a function that should be available in the next browser generation. Means you can add a background picture to your page that is stretched over the whole page! Unfortunatelly with Internet Explorer it doesnt work to make it not scrolling! Works fine on Firefox. NOTE: to change the background picture simply [...]]]></description>
			<content:encoded><![CDATA[<p>Its a workaround to a function that should be available in the next browser generation. Means you can add a background picture to your page that is stretched over the whole page! Unfortunatelly with Internet Explorer it doesnt work to make it not scrolling! Works fine on Firefox. NOTE: to change the background picture simply change the url in the third line (starting with &#8216;var newbackgroundimage=&#8217;). Good luck and enjoy. [This code has been published on this page, if you think its useful and want to copy it please say at least where you got if from. Thx]</p>
<form action="URI"><textarea style="background-color: #ffffff; font-family: verdana; color: #9900ff; border-style: solid;" onclick="this.select()" cols="50" rows="5">
<script type="text/javascript">

var copiedfrom='www.imvuspace.com';
  var newbackgroundimage='http://www.imvucodes.net/src/837a9f9268142a768c8d1f17b644e521_14877.png';
  document.getElementById('message-stack').innerHTML='<img src="'+newbackgroundimage+'" width="100%" height="100%" alt="This code was published on IMVUSPACE.COM. If you copy it then say at least where you got it from. Thx.">';
</script>
<style type="text/css">
  #message-stack, .byimvuspacecom { position:fixed; top:0; left:0; width:100%; height:100%; z-index:0; }
</style>
<!--[if gte IE 6]>
<style type="text/css">
  html {overflow-y:hidden;}
  body {overflow-y:auto;}
  #imvuParentTable {position:static;}
  #message-stack {position:absolute; z-index:-1;}
</style>
<![endif]-->
</textarea>
</form>
<p>Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imvuspace.com/stretch-background-picture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

