<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Expandable height</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 08 Apr 2026 16:43:56 -0000</pubDate>

		<item>
			<title>duck101</title>
			<description><![CDATA[Thanks I'll have to try that.]]></description>
			<pubDate>Thu, 06 Сер 2009 02:46:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15567]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<blockquote><strong>duck101:</strong><hr />yes btw that brings up another questions when I expand the right side why does it go out instead of filling in the gap between the left side and right side. I know it has to do with margins and padding and all of that.</blockquote>
<br />
That is because your container (class=&quot;pspbackround&quot;) has a limiter in it. Start by decresing all paddings and margins and look until you find the right spot for it. You can also try adding vertical-align:top; into the .pspbackground class just to see if it has any effect.]]></description>
			<pubDate>Thu, 06 Сер 2009 02:25:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15565]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[wait your missing it.<br />
<br />
yes it looks fine on IE / firefox but that is the psp browser which is &quot;copied from wikipedia&quot;<br />
<br />
The PSP Internet Browser is an embedded microbrowser. It is a version of the NetFront browser made by Access Co. Ltd. and was released for free with the 2.00 system software update.[107] The browser supports most common web technologies, such as HTTP cookies, forms, CSS, as well as basic JavaScript capabilities.[123]<br />
<br />
The psp screen dimensions are 480x272 so I have to make comprimises<br />
<br />
so this is my mobile skin, when the site detects a mobile browser it uses my mobile skin I have set up<br />
<br />
thx all my hard work... and it looks like crap jk <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
yes btw that brings up another questions when I expand the right side why does it go out instead of filling in the gap between the left side and right side. I know it has to do with margins and padding and all of that.<br />
<br />
if you look at the pic you can see what I'm talking about]]></description>
			<pubDate>Thu, 06 Сер 2009 00:54:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15560]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[Duckie, what web-browser do you use ?<br />
I use Firefox 3.5 and it looks good, but on the picture above it looks like crap.]]></description>
			<pubDate>Thu, 06 Сер 2009 00:49:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15559]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[all right I'll try using some of these suggestions  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
I didn't even noticed I used both of those in my index.tpl oooops<br />
<br />
thx for all of your help... both of you<br />
<br />
Edit: it worked. but like you said it still is about 25 pixels off<br />
heres a screenshot<br />
<br />
<a href="http://img10.imageshack.us/img10/9523/rp20090805094148.png" rel="nofollow"><img src="http://img10.imageshack.us/img10/9523/rp20090805094148.png" alt="" class="scale" /></a><br />
<br />
also adding more items to the recent additions just makes it worse on the psp browser]]></description>
			<pubDate>Thu, 06 Сер 2009 00:33:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15558]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=15553#15553">#</a> <strong>duck101 :</strong>
here's my index.tpl<br />
<pre class="code">&lt;!-- BEGIN: MAIN --&gt;
	&lt;div class=&quot;pspbackround&quot;&gt;
&lt;div class=&quot;clear&quot;&gt;

&lt;div id=&quot;rSide&quot;&gt;

	&lt;div class=&quot;rboxHD&quot;&gt;{PHP.skinlang.index.Polls}&lt;/div&gt;
	&lt;div class=&quot;rboxBody&quot;&gt;{PLUGIN_INDEXPOLLS}&lt;/div&gt;
	
	&lt;div class=&quot;rboxHD&quot;&gt;{PHP.skinlang.index.Recentadditions}&lt;/div&gt;
	&lt;div class=&quot;rboxBody&quot;&gt;{PLUGIN_LATESTPAGES}&lt;/div&gt;

        &lt;div class=&quot;rboxHD&quot;&gt;PSP Extreme On The Web&lt;/div&gt;
        &lt;div class=&quot;rboxBody&quot;&gt;{PHP.cfg.freetext2}&lt;/div&gt;	
&lt;br style=&quot;clear:both&quot; /&gt;	
&lt;/div&gt;
&lt;div id=&quot;lSide&quot;&gt;

        &lt;div class=&quot;lboxHD&quot;&gt;Welcome&lt;/div&gt;
        &lt;div class=&quot;lboxBody&quot;&gt;
         {PHP.cfg.freetext1}
        &lt;/div&gt;

	{INDEX_NEWS}
