<rss version="2.0">
		<channel>
			<title>SkillShare Forum - CSS Beauty - Safari CSS Layout problem</title>
			<lastBuildDate>Sat, 18 May 2013 06:13:17 -0400</lastBuildDate>
			<link>http://cssbeauty.com/skillshare/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.9</generator>
			<item>
		<title>Safari CSS Layout problem</title>
		<link>http://cssbeauty.com/skillshare/discussion/2908/?Focus=15398#Comment_15398</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/2908/?Focus=15398#Comment_15398</guid>
		<pubDate>Fri, 01 Aug 2008 16:30:22 -0400</pubDate>
		<author>jay0316</author>
		<description>
			<![CDATA[The site I'm working on seems to appear ok in Firefox and IE, but I'm having problems in Safari 3.1.1 on pc and mac.  The right "navPanel" div falls below the left content div.  Could someone have a look and give me some direction on fixing this issue?<br /><br /><a href="http://www.advancecleanup.com/test.php" target="_blank" rel="nofollow">http://www.advancecleanup.com/test.php</a><br /><br />Thanks!]]>
		</description>
	</item>
	<item>
		<title>Safari CSS Layout problem</title>
		<link>http://cssbeauty.com/skillshare/discussion/2908/?Focus=15399#Comment_15399</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/2908/?Focus=15399#Comment_15399</guid>
		<pubDate>Fri, 01 Aug 2008 16:43:14 -0400</pubDate>
		<author>davist11</author>
		<description>
			<![CDATA[I think you're overthinking some things.<br /><br />Ok, so #wrapper has a width of 920px. But, you are trying to stick something that is too wide:<br /><br />779px (#content, width: 700px + 75px padding + 4px border) + 200px (#navPanel) = 979px<br /><br />I see you are using negative margins and so forth, but it's a lot simpler than that. Try this:<br /><br />#content {<br />	float: left;<br />	margin: 15px 0 20px 0;<br />	text-align: left;		<br />	width: 621px;<br />	padding: 10px 15px 30px 60px;<br />	background: #fff;<br />	border: 2px solid #cccccc; <br />	-moz-border-radius: 8px;<br />	-webkit-border-radius: 8px;<br />}<br />#navPanel {<br />	text-align: left;<br />	padding-top:30px;<br />	float: right;<br />	width: 200px; /*Width of right column in pixels*/<br />}<br /><br />Now, that will decrease the width of your content area, so you may have to play with that.]]>
		</description>
	</item>
	<item>
		<title>Safari CSS Layout problem</title>
		<link>http://cssbeauty.com/skillshare/discussion/2908/?Focus=15413#Comment_15413</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/2908/?Focus=15413#Comment_15413</guid>
		<pubDate>Tue, 05 Aug 2008 10:44:38 -0400</pubDate>
		<author>jay0316</author>
		<description>
			<![CDATA[Hey davist,<br /><br />Thanks for the tips and suggestions!  That seems to have cleared up the problem.  I forgot to include the padding in the width of the wrapper.  I'm surprised firefox allowed that to slide.<br /><br />So, when I'm looking at doing a 2 column layout, is floating one left and the other right the standard way of doing that these days?  I'd like to have one way of doing it that will consistently work, but by the time I get around to needing to build another website the method changes again.  I'm looking forward to the "column" property in css 3.<br /><br />Thanks,<br />Jason]]>
		</description>
	</item>
	<item>
		<title>Safari CSS Layout problem</title>
		<link>http://cssbeauty.com/skillshare/discussion/2908/?Focus=15414#Comment_15414</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/2908/?Focus=15414#Comment_15414</guid>
		<pubDate>Tue, 05 Aug 2008 15:46:58 -0400</pubDate>
		<author>davist11</author>
		<description>
			<![CDATA[I think floating 1 left and 1 right is a pretty standard way of doing it. This also helps if you are going to have a margin in between, then you don't have to worry about setting a margin on any elements since the floats will be in opposite direction.]]>
		</description>
	</item>
	<item>
		<title>Safari CSS Layout problem</title>
		<link>http://cssbeauty.com/skillshare/discussion/2908/?Focus=16900#Comment_16900</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/2908/?Focus=16900#Comment_16900</guid>
		<pubDate>Wed, 11 Aug 2010 15:13:15 -0400</pubDate>
		<author>mikey_c_9</author>
		<description>
			<![CDATA[Hi , I have been stumped on this problem for a few hours now and I really need external help!!<br /><br /><a href="http://www.panthermedia.com/thehockeyshop" >Home Page</a><br /><br />In firefox / IE it all seems ok in my browsers.<br /><br />In Safari 5.0 on a Mac it is showing a horizontal scrollbar. The "computed style" when I inspected the element of the  shows width: 1846px; I don't use safari much apart from cross-browser compatability testing so not sure what "computed style" means. I assume it's the calculated style of what I am looking at in that specific browser with my computer hardware, just an assumption - please correct if I am wrong.<br /><br />I have a feeling it is some CSS somewhere causing this to happen (margin / padding somewhere maybe?) but I can't find it.<br /><br />Any help much appreciated - hopefully it's an easy one to fix.<br /><br />Thanks in advance,<br />Mikey_c_9]]>
		</description>
	</item>
	<item>
		<title>Safari CSS Layout problem</title>
		<link>http://cssbeauty.com/skillshare/discussion/2908/?Focus=16901#Comment_16901</link>
		<guid isPermaLink="false">http://cssbeauty.com/skillshare/discussion/2908/?Focus=16901#Comment_16901</guid>
		<pubDate>Thu, 12 Aug 2010 12:33:56 -0400</pubDate>
		<author>mikey_c_9</author>
		<description>
			<![CDATA[It actually has a horizontal scroll-bar in IE too, although it doesn't scroll - just grayed out.<br /><br />Anyone got any ideas?]]>
		</description>
	</item>
	
		</channel>
	</rss>