<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Display Theme : Best practice to change background image</title>
		<link>http://www.kriesi.at/support/topic/display-theme-best-practice-to-change-background-image</link>
		<description>Support Forum - Topic: Display Theme : Best practice to change background image</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 18:41:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/display-theme-best-practice-to-change-background-image" rel="self" type="application/rss+xml" />

		<item>
			<title>markangelo on "Display Theme : Best practice to change background image"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-best-practice-to-change-background-image#post-8854</link>
			<pubDate>Sat, 13 Nov 2010 09:00:23 +0000</pubDate>
			<dc:creator>markangelo</dc:creator>
			<guid isPermaLink="false">8854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude! I'll try that. hehe :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display Theme : Best practice to change background image"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-best-practice-to-change-background-image#post-8851</link>
			<pubDate>Sat, 13 Nov 2010 08:47:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would attach the background image to the body and not to the wrapper.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body{
background: url(http://www.mybackgroundimageurl) no-repeat 50% 0%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;z-index is only necessary in some special cases - normally you don't need it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markangelo on "Display Theme : Best practice to change background image"</title>
			<link>http://www.kriesi.at/support/topic/display-theme-best-practice-to-change-background-image#post-8834</link>
			<pubDate>Sat, 13 Nov 2010 02:16:51 +0000</pubDate>
			<dc:creator>markangelo</dc:creator>
			<guid isPermaLink="false">8834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I hope I can be of help in the near future.  &#60;/p&#62;
&#60;p&#62;What is the best practice to change the background / add a back ground image to the Display theme?  &#60;/p&#62;
&#60;p&#62;I'm thinking that I should pick a style and modify the specific style sheet with the following changes:&#60;/p&#62;
&#60;p&#62;Before:&#60;br /&#62;
.wrapper{&#60;br /&#62;
width:100%;&#60;br /&#62;
position:relative;&#60;br /&#62;
display:table;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;After:&#60;br /&#62;
.wrapper {&#60;br /&#62;
background: **NAME** url(http://www.mybackgroundimageurl) no-repeat 50% 0%;&#60;br /&#62;
display: table;&#60;br /&#62;
position: relative;&#60;br /&#62;
width: 100%;&#60;br /&#62;
z-index: 1;&#60;/p&#62;
&#60;p&#62;I have not used percentages when modifying CSS before. Is this best practice?  Also, is adding z-index: 1 best practice?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Mark
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