&lt;br style=&quot;clear:both&quot; /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- END: MAIN --&gt;
</pre>
<br />
and here's what it looks like on my psp and i colored in to show what it should look like<br />
<br />
<a href="http://img7.imageshack.us/img7/7973/screenshotzgo.png" rel="nofollow"><img src="http://img7.imageshack.us/img7/7973/screenshotzgo.png" alt="" class="scale" /></a><br />
</blockquote>
<br />
Why do you use both the &lt;br style=&quot;clear:both&quot; /&gt; and the &lt;div class=&quot;clear&quot;&gt; ?<br />
<br />
Getting the news and rSide to flush with the footer, you can use min-height:100px; inside the id=&quot;rSide&quot; class in your CSS or use, if you want, the max-height:550px; statement.<br />
<br />
However, after looking at your website with FF3.5, i see that what you are trying to do is a mere impossibility, since you have elements on the LEFT side that are X amounts of pixels in height and on the RIGHT side you have other elements that are X amounts of pixels in height. This means that either way you go, you will still be a few pixels off, around 25px, to be exact.<br />
<br />
The easiest solution is however to add 1-2 more items in the RECENT ADDITION box, that will pull the LEFT and RIGHT more flush to the bottom of the page ( <a href="http://www.pspextreme.comli.com/" rel="nofollow">http://www.pspextreme.comli.com/</a> ).<br />
<br />
This is very common problem with multiple sections on a page that will be constantly updated etc.<br /><br /><b>Added 3 minutes later:</b><br /><br /><blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=15552#15552">#</a> <strong>Koradhil :</strong>
Not easier, but certainly cleaner; it's generally better practice not to use style=&quot;&quot;.<br />
</blockquote>
<br />
Personally i think there is too much style=&quot;&quot; in both plugins and core of Cotonti, at the moment.<br />
I'm actually thinking about making a framework of commonly used style=&quot;&quot; tags inside cotonti, to be able to steer them from 1 file, namely a CSS file, promptly named cotonti.css <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
I just hate editing 50+ files each time a new version of Cotonti arrives.]]></description>
			<pubDate>Thu, 06 Сер 2009 00:22:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15557]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[here's my index.tpl<br />
<pre class="code">&lt;!-- BEGIN: MAIN --&gt;
	&lt;div class=&quot;pspbackround&quot;&gt;
&lt;div class=&quot;clear&quot;&gt;

&lt;div id=&quot;rSide&quot;&gt;

	&lt;div class=&quot;rboxHD&quot;&gt;{PHP.skinlang.index.Polls}&lt;/div&gt;
	&lt;div class=&quot;rboxBody&quot;&gt;{PLUGIN_INDEXPOLLS}&lt;/div&gt;
	
	&lt;div class=&quot;rboxHD&quot;&gt;{PHP.skinlang.index.Recentadditions}&lt;/div&gt;
	&lt;div class=&quot;rboxBody&quot;&gt;{PLUGIN_LATESTPAGES}&lt;/div&gt;

        &lt;div class=&quot;rboxHD&quot;&gt;PSP Extreme On The Web&lt;/div&gt;
        &lt;div class=&quot;rboxBody&quot;&gt;{PHP.cfg.freetext2}&lt;/div&gt;	
&lt;br style=&quot;clear:both&quot; /&gt;	
&lt;/div&gt;
&lt;div id=&quot;lSide&quot;&gt;

        &lt;div class=&quot;lboxHD&quot;&gt;Welcome&lt;/div&gt;
        &lt;div class=&quot;lboxBody&quot;&gt;
         {PHP.cfg.freetext1}
        &lt;/div&gt;

	{INDEX_NEWS}
&lt;br style=&quot;clear:both&quot; /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- END: MAIN --&gt;
</pre>
<br />
and here's what it looks like on my psp and i colored in to show what it should look like<br />
<br />
<a href="http://img7.imageshack.us/img7/7973/screenshotzgo.png" rel="nofollow"><img src="http://img7.imageshack.us/img7/7973/screenshotzgo.png" alt="" class="scale" /></a>]]></description>
			<pubDate>Ср, 05 Сер 2009 23:05:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15553]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Not easier, but certainly cleaner; it's generally better practice not to use style=&quot;&quot;.]]></description>
			<pubDate>Ср, 05 Сер 2009 22:46:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15552]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[Easier and cleaner code then the style=&quot;&quot; thing :<br />
<br />
<strong>HTML</strong><br />
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;<br />
<br />
<strong>CSS</strong><br />
.clear{clear:both;}]]></description>
			<pubDate>Ср, 05 Сер 2009 16:54:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15535]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[It sounds like it should work. but it doesn't want to work for me mabey I just put it in the wrong spot but here's my index.tpl (btw. I took out the code you gave me after it didn't work) yeah I now all of my codes are really messy <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<pre class="code">&lt;!-- BEGIN: MAIN --&gt;
	&lt;div class=&quot;pspbackround&quot;&gt;
&lt;div id=&quot;rSide&quot;&gt;

	&lt;div class=&quot;rboxHD&quot;&gt;{PHP.skinlang.index.Polls}&lt;/div&gt;
	&lt;div class=&quot;rboxBody&quot;&gt;{PLUGIN_INDEXPOLLS}&lt;/div&gt;
	
	&lt;div class=&quot;rboxHD&quot;&gt;{PHP.skinlang.index.Recentadditions}&lt;/div&gt;
	&lt;div class=&quot;rboxBody&quot;&gt;{PLUGIN_LATESTPAGES}&lt;/div&gt;

        &lt;div class=&quot;rboxHD&quot;&gt;PSP Extreme On The Web&lt;/div&gt;
        &lt;div class=&quot;rboxBody&quot;&gt;{PHP.cfg.freetext2}&lt;/div&gt;	
&lt;/div&gt;
&lt;div id=&quot;lSide&quot;&gt;

        &lt;div class=&quot;lboxHD&quot;&gt;Welcome&lt;/div&gt;
        &lt;div class=&quot;lboxBody&quot;&gt;
         {PHP.cfg.freetext1}
        &lt;/div&gt;

	{INDEX_NEWS}
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- END: MAIN --&gt;
</pre>
<br />
and my css (well part of it anyways)<br />
<br />
<pre class="code">#content { background:#303030 none; padding:0 10px; margin:0; width:460px; }
#content #lSide { float:left; width:318px; }
#content #lSide .lboxHD { color:#AAA; background: url(img/SED-Dark_lBoxHD.gif) no-repeat; width:323px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
#content #lSide .lboxBody { width:313px; background:#222 url(img/SED-Dark_lBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

#content #rSide { float:right; width:110px; }
#content #rSide .rboxHD { color:#AAA; background: url(img/SED-Dark_rBoxHD.gif) no-repeat; width:100px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
#content #rSide .rboxBody { width:98px; background:#222 url(img/SED-Dark_rBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

#content #lfSide { float:left; width:120px; }
#content #lfSide .lfboxHD { color:#AAA; background: url(img/SED-Dark_rBoxHD.gif) no-repeat; width:115px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
#content #lfSide .lfboxBody { width:108px; background:#222 url(img/SED-Dark_rBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

#content #rfSide { float:right; width:324px; }
#content #rfSide .rfboxHD { color:#AAA; background: url(img/SED-Dark_lBoxHD.gif) no-repeat; width:318px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
#content #rfSide .rfboxBody { width:312px; background:#222 url(img/SED-Dark_lBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

#content #leftSide { float:right; width:324px; }
#content #leftSide .lboxHD { color:#AAA; background: url(img/SED-Dark_lBoxHD.gif) no-repeat; width:318px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
#content #leftSide .lboxBody { width:312px; background:#222 url(img/SED-Dark_lBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

#content #rightSide { float:left; width:120px; }
#content #rightSide .rboxHD { color:#AAA; background: url(img/SED-Dark_rBoxHD.gif) no-repeat; width:115px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
#content #rightSide .rboxBody { width:108px; background:#222 url(img/SED-Dark_rBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; margin-bottom:10px; } 

.pspbackround { background:#303030 none; padding:0 0px; margin:0; width:460px; height:700px; }

.mboxHD { color:#AAA; background: url(img/SED-Dark_cBoxHD.gif) no-repeat; width:450px; height:35px; line-height:35px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
.mboxBody { width:440px; background:#222 url(img/SED-Dark_cBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; } 
.nboxHD { color:#AAA; background: url(img/SED-Dark_cBoxHD.gif) no-repeat; width:300px; height:25px; line-height:25px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
.nboxBody { width:294px; background:#222 url(img/SED-Dark_cBoxFT.gif) no-repeat bottom; min-height:150px; padding:10px; } 
.fboxHD { color:#AAA; background: url(img/SED-Dark_cBoxHD.gif) no-repeat; width:318px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
.fboxBody { width:312px; background:#222 url(img/SED-Dark_cBoxFT.gif) no-repeat bottom; min-height:150px; padding:10px; } 
.fmboxBody { width:462px; background:#222 url(img/SED-Dark_cBoxFT.gif) no-repeat bottom; min-height:20px; padding:10px; } 
.fgboxHD { color:#AAA; background: url(img/SED-Dark_cBoxHD.gif) no-repeat; width:318px; height:30px; line-height:30px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
.fgboxBody { width:312px; background:#222 url(img/SED-Dark_cBoxFT.gif) no-repeat bottom; min-height:150px; padding:10px; }
.fgmboxHD { color:#AAA; background: url(img/SED-Dark_cBoxHD.gif) no-repeat; width:306px; height:25px; line-height:25px; vertical-align:middle; font-size:.90em; text-transform:uppercase; padding:0 0 0 10px; font-weight:bold; }
.fgmboxBody { width:300px; background:#222 url(img/SED-Dark_cBoxFT.gif) no-repeat bottom; min-height:150px; padding:10px; }
.mboxBody img { vertical-align:middle; }
</pre>
<br />
btw thanks for all of the help you have been to me.]]></description>
			<pubDate>Ср, 05 Сер 2009 02:31:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15514]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Try adding this below the floating objects:<br />
<pre class="code">&lt;br style=&quot;clear:both&quot; /&gt;</pre>]]></description>
			<pubDate>Ср, 05 Сер 2009 02:17:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15513]]></link>
		</item>
		<item>
			<title>duck101</title>
			<description><![CDATA[Hey I just found out that for some browsers when you have floating objects that you must put a height for the backround ex. .pspbackround { background:#303030 none; padding:0 0px; margin:0; width:460px; height:700px; } <br />
<br />
But then I realized the flaw w/ this..... you have to constantly be changing the css b/c everytime you add a new news on the home page or change anything the backround becomes to small or too large.<br />
<br />
so is there anyway to make the backround expand and contract with the floating objects. I tryed using percents eg 100% and it didn't work.<br />
<br />
Any suggestions]]></description>
			<pubDate>Ср, 05 Сер 2009 02:14:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=3126&d=0#post15512]]></link>
		</item>
	</channel>
</rss>