<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Browsers display problem</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 22:54:00 -0000</pubDate>

		<item>
			<title>Franco</title>
			<description><![CDATA[<p>
	already fixed...</p>
<p>
	 </p>
<p>
	it was other problem nothing to do with that part of the css...</p>
<p>
	 </p>
<p>
	somewhere said {backgroundcolor} and i changed it to Background-color:#xxxxxxxx and everything started to work fine in all browsers</p>
]]></description>
			<pubDate>пт, 01 апр 2011 14:50:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29263]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums.php?m=posts&amp;p=29259%2329259">#29259</a> <strong>Kort: </strong><br /><p>
		I can't see any ideas there<br />
		 </p>
</blockquote>
<p>
	Well, mine works, Franco's doesn't so I've must have made something right. The issue is that it's badly declared in the CSS file what goes where, in Franco's case. Declaring what is left and right is essential</p>
]]></description>
			<pubDate>пт, 01 апр 2011 11:42:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29261]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[<p>
	I can't see any ideas there</p>
]]></description>
			<pubDate>пт, 01 апр 2011 11:12:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29259]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Please use the <a href="http://www.cotonti.com/pastebin/">Pastebin</a> for large code snippets.</p>
]]></description>
			<pubDate>пт, 01 апр 2011 11:10:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29257]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<p>
	There is no need to declare the it like <span class="css__class">.contentLayout</span> <span class="css__class">.sidebar1</span> just <span class="css__class">.sidebar1 as it is relative to the location of </span><span class="css__class">.contentLayout.<br /><br />
	Take a look at my CSS for my site which also has a sidebar which works on all browsers for ideas on how to solve it:</span></p>
<p>
	.main{margin-bottom:18px;}<br />
	.main#main-two-columns{background:url("<a href="http://cdn-icons.megamindmagazine.com/main-two-columns.png" rel="nofollow">http://cdn-icons.megamindmagazine.com/main-two-columns.png</a>") repeat-y right top;}<br />
	.main#main-two-columns .sidebar{width:260px;}<br />
	.main#main-two-columns #main-left{width:671px;}<br />
	.sidebar a{text-decoration:none;}<br />
	.sidebar a:hover{text-decoration:underline;}<br />
	#sidebar-1{margin-left:30px;}<br />
	#sidebar-2{width:260px;}<br /><br />
	Link to the CSS:</p>
<pre>
<a>http://cdn-icons.megamindmagazine.com/2009.css</a>
</pre>
<p>
	 </p>
]]></description>
			<pubDate>пт, 01 апр 2011 09:10:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29251]]></link>
		</item>
		<item>
			<title>Franco</title>
			<description><![CDATA[<p>
	well..... if i do what you told the right column get at the bottom of the center, and it's still the same in chrome and safari... only in opera firefox, and IE change</p>
<p>
	<strong>Added 8 minutes later</strong></p>
<p>
	 </p>
<div class="highlight">
	<blockquote>
		<pre class="css">
.contentLayout .content
{
 position: relative;
 margin: 0;
 padding: 0;
 border: 0;
 float: left;
 overflow: hidden;
 width: 655px;
}

.clear-float
{
 float:none;
 clear:both;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar1
{
position: relative;
margin: 0;
padding: 0;
border: 0;
float: right;
overflow: hidden;
width: 218px;
}</pre>
	</blockquote>
</div>
<p>
	atm it's like this, as i said, works fine in opera, firefox, and internet explorer</p>
<p>
	<strong>Added 13 minutes later:</strong></p>
<p>
	the problem must be somewhere else... because the skin without any modification have the same problem</p>
<p>
	<strong>Added 1 hours later:</strong></p>
<p>
	i should add, the font style isn't working either in chrome or safari.....</p>
<p>
	and image of the problem</p>
<p>
	<a href="http://img8.imageshack.us/img8/5576/sinttulo2vv.png" rel="nofollow">http://img8.imageshack.us/img8/5576/sinttulo2vv.png</a></p>
]]></description>
			<pubDate>чт, 31 мар 2011 12:19:09 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29238]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<p>
	The problem is here:</p>
<pre>
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 218px;
}
</pre>
<p>
	<br />
	You are declaring that both should be align LEFT. Seperate them, since you now tell both to align left and since you have all class="<span class="attribute-value">Post</span>" nested inside the .contentLayout it makes for bad parsing. .sidebar1 should be seperate from the other.<br /><br /><strong>Correct one would be:</strong></p>
<pre>
.contentLayout
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
  width: XXXXpx;
}
</pre>
<pre>
.sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 218px;
}
</pre>
<p>
	<br />
	 </p>
<p>
	 </p>
<p>
	 </p>
]]></description>
			<pubDate>чт, 31 мар 2011 10:06:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29233]]></link>
		</item>
		<item>
			<title>Franco</title>
			<description><![CDATA[<p>
	the skin have 2 columns</p>
<p>
	 </p>
<p>
	news                     |       minichat,etc</p>
<p>
	 </p>
<p>
	in opera, firefox and ie, i see it correctly, but in chrome and safari you can only see 1 column, and the links are in blue instead of the colours of the css</p>
]]></description>
			<pubDate>ср, 30 мар 2011 16:12:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29221]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[<p>
	I'm using Chrome, but I don't see any problem.</p>
<p>
	Maybe a screenshot, or tell us that is wrong?</p>
<p>
	Which version of chrome?</p>
]]></description>
			<pubDate>ср, 30 мар 2011 15:23:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29219]]></link>
		</item>
		<item>
			<title>Franco</title>
			<description><![CDATA[<p>
	hi!</p>
<p>
	i'm facing a problem, and i don't know where to look....</p>
<p>
	i'm making a new skin for my website (not new skin... i'm using the DS-Axxis one, modified) and it works fine in Firefox, Opera, and Internet Explorer...</p>
<p>
	 </p>
<p>
	but when i open it with Chrome, or Safari the layout gets wrong....</p>
<p>
	 </p>
<p>
	this is the site <a href="http://web.vstanced.com" rel="nofollow">http://web.vstanced.com</a></p>
<p>
	 </p>
]]></description>
			<pubDate>ср, 30 мар 2011 15:17:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=6260&d=0#post29218]]></link>
		</item>
	</channel>
</rss>