<rss version="2.0">
		<channel>
			<title>FlatPress forums - Internet Explorer 7 &amp;amp; Flatpress Official Blog having trouble with Code Tag</title>
			<lastBuildDate>Wed, 08 Sep 2010 15:28:25 +0200</lastBuildDate>
			<link>http://www.flatpress.org/forums/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1365#Comment_1365</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1365#Comment_1365</guid>
		<pubDate>Sun, 13 Apr 2008 08:15:05 +0200</pubDate>
		<author>DavidB</author>
		<description>
			<![CDATA[I am using Internet Explorer 7 to look at the Flatpress Official blog <a href="http://www.flatpress.org/home/blog.php.">http://www.flatpress.org/home/blog.php.</a> The code is having trouble showing the actual code. It is being squished vertically  making the code unreadable. I noticed this problem exists on other Flatpress blog sites for both IE6 and IE7. The leggero theme has this problem but the flatmaas2 theme does not. Maybe it is a setting that can be fixed in the CSS.]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1366#Comment_1366</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1366#Comment_1366</guid>
		<pubDate>Sun, 13 Apr 2008 09:31:44 +0200</pubDate>
		<author>laborix</author>
		<description>
			<![CDATA[This appears with IE 5/6/7/8 only if the code has one line. I also know this symptom, but it is only with IE and if the code sample has only one line.<br /><br />It can be possible came from the converted code-tag to the pre-tag in the rendered source.<br /><br />Information for NoWhereMan:<br /><br />In FP 0.703.x you can fix this symptom, if you are using the html-tag and add in the next line pre-tag and following code-tag (HTML Code tags). With Alpha 1 or above it didn't work anymore, I think, it is something with the editor.<br /><br /><strong >Edit://</strong><br />I compare leggero against flatmass and found following missing in leggero (common.css - class pre):<br /><code >/* hack min-height for i.e. */<br />min-height: 40px;<br />height: auto !important;<br />height: 40px;</code><br /><br />It seems that's why the code-line isn't displayed correct with IE. I will try this symptom in the next time...]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1369#Comment_1369</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1369#Comment_1369</guid>
		<pubDate>Sun, 13 Apr 2008 12:35:06 +0200</pubDate>
		<author>laborix</author>
		<description>
			<![CDATA[Hm, the code sample posted above did "shooting" IE 7 to something unintelligible. With that sample all code boxes have the same height :(<br /><br />I'm playing with the CSS and think that is a "fast" fix:<br /><br /><code >* html .pre { height: 1% } /* for IE 5 and IE 6 */<br /><br />*:first-child+html .pre { min-height: 1px; } /* for IE 7 */</code><br /><br />It should work...<br /><br /><strong >Edit://</strong><br />Microsoft Internet Explorer 8 beta didn't need this fix, he will render the one code line like Firefox or Opera. Really funny, hehe...<br /><br />It seems that Microsoft bring IE 8 to the next generation ;)]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1370#Comment_1370</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1370#Comment_1370</guid>
		<pubDate>Sun, 13 Apr 2008 14:36:06 +0200</pubDate>
		<author>marcoverga86</author>
		<description>
			<![CDATA[<blockquote >It seems that Microsoft bring IE 8 to the next generation ;)</blockquote><br /><br />or maybe that IE 8 will be standard-compliant... at last!!]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1371#Comment_1371</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1371#Comment_1371</guid>
		<pubDate>Sun, 13 Apr 2008 14:54:06 +0200</pubDate>
		<author>NoWhereMan</author>
		<description>
			<![CDATA[try this one:<br /><br /><pre ><br />pre {<br />   min-height: 1em; /* ignored in IE&lt;7 */<br /><br />   height: 1%;   /* IE6 */<br /><br />   height: auto !important; /* everybody else */<br /><br />}<br /><br /></pre>]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1373#Comment_1373</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1373#Comment_1373</guid>
		<pubDate>Sun, 13 Apr 2008 16:47:30 +0200</pubDate>
		<author>laborix</author>
		<description>
			<![CDATA[Only as Info:<br /><br />Works with IE5, IE6 SP1 (Win2000), IE6 SP2 (WinXP), IE7 (WinXP/Vista) and IE8 beta (WinXP). Not really good (except IE8 beta), because the text isn't show without any mouse gesture. FF, Opera and Safari have no problems.<br /><br />Next, it only appear, if the code line is longer than the content area. If you use a very small code line, you didn't need this.<br /><br />Thanks NoWhereMan, great :D And did you patch also Leggero?]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1374#Comment_1374</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1374#Comment_1374</guid>
		<pubDate>Sun, 13 Apr 2008 17:27:30 +0200</pubDate>
		<author>NoWhereMan</author>
		<description>
			<![CDATA[<blockquote >Thanks NoWhereMan, great :D And did you patch also Leggero?</blockquote><br /><br />erm, I don't understand, are you saying it doesn't work?<br /><br />btw, I haven't committed anything, yet]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1377#Comment_1377</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1377#Comment_1377</guid>
		<pubDate>Sun, 13 Apr 2008 18:54:42 +0200</pubDate>
		<author>laborix</author>
		<description>
			<![CDATA[<blockquote >erm, I don't understand, are you saying it doesn't work?</blockquote><br /><br /><a href="http://journal.aadmm.org/fp-content/content/stuff/blog-ie7.jpg" >Screenshot IE 7</a><br /><br />There is no chance to see the code-snippset in the code area and you can't scroll up or down.<br /><br />The test with all IEs was after changing the common.css file with your posted changes. Then it will work, with the default common.css in SVN rev. #140 it doesn't work (see Screenshot).]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1379#Comment_1379</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1379#Comment_1379</guid>
		<pubDate>Sun, 13 Apr 2008 19:25:15 +0200</pubDate>
		<author>NoWhereMan</author>
		<description>
			<![CDATA[let's try now, see if the official site looks ok to you]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1380#Comment_1380</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1380#Comment_1380</guid>
		<pubDate>Sun, 13 Apr 2008 20:19:20 +0200</pubDate>
		<author>laborix</author>
		<description>
			<![CDATA[<blockquote >see if the official site looks ok to you</blockquote><br />Same as in the Screenshot, not ok.<br /><br />I didn't understand this at the moment, because on my blog it works with all IEs. Ok, first I had used my own theme for testing. But now I have tested the Leggero Theme (local on XAMPP) SVN rev. #138. Same as the Screenshot shows (also after adding your CSS snippset from above). <br /><br />It must be something with the Leggero theme...<br /><br /><strong >Edit://</strong><br />If you insert the code snippset<br /><br /><code >  min-height: 40px;<br /><br />  height: auto !important; <br /><br />  height: 40px;<br /><br /></code><br /><br />it works with Leggero theme (SVN rev. #138) and IE 7, at least on my localhost with XAMPP.]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1382#Comment_1382</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1382#Comment_1382</guid>
		<pubDate>Sun, 13 Apr 2008 21:33:41 +0200</pubDate>
		<author>DavidB</author>
		<description>
			<![CDATA[Thanks for working on this issue. The work around I have been using is to add a blank line before the trailing /CODE tag. I only add this blank line when the code is long and covers more than one line.]]>
		</description>
	</item>
	<item>
		<title>Internet Explorer 7 &amp; Flatpress Official Blog having trouble with Code Tag</title>
		<link>http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1390#Comment_1390</link>
		<guid isPermaLink="false">http://www.flatpress.org/forums/comments.php?DiscussionID=215&amp;Focus=1390#Comment_1390</guid>
		<pubDate>Mon, 14 Apr 2008 09:12:16 +0200</pubDate>
		<author>NoWhereMan</author>
		<description>
			<![CDATA[committed in rev141]]>
		</description>
	</item>
	
		</channel>
	</rss>