<?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>bbPress support forums Tag: overflow</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: overflow</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 21:58:39 +0000</pubDate>

<item>
<title>airdrawndagger on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10553</link>
<pubDate>Tue, 28 Aug 2007 16:21:56 +0000</pubDate>
<dc:creator>airdrawndagger</dc:creator>
<guid isPermaLink="false">10553@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This seems to work on all versions:&#60;br /&#62;
.post { display: block; width: 100%; overflow-x: auto; }&#60;/p&#62;
&#60;p&#62;Except! In older versions of IE the sidescrollbar is on top of the last line of text in the post. Any takers? :)
&#60;/p&#62;</description>
</item>
<item>
<title>airdrawndagger on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10552</link>
<pubDate>Tue, 28 Aug 2007 16:16:14 +0000</pubDate>
<dc:creator>airdrawndagger</dc:creator>
<guid isPermaLink="false">10552@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here's a post where it can be seen:&#60;br /&#62;
&#60;a href=&#34;http://www.doublepeace.se/forum/topic.php?id=35&#38;#38;page&#38;#38;replies=30&#34; rel=&#34;nofollow&#34;&#62;http://www.doublepeace.se/forum/topic.php?id=35&#38;#38;page&#38;#38;replies=30&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>airdrawndagger on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10545</link>
<pubDate>Tue, 28 Aug 2007 13:08:09 +0000</pubDate>
<dc:creator>airdrawndagger</dc:creator>
<guid isPermaLink="false">10545@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm sorry I don't. It works on my version of IE, but not the ones at my job. Which also makes this quite tough for me to tackle. I was hoping now, with CSS being quite new and all, the different browsers would embrace using the same standards :(&#60;/p&#62;
&#60;p&#62;Anyway, maybe the overflow-y: hidden is what hides the content below?
&#60;/p&#62;</description>
</item>
<item>
<title>crazybatca on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10399</link>
<pubDate>Wed, 22 Aug 2007 20:30:46 +0000</pubDate>
<dc:creator>crazybatca</dc:creator>
<guid isPermaLink="false">10399@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hmmm. Do you have a screenshot of this?
&#60;/p&#62;</description>
</item>
<item>
<title>airdrawndagger on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10397</link>
<pubDate>Wed, 22 Aug 2007 20:21:05 +0000</pubDate>
<dc:creator>airdrawndagger</dc:creator>
<guid isPermaLink="false">10397@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That removed the scrollbar but hides content below the .post-div.
&#60;/p&#62;</description>
</item>
<item>
<title>crazybatca on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10391</link>
<pubDate>Wed, 22 Aug 2007 18:38:00 +0000</pubDate>
<dc:creator>crazybatca</dc:creator>
<guid isPermaLink="false">10391@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try this:&#60;/p&#62;
&#60;p&#62;.post { display: block; width: 100%; overflow: auto; overflow-x: auto; overflow-y: hidden; }&#60;/p&#62;
&#60;p&#62;Tested in IE 6, Opera 9.23 and Firefox 2.0.0.6 on the PC&#60;/p&#62;
&#60;p&#62;Didn't test it on IE 7 though, so you might want to look at that...&#60;/p&#62;
&#60;p&#62;cb
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10389</link>
<pubDate>Wed, 22 Aug 2007 18:17:44 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10389@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have a picture of this happening, or a URL where it can be seen?  There is no horizontal or vertical setting I know of for the overflow.  So, I would like to see this and see how it might be fixed.&#60;/p&#62;
&#60;p&#62;Does it display a vertical scrollbar on a long link too?  That would be weird.
&#60;/p&#62;</description>
</item>
<item>
<title>airdrawndagger on "".post { overflow: auto; }" IE problems"</title>
<link>http://bbpress.org/forums/topic/post-overflow-auto-ie-problems#post-10374</link>
<pubDate>Wed, 22 Aug 2007 14:06:08 +0000</pubDate>
<dc:creator>airdrawndagger</dc:creator>
<guid isPermaLink="false">10374@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I use &#34;.post { overflow: auto; }&#34; to get a sidescrollbar in Firefox, for big images and long URLs. In IE however, it also gives me a regular scrollbar. I only want the sidescroller. Could somebody help me with the CSS to fix this? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Text going over the border"</title>
<link>http://bbpress.org/forums/topic/text-going-over-the-border#post-5487</link>
<pubDate>Tue, 13 Mar 2007 18:11:23 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5487@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Chrishajer, a neater version of your code is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post {
overflow: hidden;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I suspect although I haven't tried it. :)&#60;/p&#62;
&#60;p&#62;What I use is &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post {
overflow: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which annoyingly is &#60;em&#62;not&#60;/em&#62; the automatic setting ... what it does is &#60;strong&#62;wrap text normally unless text/links are really long&#60;/strong&#62;, in which case it displays a scroll bar at the bottom of the post. Works a treat for images, too. :) Also good for code which isn't wrapped.
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "Text going over the border"</title>
<link>http://bbpress.org/forums/topic/text-going-over-the-border#post-5473</link>
<pubDate>Tue, 13 Mar 2007 16:27:26 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">5473@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;if you have a really long link it's a problem :/&#60;/p&#62;
&#60;p&#62;I have that problem actually..
&#60;/p&#62;</description>
</item>
<item>
<title>User1 on "Text going over the border"</title>
<link>http://bbpress.org/forums/topic/text-going-over-the-border#post-5458</link>
<pubDate>Tue, 13 Mar 2007 02:48:18 +0000</pubDate>
<dc:creator>User1</dc:creator>
<guid isPermaLink="false">5458@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;chrishajer&#60;br /&#62;
thanks this works. When the text is space out it wraps the text not the long text words but this seem to work good.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Text going over the border"</title>
<link>http://bbpress.org/forums/topic/text-going-over-the-border#post-5456</link>
<pubDate>Tue, 13 Mar 2007 01:31:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5456@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are your words really that long?  I know long words will do that, but with shorter length words, they wrap normally, normally.&#60;/p&#62;
&#60;p&#62;Do you have an example with real, not fake, text?  Or an example URL where one can see the actual layout and CSS being used?&#60;/p&#62;
&#60;p&#62;Maybe you can do something like this in the CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post {
 overflow-x: hidden;
 overflow-y: hidden;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>User1 on "Text going over the border"</title>
<link>http://bbpress.org/forums/topic/text-going-over-the-border#post-5449</link>
<pubDate>Mon, 12 Mar 2007 23:39:14 +0000</pubDate>
<dc:creator>User1</dc:creator>
<guid isPermaLink="false">5449@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How do i fix this this problem text going over the border of the div layer.&#60;br /&#62;
&#60;a href=&#34;http://img267.imageshack.us/my.php?image=textrf0.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img267.imageshack.us/my.php?image=textrf0.jpg&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
