<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Vertical alignment problems in IE</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9565</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9565</guid>
        	        	<description><![CDATA[<p>Hello again,</p>
<p>The true fix seems to be this:</p>
<p>.ui-jqgrid .ui-th-div-ie {white-space: nowrap;<strong>zoom:1;</strong>}</p>
<p>Since if I&#39;m back to my original font the problem appear again.</p>
<p>So, the zoom seems to this fix it. Tested in diffrent fonts.</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 10 Sep 2009 07:17:12 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9563</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9563</guid>
        	        	<description><![CDATA[<p>That fixed the problem for me (keep in mind that I&#39;m still on version 3.4).&#160; I tested in IE 7 &#38; 8, Firefox 3.5, Chrome 2, Opera 10, and Safari 4 beta.</p>
</p>
<p>Thanks for the quick fix!</p>
]]></description>
        	        	<pubDate>Thu, 10 Sep 2009 06:51:31 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9540</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9540</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>In order to test (I need feedback) could you please change some item in ui.grid.css?</p>
<p>Also the line</p>
<p>.ui-jqgrid .ui-th-div-ie {float:left;width:97%;white-space: nowrap;}</p>
<p>should be</p>
<p>.ui-jqgrid .ui-th-div-ie {white-space: nowrap;}</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 10 Sep 2009 03:28:21 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9512</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9512</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. I have that font - I&#39;m just changing my IE options to use this font as default and ... the problem appear.</p>
<p>Thanks again will see how to resolve this.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 09 Sep 2009 07:08:28 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9511</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9511</guid>
        	        	<description><![CDATA[<p>My IE is 8.0.6001.18783... <a href="http://twitpic.com/h2j95" rel="nofollow" target="_blank">http://twitpic.com/h2j95</a></p>
</p>
<p>When I looked at your screen shot, I noticed that yours is in a different font than mine.&#160; I looked at the CSS for the demo page these are the fonts used in the CSS for the page: Lucida Grande, Lucida Sans, Arial, sans-serif.&#160; My guess is that you do not have Lucida Grande or Lucida Sans or your machine, so it&#39;s displaying the page in Arial for you (it looks like Arial to me).&#160; If I change the CSS to force it to use Arial, everything looks fine on my machine.&#160; Since I have Lucida Sans on my machine, it uses that font on my machine.</p>
</p>
<p>I put the Lucida Sans font file here so that you put it on your machine and see what I&#39;m talking about: <a href="http://jonkruger.com/jqgrid/lsans.ttf" rel="nofollow" target="_blank">http://jonkruger.com/jqgrid/lsans.ttf</a></p>
</p>
<p>For what it&#39;s worth, on the site I&#39;m working on it&#39;s using Verdana as the font in the headers and I have the IE problem there too.</p>
]]></description>
        	        	<pubDate>Wed, 09 Sep 2009 06:59:43 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9509</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9509</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thenks</p>
<p>This is very strange:</p>
<p>Here is my screenshot:&#160; <a href="http://www.trirand.com/jqgrid35/jqgridie8bug.JPG" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid3" rel="nofollow">http://www.trirand.com/jqgrid3</a>.....ie8bug.JPG</a></p>
</p>
<p>So, the problem is to identify where is the problem</p>
<p>My IE is 8.0.6001.18702</p>
<p>128 bit</p></p>
]]></description>
        	        	<pubDate>Wed, 09 Sep 2009 06:40:59 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9508</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9508</guid>
        	        	<description><![CDATA[<p>Screenshot is here: <a href="http://twitpic.com/gz7y6" rel="nofollow" target="_blank">http://twitpic.com/gz7y6</a></p>
]]></description>
        	        	<pubDate>Wed, 09 Sep 2009 06:27:20 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9506</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9506</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please post a screenshot?</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 09 Sep 2009 05:28:25 +0300</pubDate>
        </item>
        <item>
        	<title>markw65 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9487</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9487</guid>
        	        	<description><![CDATA[<p>I see the same problem.</p>
</p>
<p>Mark</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 15:16:01 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9481</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9481</guid>
        	        	<description><![CDATA[<p>Weird.&#160; No matter what I do (clearing cache, restart browser, etc.) I&#39;ve always had this problem.</p>
</p>
<p>Anyone else seeing this behavior?</p>
</p>
<p>Jon</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 11:20:44 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9476</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9476</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>No - no problem in my IE8. Could you please clear your cache.</p>
<p>The link is correct.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 10:44:27 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9474</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9474</guid>
        	        	<description><![CDATA[<p>Go to the demo page, in "Advanced", pick "Resizing".&#160; The "Client" and "Notes" columns have the header text in the middle, but in all of the other columns, the text is at the bottom of the column header.</p>
</p>
<p>I&#39;m going to <a href="http://www.trirand.com/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid/" rel="nofollow">http://www.trirand.com/jqgrid/</a>.....qgrid.html</a>, is this the correct demo site?</p>
</p>
<p>Jon</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 10:23:38 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9472</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9472</guid>
        	        	<description><![CDATA[<p>I do not see the problem in my IE8 in demo site or I missed something.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 10:07:56 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9470</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9470</guid>
        	        	<description><![CDATA[<p>IE 8</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 10:04:06 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9469</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9469</guid>
        	        	<description><![CDATA[<p>Which IE?</p></p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 10:03:28 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9468</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9468</guid>
        	        	<description><![CDATA[<p>I&#39;m on 3.4, I believe, but I see the problem on the demo site, which I assume is using the latest version (<a href="http://www.trirand.com/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgrid/" rel="nofollow">http://www.trirand.com/jqgrid/</a>.....qgrid.html</a>).</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 09:59:23 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9467</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9467</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which version of jqGrid?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 09:58:07 +0300</pubDate>
        </item>
        <item>
        	<title>krugs525 on Vertical alignment problems in IE</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9466</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/vertical-alignment-problems-in-ie#p9466</guid>
        	        	<description><![CDATA[<p>If I have a column where I have made the width smaller than the default column width, the text in the column header is bottom aligned (vertically) instead of being in the middle when I view the page in IE.&#160; Is there a workaround/fix for this problem?</p>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 09:56:37 +0300</pubDate>
        </item>
</channel>
</rss>