<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adblock Plus comes to Prism</title>
	<atom:link href="http://starkravingfinkle.org/blog/2008/11/adblock-plus-comes-to-prism/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2008/11/adblock-plus-comes-to-prism/</link>
	<description></description>
	<lastBuildDate>Wed, 24 Feb 2010 19:10:17 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wladimir Palant</title>
		<link>http://starkravingfinkle.org/blog/2008/11/adblock-plus-comes-to-prism/comment-page-1/#comment-8035</link>
		<dc:creator>Wladimir Palant</dc:creator>
		<pubDate>Mon, 01 Dec 2008 21:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=318#comment-8035</guid>
		<description>And - it just got released! Adblock Plus 1.0 is finally out.</description>
		<content:encoded><![CDATA[<p>And &#8211; it just got released! Adblock Plus 1.0 is finally out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://starkravingfinkle.org/blog/2008/11/adblock-plus-comes-to-prism/comment-page-1/#comment-8030</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=318#comment-8030</guid>
		<description>Hi Mark

I&#039;m looking for how to remove the IE 3d border using MSHTML, and I reached to your article regarding MSHTML (http://starkravingfinkle.org/blog/2004/09/mshtml-hosting-odds-ends/). I tried the code you suggest in the last snippet but the border is still there. The odd thing is that the code works perfect for documents with DOCTYPE = HTML 4.0, but it doesn&#039;t work for documents marked with DOCTYPE = XHTML 1.0, and changing the DOCTYPE is not an option.

I&#039;m using MSHTML for C# and IE 7. This snippet shows how I&#039;m changing the border style:
void browser_DocumentComplete(object pDisp, ref object URL)
{
	((IHTMLDocument2)this.browser.Document).body.style.overflow = &quot;hidden&quot;;
	((IHTMLDocument2)this.browser.Document).body.style.setAttribute(&quot;min-width&quot;,&quot;100px&quot;,0);
	((IHTMLDocument2)this.browser.Document).body.style.width = &quot;176px&quot;;
	((IHTMLDocument2)this.browser.Document).body.style.borderStyle = &quot;none&quot;;
}

Do you know what am I doing wrong?

I&#039;m sorry for adding this comment in the wrong article, but the comments for the correct article are closed.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mark</p>
<p>I&#8217;m looking for how to remove the IE 3d border using MSHTML, and I reached to your article regarding MSHTML (<a href="http://starkravingfinkle.org/blog/2004/09/mshtml-hosting-odds-ends/)" rel="nofollow">http://starkravingfinkle.org/blog/2004/09/mshtml-hosting-odds-ends/)</a>. I tried the code you suggest in the last snippet but the border is still there. The odd thing is that the code works perfect for documents with DOCTYPE = HTML 4.0, but it doesn&#8217;t work for documents marked with DOCTYPE = XHTML 1.0, and changing the DOCTYPE is not an option.</p>
<p>I&#8217;m using MSHTML for C# and IE 7. This snippet shows how I&#8217;m changing the border style:<br />
void browser_DocumentComplete(object pDisp, ref object URL)<br />
{<br />
	((IHTMLDocument2)this.browser.Document).body.style.overflow = &#8220;hidden&#8221;;<br />
	((IHTMLDocument2)this.browser.Document).body.style.setAttribute(&#8221;min-width&#8221;,&#8221;100px&#8221;,0);<br />
	((IHTMLDocument2)this.browser.Document).body.style.width = &#8220;176px&#8221;;<br />
	((IHTMLDocument2)this.browser.Document).body.style.borderStyle = &#8220;none&#8221;;<br />
}</p>
<p>Do you know what am I doing wrong?</p>
<p>I&#8217;m sorry for adding this comment in the wrong article, but the comments for the correct article are closed.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
