<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035065" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035065</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Changing a background image in phpBB style.css</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/precedence-universal-selector-child-combinator#comment-1203829</link>
    <description> &lt;p&gt;Here is the section of &lt;strong&gt;style.css&lt;/strong&gt; where I want to change the background image, and I&#039;m trying to understand the precedence of the CSS code.  I want to replace &lt;strong&gt;earth_bk.jpg&lt;/strong&gt; with &lt;strong&gt;alternate_bk.jpg&lt;/strong&gt; while leaving &lt;strong&gt;space_bk.gif&lt;/strong&gt; which tiles across the rest of the background.  For testing, I have the code in the following configuration for now.  Both Netscape and Firefox display the forum with the file &lt;strong&gt;alternate_bk.jpg&lt;/strong&gt; in the upper left corner and the rest of the background tiled with &lt;strong&gt;space_bk.gif&lt;/strong&gt;, while Internet Exploder still displays &lt;strong&gt;earth_bk.jpg&lt;/strong&gt; in the upper left with the tiled &lt;strong&gt;space_bk.gif&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I&#039;m simply trying to understand how this code is being interpreted so I can make the changes I want and know that they&#039;re dependable.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;html&amp;gt;body&lt;/strong&gt; {&lt;br /&gt;
	background: &lt;strong&gt;url(images/space_bk.gif)&lt;/strong&gt; fixed #000;&lt;br /&gt;
	margin: 0px;&lt;br /&gt;
	color: #fff;&lt;br /&gt;
	font-family: Verdana, Arial, Helvetica, sans-serif; }&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;* html body&lt;/strong&gt; {&lt;br /&gt;
	background: url(images/earth_bk1.jpg) no-repeat fixed #000;;&lt;br /&gt;
	margin: 0px;&lt;br /&gt;
	color: #fff;&lt;br /&gt;
	font-family: Verdana, Arial, Helvetica, sans-serif; }&lt;/p&gt;
&lt;p&gt;a, a:visited {&lt;br /&gt;
	color: #b7bfda; }&lt;br /&gt;
a:hover {&lt;br /&gt;
	color: #F7BC5B; }&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;html&amp;gt;body #container&lt;/strong&gt; {&lt;br /&gt;
	width: 735px;&lt;br /&gt;
	background: url(images/alternate_bk.jpg) no-repeat fixed;&lt;br /&gt;
	padding-top: 25px;&lt;br /&gt;
	padding-left: 15px;}&lt;br /&gt;
&lt;strong&gt;* html body #container&lt;/strong&gt; {&lt;br /&gt;
	width: 735px;&lt;br /&gt;
	padding-top: 25px;&lt;br /&gt;
	padding-left: 15px;}&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Jul 2006 19:48:43 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1203829 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Precedence, etc.</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/precedence-universal-selector-child-combinator#comment-1203828</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;teammatt3 wrote:&lt;/strong&gt; I can&#039;t help you there, RangerLord. But have you tried the offical PHPbb forums at &lt;a href=&quot;http://www.phpbb.com/phpBB/&quot; class=&quot;bb-url&quot;&gt;http://www.phpbb.com/phpBB/&lt;/a&gt; ? I think they would have a better understanding of PHPbb then us. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;True enough about the forum software itself, but like a lot of software that supports alternative skins, phpBB doesn&#039;t provide support for third-party developed templates.&lt;/p&gt;
&lt;p&gt;I have followed the link provided by the developer of the template I am using, but it links back to his blog, and there is no mention of any support for the phpBB template.  Also missing is any e-mail link, so in order to ask for help from the author I guess I&#039;ll just have to post a comment in his blog. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Meanwhile, I&#039;ve been through the CSS provided with the default template, as well as another template that I&#039;ve downloaded, and none of them are doing anything like what I&#039;m seeing in this one.&lt;/p&gt;
&lt;p&gt;I would just go find another template that I like, only this one had a theme and layout practically perfect for what I wanted, and all I wanted to change on it was one of the background images, plus add a menu link back to the other part of the website.&lt;/p&gt;
&lt;p&gt;- R/L&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Jul 2006 19:33:18 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1203828 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/precedence-universal-selector-child-combinator#comment-1203763</link>
    <description> &lt;p&gt;I can&#039;t help you there, RangerLord. But have you tried the offical PHPbb forums at &lt;a href=&quot;http://www.phpbb.com/phpBB/&quot; class=&quot;bb-url&quot;&gt;http://www.phpbb.com/phpBB/&lt;/a&gt; ? I think they would have a better understanding of PHPbb then us. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Jul 2006 16:43:08 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1203763 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Conditional CSS?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/precedence-universal-selector-child-combinator#comment-1203738</link>
    <description> &lt;p&gt;(See previous post) No help, anyone?&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Jul 2006 01:35:24 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1203738 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
