<?xml version="1.0" encoding="UTF-8"?><!-- 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>WordPress &#8250; Support Topic: Images at top and bottom of sidebar missing</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Images at top and bottom of sidebar missing</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 03:01:29 +0000</pubDate>

<item>
<title>brettlewis on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1059530</link>
<pubDate>Wed, 29 Apr 2009 02:52:53 +0000</pubDate>
<dc:creator>brettlewis</dc:creator>
<guid isPermaLink="false">1059530@http://wordpress.org/support/</guid>
<description>&#60;p&#62;you also might want to define a width...
&#60;/p&#62;</description>
</item>
<item>
<title>DavidBorrink on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1041911</link>
<pubDate>Thu, 09 Apr 2009 23:50:55 +0000</pubDate>
<dc:creator>DavidBorrink</dc:creator>
<guid isPermaLink="false">1041911@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I FIGURED IT OUT.&#60;/p&#62;
&#60;p&#62;I copied another line of code with a background and image and pasted it below the line in question to compare.&#60;/p&#62;
&#60;p&#62;I found that &#34;no repeat&#34; needed a hyphen in there. Sheesh. Unbelievable what one character can do to mess up the code. I'm all set.&#60;/p&#62;
&#60;p&#62;Chaoskaizer, Thank YOU again. You've helped me before.
&#60;/p&#62;</description>
</item>
<item>
<title>DavidBorrink on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1041892</link>
<pubDate>Thu, 09 Apr 2009 23:26:48 +0000</pubDate>
<dc:creator>DavidBorrink</dc:creator>
<guid isPermaLink="false">1041892@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Addendum: I just added a background color of #ffffff to the &#34;sidebar-wrap&#34; div and it does fill the space, so you can see the full sidebar area now marked with white in the top and bottom divs.
&#60;/p&#62;</description>
</item>
<item>
<title>DavidBorrink on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1041889</link>
<pubDate>Thu, 09 Apr 2009 23:18:47 +0000</pubDate>
<dc:creator>DavidBorrink</dc:creator>
<guid isPermaLink="false">1041889@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hmmm... clearing the browser cache doesn't work, and I also viewed it on other computers. All I have is a 13px open space in the top div, then the content div with the brown background. The bottom div is empty, too, of course&#60;/p&#62;
&#60;p&#62;I even tried a background color of #fff in there to put something in the space, but nothing happened. It's still empty.&#60;/p&#62;
&#60;p&#62;You can see it on the dev site at &#60;a href=&#34;http://dev.brightideaspress.com.&#34; rel=&#34;nofollow&#34;&#62;http://dev.brightideaspress.com.&#60;/a&#62; Go to a page other than the front to see the sidebar content 13px lower than the main content. (Front page is a custom template under development).&#60;/p&#62;
&#60;p&#62;Here's the sidebar code in it's current form:&#60;/p&#62;
&#60;p&#62;'/* Begin Sidebar */&#60;/p&#62;
&#60;p&#62;#sidebar-wrap {&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin: 0px 0px 24px 24px;&#60;br /&#62;
	width: 184px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar-top {&#60;br /&#62;
	background: #fff url('images/sidebar-top.gif') no repeat top center;&#60;br /&#62;
	height: 13px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#sidebar {&#60;br /&#62;
	background: #a87c4c;&#60;br /&#62;
	padding: 24px 24px 10px 0px;&#60;br /&#62;
	width: 160px;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;#sidebar-bottom {&#60;br /&#62;
	background: #fff url('images/sidebar-bottom.gif') no repeat top center;&#60;br /&#62;
	height: 13px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#sidebar form {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	}&#60;br /&#62;
/* End Sidebar */'&#60;/p&#62;
&#60;p&#62;Thanks, again for your time.
&#60;/p&#62;</description>
</item>
<item>
<title>chaoskaizer on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1041367</link>
<pubDate>Thu, 09 Apr 2009 13:42:41 +0000</pubDate>
<dc:creator>chaoskaizer</dc:creator>
<guid isPermaLink="false">1041367@http://wordpress.org/support/</guid>
<description>&#60;p&#62;try clear your browser cache. I tested the code online, It &#60;em&#62;should &#60;/em&#62; render nicely.
&#60;/p&#62;</description>
</item>
<item>
<title>DavidBorrink on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1041363</link>
<pubDate>Thu, 09 Apr 2009 13:38:04 +0000</pubDate>
<dc:creator>DavidBorrink</dc:creator>
<guid isPermaLink="false">1041363@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ah, height definitions. Of course. It needs space.&#60;/p&#62;
&#60;p&#62;I made that change, and there is now a 13px &#34;gap&#34; there, but no image is in place. The content div is 13px lower than it was. So now I need to figure out why my images aren't showing up. They're in the &#34;images&#34; folder in my theme folder, so they should be showing up.&#60;/p&#62;
&#60;p&#62;Any ideas why they wouldn't be there?
&#60;/p&#62;</description>
</item>
<item>
<title>chaoskaizer on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1040203</link>
<pubDate>Wed, 08 Apr 2009 11:31:22 +0000</pubDate>
<dc:creator>chaoskaizer</dc:creator>
<guid isPermaLink="false">1040203@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;The divs and images are not showing up&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;there is no fixed height on sidebar-top and sidebar-bottom div. try&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#sidebar-top{
    background: url(&#38;#39;images/sidebar-top.gif&#38;#39;) no repeat top center;
    height: 10px /* change the value base on your image height */
}

#sidebar-bottom {
    background: url(&#38;#39;images/sidebar-bottom.gif&#38;#39;) no repeat top center;
    height: 10px
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>DavidBorrink on "Images at top and bottom of sidebar missing"</title>
<link>http://wordpress.org/support/topic/260249#post-1039858</link>
<pubDate>Wed, 08 Apr 2009 00:46:43 +0000</pubDate>
<dc:creator>DavidBorrink</dc:creator>
<guid isPermaLink="false">1039858@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Site under development:  &#60;a href=&#34;http://dev.brightideaspress.com&#34; rel=&#34;nofollow&#34;&#62;http://dev.brightideaspress.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've looked and looked at the code. I must be missing something. At the top and bottom of the sidebar should be rounded cornered &#34;cap&#34; images. The end look should be a rounded cornered sidebar, brown with tan background.&#60;/p&#62;
&#60;p&#62;I have a wrapper div around the sidebar with 3 divs inside: a top image in one, the contents of the sidebar in the next, and the bottom image last.&#60;/p&#62;
&#60;p&#62;Perhaps someone can see if I've overlooked something.&#60;/p&#62;
&#60;p&#62;My sidebar.php structure is as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;sidebar-wrap&#38;quot;&#38;gt;
	&#38;lt;div id=&#38;quot;sidebar-top&#38;quot;&#38;gt;
   	&#38;lt;/div&#38;gt;
		&#38;lt;div id=&#38;quot;sidebar&#38;quot;&#38;gt;

			[content]

		&#38;lt;/div&#38;gt;
    	&#38;lt;div id=&#38;quot;sidebar-bottom&#38;quot;&#38;gt;
   	&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here's the complete CSS for the sidebar:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Begin Sidebar */

#sidebar-wrap {
	float: left;
	margin: 0px 0px 24px 24px;
	width: 184px;
	}

#sidebar-top {
	background: url(&#38;#39;images/sidebar-top.gif&#38;#39;) no repeat top center;
}

#sidebar {
	background: #a87c4c;
	padding: 24px 24px 10px 0px;
	width: 160px;
	}

#sidebar-bottom {
	background: url(&#38;#39;images/sidebar-bottom.gif&#38;#39;) no repeat top center;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The divs and images are not showing up. I remove the image divs and the content is at the same location.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
