<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Watermark image as background on container</title>
			<link>http://www.silverstripe.org/archive/show/117664?start=0#post118497</link>
			<description>&lt;p&gt;Pixel&lt;/p&gt;&lt;p&gt;Thank you . That worked perfectly. All I need to do now is reduce the opacity.&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Gerry&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Watermark image as background on container &lt;a href=&quot;http://www.silverstripe.org/archive/show/117664?start=0#post118497&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/117664?start=0#post118497&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 11 Jul 2008 12:02:34 +1200</pubDate>
			<dc:creator>gkinane</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/117664?start=0#post118497</guid>
		</item>
		
		<item>
			<title>Re: Watermark image as background on container</title>
			<link>http://www.silverstripe.org/archive/show/117664?start=0#post118123</link>
			<description>&lt;p&gt;Yes you need to put the background image in the CSS not the SS  &lt;/p&gt;&lt;p&gt;.SS looks like&lt;/p&gt;&lt;p&gt;&amp;lt;div id=&quot;Main&quot; class=&quot;typography&quot;&amp;gt;&lt;br /&gt;      $Layout&lt;br /&gt;&amp;lt;/div&amp;gt; &lt;/p&gt;&lt;p&gt;CSS (themes/YOURTHEME/css/layout.css) could look like&lt;/p&gt;&lt;p&gt;#Main {&lt;br /&gt;    height: auto;&lt;br /&gt;    width: ????px;&lt;br /&gt;    padding: 10px;&lt;br /&gt;    float: left;&lt;br /&gt;    background: #FFFFFF url(http://www.silverstripe.org/../images/bglogo.gif) no-repeat; &lt;br /&gt;}&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Watermark image as background on container &lt;a href=&quot;http://www.silverstripe.org/archive/show/117664?start=0#post118123&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/117664?start=0#post118123&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 10 Jul 2008 20:23:54 +1200</pubDate>
			<dc:creator>Pixel</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/117664?start=0#post118123</guid>
		</item>
		
		<item>
			<title>Re: Watermark image as background on container</title>
			<link>http://www.silverstripe.org/archive/show/117664?start=0#post117703</link>
			<description>&lt;p&gt;Hi Pixel&lt;/p&gt;&lt;p&gt;Did that in Page.ss (code below)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;Main&quot; class=&quot;typography&quot;&amp;gt;&lt;br /&gt;          &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$Layout&lt;br /&gt;                  background-image:url(http://www.silverstripe.org/../images/bglogo.gif);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;I obviously have something wrong as this does not work.&lt;/p&gt;&lt;p&gt;Thanks for help&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Watermark image as background on container &lt;a href=&quot;http://www.silverstripe.org/archive/show/117664?start=0#post117703&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/117664?start=0#post117703&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 10 Jul 2008 06:03:09 +1200</pubDate>
			<dc:creator>gkinane</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/117664?start=0#post117703</guid>
		</item>
		
		<item>
			<title>Re: Watermark image as background on container</title>
			<link>http://www.silverstripe.org/archive/show/117664?start=0#post117667</link>
			<description>&lt;p&gt;Just wrap a div around $layout in the template and in the Layout CCS and give the div a background image. Or if there is a div already around it - just give that a background image.&lt;br /&gt;If your content area expands ie. height: auto; give the div a background colour the same as the background to the image&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Watermark image as background on container &lt;a href=&quot;http://www.silverstripe.org/archive/show/117664?start=0#post117667&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/117664?start=0#post117667&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 10 Jul 2008 04:38:19 +1200</pubDate>
			<dc:creator>Pixel</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/117664?start=0#post117667</guid>
		</item>
		
		<item>
			<title>Watermark image as background on container</title>
			<link>http://www.silverstripe.org/archive/show/117664#post117664</link>
			<description>&lt;p&gt;Is it possible to have a watermark image (e.g. Company logo) as the background to main areas of site ?&lt;/p&gt;&lt;p&gt;If so how is it done ?&lt;/p&gt;&lt;p&gt;Any help appreciated.&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;Gerry&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Watermark image as background on container &lt;a href=&quot;http://www.silverstripe.org/archive/show/117664#post117664&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/117664#post117664&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 10 Jul 2008 04:30:06 +1200</pubDate>
			<dc:creator>gkinane</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/117664#post117664</guid>
		</item>
		

	</channel>
</rss>