<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Theme Lab Forums Tag: theme</title>
<link>http://www.themelab.com/forums/</link>
<description>Theme Lab Forums Tag: theme</description>
<language>en</language>
<pubDate>Sat, 22 Nov 2008 06:42:00 +0000</pubDate>

<item>
<title>asynchronicity on "Colourise Header Picture Change - Please Help"</title>
<link>http://www.themelab.com/forums/topic/colourise-header-picture-change-please-help#post-185</link>
<pubDate>Wed, 10 Sep 2008 17:43:14 +0000</pubDate>
<dc:creator>asynchronicity</dc:creator>
<guid isPermaLink="false">185@http://www.themelab.com/forums/</guid>
<description>&#60;p&#62;This is the result of your suggestions: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ftsproduction.com/Colourise-edit-2.png&#34; rel=&#34;nofollow&#34;&#62;http://www.ftsproduction.com/Colourise-edit-2.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As far as I can tell the reason is the img is actually part of the body background and not the header background. I tried changing the background color:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body {
	font: 11px/165% &#38;#39;Lucida Grande&#38;#39;, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	margin: 0; 	padding: 0;
	background: #000 url(images/bg-edit.jpg) no-repeat center top;
	text-align: center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It still looks like this: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ftsproduction.com/Colourise-edit-3.png&#34; rel=&#34;nofollow&#34;&#62;http://www.ftsproduction.com/Colourise-edit-3.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It seems there must be some sort of element that is not lining up. a &#38;lt;div&#38;gt; or something, but I cannot for the life of me figure out what it is. Any other ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>Leland on "Colourise Header Picture Change - Please Help"</title>
<link>http://www.themelab.com/forums/topic/colourise-header-picture-change-please-help#post-182</link>
<pubDate>Tue, 09 Sep 2008 12:24:49 +0000</pubDate>
<dc:creator>Leland</dc:creator>
<guid isPermaLink="false">182@http://www.themelab.com/forums/</guid>
<description>&#60;p&#62;You could try this.  Instead of:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#header {&#60;br /&#62;
	position: relative;&#60;br /&#62;
	width: 900px;&#60;br /&#62;
	height: 300px;&#60;br /&#62;
	margin: 0; padding: 0;&#60;br /&#62;
	background: transparent;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You could change &#60;code&#62;background: transparent;&#60;/code&#62; to &#60;code&#62;background: #000;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Which should make the background color black.
&#60;/p&#62;</description>
</item>
<item>
<title>asynchronicity on "Colourise Header Picture Change - Please Help"</title>
<link>http://www.themelab.com/forums/topic/colourise-header-picture-change-please-help#post-181</link>
<pubDate>Tue, 09 Sep 2008 00:48:20 +0000</pubDate>
<dc:creator>asynchronicity</dc:creator>
<guid isPermaLink="false">181@http://www.themelab.com/forums/</guid>
<description>&#60;p&#62;I love the Colourise theme, but I have been trying to make a few adjustments for my webpage. One of them is that I wanted to shrink the height of the header image (which is actually defined in the body tag).&#60;/p&#62;
&#60;p&#62;So, I edited the image to be half the height. I adjusted the header height to match. I am missing something though because I get a white block below the header like this: &#60;a href=&#34;http://www.ftsproduction.com/Colourise%20Edit.png&#34; rel=&#34;nofollow&#34;&#62;http://www.ftsproduction.com/Colourise%20Edit.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what my style.css sheet looks like when I've edited it: &#60;a href=&#34;http://www.ftsproduction.com/colourise-edit.txt&#34; rel=&#34;nofollow&#34;&#62;http://www.ftsproduction.com/colourise-edit.txt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What am I missing?
&#60;/p&#62;</description>
</item>
<item>
<title>Bart on "Sidebar not active in IE7"</title>
<link>http://www.themelab.com/forums/topic/sidebar-not-active-in-ie7#post-108</link>
<pubDate>Mon, 30 Jun 2008 12:58:10 +0000</pubDate>
<dc:creator>Bart</dc:creator>
<guid isPermaLink="false">108@http://www.themelab.com/forums/</guid>
<description>&#60;p&#62;On 2008-05-22 14:44:20 I posted this question:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Furthermore I discovered that the links in the sidebar don’t work in IE 7 under Windows XP. Any idea about it?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;On 2008-06-16 02:08:02 DeadDuck recognized the same problem.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Also…. I just noticed that this problem occurs when light.css is selected. The links works with dark.css when selected two sidebar configuration, but not in light.css.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Leland said he had no problems with the sidebar. But my problem remains the same. Yesterday I noticed it again at friends. But I guess there must be something different in the light.css and the dark.css?&#60;/p&#62;
&#60;p&#62;But what?
&#60;/p&#62;</description>
</item>
<item>
<title>Leland on "Sidebar not active in IE7"</title>
<link>http://www.themelab.com/forums/topic/sidebar-not-active-in-ie7#post-50</link>
<pubDate>Sun, 25 May 2008 19:40:03 +0000</pubDate>
<dc:creator>Leland</dc:creator>
<guid isPermaLink="false">50@http://www.themelab.com/forums/</guid>
<description>&#60;p&#62;The sidebar looks fine to me in IE7.  I have Windows XP and IE7 as well.
&#60;/p&#62;</description>
</item>
<item>
<title>Bart on "Sidebar not active in IE7"</title>
<link>http://www.themelab.com/forums/topic/sidebar-not-active-in-ie7#post-43</link>
<pubDate>Sat, 24 May 2008 10:31:59 +0000</pubDate>
<dc:creator>Bart</dc:creator>
<guid isPermaLink="false">43@http://www.themelab.com/forums/</guid>
<description>&#60;p&#62;I have been on my way to adapt the Choice theme for my site. Thanks Leland for all the help. But I discovered just yesterday that the sidebar is not active in Internet Explorer 7. This was on a XP system. I never noticed it because I work with a Mac and Firefox. Does anybody has a clue to solve this?&#60;br /&#62;
Thanks, Bart
&#60;/p&#62;</description>
</item>

</channel>
</rss>
