<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Small Business Starter Kit</title><link>http://forums.asp.net/1092.aspx</link><description>Discussions about the Small Business Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Three-column-container bg-three-column-home.png stopped repeating</title><link>http://forums.asp.net/thread/3455572.aspx</link><pubDate>Tue, 13 Oct 2009 11:00:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3455572</guid><dc:creator>rtpHarry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3455572.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1092&amp;PostID=3455572</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;TGirgenti:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;Hello rtpHarry,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure i understand all of your suggestions, but you can see what this looks like by going here: &lt;a href="http://www.tonygirgenti.net/"&gt;http://www.tonygirgenti.net&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks for any help you can provide.&lt;/p&gt;
&lt;p&gt;Tony&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Hey, happy to check it out but when I tried it kept timing out. Is this hosted on your home computer? Perhaps I picked a bad time to visit....&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Three-column-container bg-three-column-home.png stopped repeating</title><link>http://forums.asp.net/thread/3455550.aspx</link><pubDate>Tue, 13 Oct 2009 10:41:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3455550</guid><dc:creator>Hyacinth Broadchest</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3455550.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1092&amp;PostID=3455550</wfw:commentRss><description>&lt;p&gt;Yep, Harry is right when he says it is likely to be&amp;nbsp;something to do with the height of the divs.&lt;/p&gt;&lt;pre class="css" name="code"&gt;#content-side1-three-column {
	float:left;
    top: 1px;
    left: 1px;
    height: 500px;
}&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;There above is one of the declarations for one of those divs, and it limits itself to 500 pixels.&lt;/p&gt;
&lt;p&gt;Now, in your example, the right hand column runs on down to longer than that.&lt;/p&gt;
&lt;p&gt;Suggest you play around with &amp;nbsp;the heights of the other column divs.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;</description></item><item><title>Re: Three-column-container bg-three-column-home.png stopped repeating</title><link>http://forums.asp.net/thread/3158051.aspx</link><pubDate>Tue, 12 May 2009 18:03:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3158051</guid><dc:creator>TGirgenti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3158051.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1092&amp;PostID=3158051</wfw:commentRss><description>&lt;p&gt;Hello rtpHarry,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure i understand all of your suggestions, but you can see what this looks like by going here: &lt;a href="http://www.tonygirgenti.net/"&gt;http://www.tonygirgenti.net&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks for any help you can provide.&lt;/p&gt;
&lt;p&gt;Tony&lt;/p&gt;</description></item><item><title>Re: Three-column-container bg-three-column-home.png stopped repeating</title><link>http://forums.asp.net/thread/3158026.aspx</link><pubDate>Tue, 12 May 2009 17:35:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3158026</guid><dc:creator>rtpHarry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3158026.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1092&amp;PostID=3158026</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;It is probably something to do with the height of a div.&lt;/p&gt;&lt;p&gt;Does this new page have a short contents div in it?&lt;/p&gt;&lt;p&gt;With CSS the height of the column is only as tall as the height of its contents. It is not specialised in vertical layout.&lt;/p&gt;&lt;p&gt;You can use jQuery/Javascript to trick this into equal heights, or also use background tricks to simulate an equal height column.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Either:&lt;/p&gt;&lt;p&gt;Look at this plugin:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.google.co.uk/search?q=jquery+equal+height+divs"&gt;http://www.google.co.uk/search?q=jquery+equal+height+divs&lt;/a&gt; &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;OR&lt;/p&gt;&lt;p&gt;Post more code so we can be of help in pin pointing. The whole page plus the css thats needed to view it, or a url where we can see this page working (or not working &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt; )&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Three-column-container bg-three-column-home.png stopped repeating</title><link>http://forums.asp.net/thread/3156100.aspx</link><pubDate>Mon, 11 May 2009 20:39:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3156100</guid><dc:creator>TGirgenti</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3156100.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1092&amp;PostID=3156100</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;After modifying the text in the following &amp;lt;p&amp;gt; from the default.aspx in the Small Business Starter kit,&lt;/p&gt;
&lt;p&gt;For some reason it does not repeat the bg-three-column-home.png file down the right side of the column.&lt;/p&gt;
&lt;p&gt;I did not change the css-content.css, i just changed the text that it applies to.&lt;/p&gt;
&lt;p&gt;Can anybody explain why the dashed horizontal separator line does not appear all the way down the right side of the column anymore?&lt;/p&gt;
&lt;p&gt;Any help would be gratefully appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Tony&lt;/p&gt;
&lt;p&gt;&amp;lt;div id=&amp;quot;three-column-container&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;three-column-side1&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href=&amp;quot;Items.aspx&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;img src=&amp;quot;images/home-photo-1.jpg&amp;quot; class=&amp;quot;photo-border&amp;quot; alt=&amp;quot;Enter Alt Text Here&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Our Services&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/h2&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;We do not apply a service charge with a repair.&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a href=&amp;quot;Items.aspx&amp;quot;&amp;gt;read more&amp;lt;/a&amp;gt;&amp;lt;img class=&amp;quot;arrow&amp;quot; src=&amp;quot;images/arrow.gif&amp;quot; alt=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>