Let&#39;s suppose you wanted to put a background image into the div header.inner.group, only on the front page.<div><br></div><div>.front #header.inner.group {</div><div>  background-image: url(&#39;images/my-background-image.png&#39;);</div>

<div>}</div><div><br></div><div>This would go into style.css in your theme, or local.css (check out your theme&#39;s info file to see which css file is being invoked). </div><div><br></div><div>See <a href="http://www.w3schools.com/css/css_background.asp">http://www.w3schools.com/css/css_background.asp</a> where you can learn css without buying a book. But books are good (css cookbook, etc.) if you can spare the cash.</div>

<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>Victor Kane</div><div><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a></div><div><a href="http://drupal.org/project/pft">http://drupal.org/project/pft</a></div>

<div><br><div class="gmail_quote">On Fri, Feb 4, 2011 at 5:41 PM,  <span dir="ltr">&lt;<a href="mailto:pat@soligsoft.com">pat@soligsoft.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Will get css book.  But still confused.  No examples seem to work, totally<br>
confused.<br>
<br>
PChuprina<br>
<div class="im"><br>
<br>
&gt; What are the classes on the &lt;body&gt; tag?<br>
&gt;<br>
&gt; Is class=&quot;html front not-logged-in no-sidebars page-node&quot; on the &lt;body&gt;?<br>
&gt;<br>
&gt; If so, target the #container this way:<br>
&gt;<br>
&gt; .front #container {  ...  }<br>
&gt;<br>
&gt; Consider getting a book on CSS to help learn how to properly use<br>
&gt; selectors.<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Feb 4, 2011 at 1:16 PM, &lt;<a href="mailto:pat@soligsoft.com">pat@soligsoft.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; When I used firebug to inspect I got:<br>
&gt;&gt;<br>
&gt;&gt; &lt;div id=&quot;container&quot;  class=&quot;html front not-logged-in no-sidebars<br>
&gt;&gt; page-node&quot;&gt;<br>
&gt;&gt; I&#39;m not really sure what to use.<br>
&gt;&gt;<br>
&gt;&gt; PChuprina<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
</div></div></blockquote></div><br></div>