<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Fixing modalpopupextender position problems</title>
	<atom:link href="http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/</link>
	<description>Nomadic Browser - Scouring the Internet For Nothing In Particular</description>
	<pubDate>Sun, 12 Oct 2008 05:57:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Shrini</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-188</link>
		<dc:creator>Shrini</dc:creator>
		<pubDate>Fri, 05 Sep 2008 20:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-188</guid>
		<description>Fortunately, everything worked for me. thanks.</description>
		<content:encoded><![CDATA[<p>Fortunately, everything worked for me. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-180</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 29 Aug 2008 17:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-180</guid>
		<description>Hi Ramesh,
 unfortunately I am still having problems with centering in IE6 even after applying ur changes.
Let me know if there are any other changes you guys made?
Also I am using  in the master page is going to 
affect.

 Thanks</description>
		<content:encoded><![CDATA[<p>Hi Ramesh,<br />
 unfortunately I am still having problems with centering in IE6 even after applying ur changes.<br />
Let me know if there are any other changes you guys made?<br />
Also I am using  in the master page is going to<br />
affect.</p>
<p> Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Bhaskar</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-178</link>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-178</guid>
		<description>@Mars

Sent. Please not however that you might be using a later version of the dll than I have sent.</description>
		<content:encoded><![CDATA[<p>@Mars</p>
<p>Sent. Please not however that you might be using a later version of the dll than I have sent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mars</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-177</link>
		<dc:creator>Mars</dc:creator>
		<pubDate>Thu, 28 Aug 2008 08:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-177</guid>
		<description>Hi Ramesh,
I'm having some difficulties with the ModalPopup and unfortunately I do not know much about dlls'. Would it be possible to email the dll as well? My friends in the coding department are hesitant to change the code in the toolkits.

Thanks,

Mars</description>
		<content:encoded><![CDATA[<p>Hi Ramesh,<br />
I&#8217;m having some difficulties with the ModalPopup and unfortunately I do not know much about dlls&#8217;. Would it be possible to email the dll as well? My friends in the coding department are hesitant to change the code in the toolkits.</p>
<p>Thanks,</p>
<p>Mars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-162</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-162</guid>
		<description>in the initialize function 
replace this line:
this._foregroundElement.style.position = 'fixed';
with
if (this._isIE6)              
            this._foregroundElement.style.position = 'fixed';
        else
            this._foregroundElement.style.position = 'absolute';

and this line:
 this._backgroundElement.style.position = 'fixed';
with
 if (this._isIE6)        
            this._backgroundElement.style.position = 'fixed';
        else
            this._backgroundElement.style.position = 'absolute';
this solve the position problem of modalpopup on browser IE6.</description>
		<content:encoded><![CDATA[<p>in the initialize function<br />
replace this line:<br />
this._foregroundElement.style.position = &#8216;fixed&#8217;;<br />
with<br />
if (this._isIE6)<br />
            this._foregroundElement.style.position = &#8216;fixed&#8217;;<br />
        else<br />
            this._foregroundElement.style.position = &#8216;absolute&#8217;;</p>
<p>and this line:<br />
 this._backgroundElement.style.position = &#8216;fixed&#8217;;<br />
with<br />
 if (this._isIE6)<br />
            this._backgroundElement.style.position = &#8216;fixed&#8217;;<br />
        else<br />
            this._backgroundElement.style.position = &#8216;absolute&#8217;;<br />
this solve the position problem of modalpopup on browser IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mangesh</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-159</link>
		<dc:creator>mangesh</dc:creator>
		<pubDate>Mon, 21 Jul 2008 12:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-159</guid>
		<description>Hi Sandeep Akhare,

I am very curious about the lines(in js file) you have commented and which fixed your issue. Let me know it.</description>
		<content:encoded><![CDATA[<p>Hi Sandeep Akhare,</p>
<p>I am very curious about the lines(in js file) you have commented and which fixed your issue. Let me know it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep Akhare</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-156</link>
		<dc:creator>Sandeep Akhare</dc:creator>
		<pubDate>Wed, 09 Jul 2008 11:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-156</guid>
		<description>Hi Ramesh,
 Got the solution for it i just commented few line of code in one of the js file now its working thanks for your reply</description>
		<content:encoded><![CDATA[<p>Hi Ramesh,<br />
 Got the solution for it i just commented few line of code in one of the js file now its working thanks for your reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Bhaskar</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-154</link>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		<pubDate>Mon, 07 Jul 2008 14:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-154</guid>
		<description>@Sandeep

I haven't worked with that version of the toolkit, however, I imagine the fix should be somewhat similar.

@Ieuan

I've sent it to you.</description>
		<content:encoded><![CDATA[<p>@Sandeep</p>
<p>I haven&#8217;t worked with that version of the toolkit, however, I imagine the fix should be somewhat similar.</p>
<p>@Ieuan</p>
<p>I&#8217;ve sent it to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ieuan</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-153</link>
		<dc:creator>Ieuan</dc:creator>
		<pubDate>Mon, 07 Jul 2008 11:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-153</guid>
		<description>Hi, any chance you could sent the new version to me as well.  I'm not really a C# programmer so I get very nervous changing the classes like this.

ieuan_johns@hotmail.com</description>
		<content:encoded><![CDATA[<p>Hi, any chance you could sent the new version to me as well.  I&#8217;m not really a C# programmer so I get very nervous changing the classes like this.</p>
<p><a href="mailto:ieuan_johns@hotmail.com">ieuan_johns@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep Akhare</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-149</link>
		<dc:creator>Sandeep Akhare</dc:creator>
		<pubDate>Sat, 28 Jun 2008 16:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comment-149</guid>
		<description>Hi Ramesh, 
  I am using AjaxToolKit version 1.0.20229.0 in my application. I was facing 
issue  in IE 7.0  when Modalpopup is shown the whole UI was getting screwed. 
I made changes as per your solution it Works! Thank you very much 
But Now the issue is in IE 6.0  it is adding lot of space the browser due to 
which user can scroll down using vertical scroll to indefinite.
Please let me know if know the fix. 

Thanks 
Sandeep</description>
		<content:encoded><![CDATA[<p>Hi Ramesh,<br />
  I am using AjaxToolKit version 1.0.20229.0 in my application. I was facing<br />
issue  in IE 7.0  when Modalpopup is shown the whole UI was getting screwed.<br />
I made changes as per your solution it Works! Thank you very much<br />
But Now the issue is in IE 6.0  it is adding lot of space the browser due to<br />
which user can scroll down using vertical scroll to indefinite.<br />
Please let me know if know the fix. </p>
<p>Thanks<br />
Sandeep</p>
]]></content:encoded>
	</item>
</channel>
</rss>
