<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032884" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032884</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1193410</link>
    <description> &lt;p&gt;Right, sorry to have taken so long to reply, but have been hectic!&lt;/p&gt;
&lt;p&gt;Here&#039;s what you need to do:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#pagecontentcontainer {&lt;br /&gt;	background-image:url(content_.png);&lt;br /&gt;	width: 500px;&lt;br /&gt;	height: 234px;&lt;br /&gt;	right: 0;&lt;br /&gt;	position: absolute;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
You see IE is only using the background-image property as a pointer to an image, as soon as that filter is applied the rest of the background CSS flies out of the window. IE has it&#039;s own little rules about filters, they behave differently to a normal background.&lt;/p&gt;
&lt;p&gt;One of these rules is that the element must be a block-level one (although a float will do). Also IE will also resize the div according to the dimensions of the image - if the &quot;sizingMethod&quot; parameter is set to &quot;image&quot; that is. This means I had to stop the element being a container:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;pagecontentcontainer&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
And don&#039;t forget to comment out/remove the old div:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;p&amp;gt;QuaverConnections is dedicated to helping your special event go with a bang. &lt;br /&gt;If you cant find what you are looking for in these pages, drop us a line on the contact page. &lt;br /&gt;We have over 50 years collective experience in the entertainment and arts industry and are more than happy to help you find a contact if we cannot provide it.&amp;lt;/p&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;/div&amp;gt;--&amp;gt;&lt;br /&gt;[/code]&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
As it isn&#039;t a container, but we still want it to act like a background, I set the position to absolute. Removing it from the document flow.&lt;/p&gt;
&lt;p&gt;Am hoping these insructions are clear enough to follow, I&#039;ve made it work myself and will post files if necessary.&lt;/p&gt;
&lt;p&gt;Hope it works! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 14 Feb 2006 23:54:00 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1193410 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192975</link>
    <description> &lt;p&gt;Yes, I have tried that, there is no error on the page when I do.&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Feb 2006 09:55:52 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1192975 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192968</link>
    <description> &lt;p&gt;Have you tried removing the image from the design and then applying the png hack?  This way we could know if its some sort of png problem or if its a page problem.&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Feb 2006 08:41:24 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1192968 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192963</link>
    <description> &lt;p&gt;Well, the other two .pngs don&#039;t have any transparency, that&#039;s probably why they are showing up right.&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Feb 2006 07:11:49 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1192963 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192943</link>
    <description> &lt;p&gt;It&#039;s odd because the other two png&#039;s show up perfectly. :shrug:&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 23:32:11 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1192943 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192941</link>
    <description> &lt;p&gt;JeevesBond, I just tried using your script, still doesn&#039;t seem to work:&lt;br /&gt;
&lt;a href=&quot;http://www.quaverconnections.co.nz/&quot; class=&quot;bb-url&quot;&gt;http://www.quaverconnections.co.nz/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Something I&#039;m doing wrong?&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 23:18:13 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1192941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192937</link>
    <description> &lt;p&gt;Yeah, carry on old fruit, it&#039;s free for everyone (as long as you leave the credits in there &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; )!&lt;/p&gt;
&lt;p&gt;I really should make it work for a class though, that would make more sense. Then you wouldn&#039;t have to do anything with the JS, just plug it in. Hmmm.&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 22:04:23 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1192937 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192926</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt; I wasn&#039;t partial to the ALA method for png either (not very semantic), so have written my own (with a lot of help from existing methods), the code&#039;s attached, if you&#039;re interested.&lt;/p&gt;
&lt;p&gt;To be honest I&#039;m not happy with these routines as they should use a class, however all I needed this to work for is an ID.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Instructions for Use&lt;/strong&gt;&lt;br /&gt;
Put attached files in same directory as the page you wish to use the effect on.&lt;br /&gt;
Add the following code to your HTML documents  :&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script src=&amp;quot;event.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&amp;amp;lt;script src=&amp;quot;opacity.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Open the opacity.js with your chosen text editor and go to line 72, where it should say:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;var mainobjOpacity = new pngOpacity(&amp;#039;main&amp;#039;);&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
The bit that says: &#039;main&#039; needs to be changed to the id of the div you wish to have transparency on.&lt;/p&gt;
&lt;p&gt;This works with background-image (in fact you must supply a background image in the CSS &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; ), it will also remove the grey, you can see it in action at &lt;a href=&quot;http://www.intermedia-online.com/clients/artisan/&quot; class=&quot;bb-url&quot;&gt;http://www.intermedia-online.com/clients/artisan/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This should do the job. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Looks good to me!  Nice little script there Jeeves! Mind if I use it as long I all credits are left in?&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 19:01:56 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1192926 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192924</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;demonhale wrote:&lt;/strong&gt; &lt;strong&gt;Here is what i mean whats wrong with the gif???&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ah I see now.  My mistake. Sorry demonhale.&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 18:57:37 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1192924 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-not-scrolling-ie-and-png-transparency#comment-1192906</link>
    <description> &lt;p&gt;I wasn&#039;t partial to the ALA method for png either (not very semantic), so have written my own (with a lot of help from existing methods), the code&#039;s attached, if you&#039;re interested.&lt;/p&gt;
&lt;p&gt;To be honest I&#039;m not happy with these routines as they should use a class, however all I needed this to work for is an ID.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Instructions for Use&lt;/strong&gt;&lt;br /&gt;
Put attached files in same directory as the page you wish to use the effect on.&lt;br /&gt;
Add the following code to your HTML documents  :&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script src=&amp;quot;event.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&amp;amp;lt;script src=&amp;quot;opacity.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Open the opacity.js with your chosen text editor and go to line 72, where it should say:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;var mainobjOpacity = new pngOpacity(&amp;#039;main&amp;#039;);&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
The bit that says: &#039;main&#039; needs to be changed to the id of the div you wish to have transparency on.&lt;/p&gt;
&lt;p&gt;This works with background-image (in fact you must supply a background image in the CSS &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; ), it will also remove the grey, you can see it in action at &lt;a href=&quot;http://www.intermedia-online.com/clients/artisan/&quot; class=&quot;bb-url&quot;&gt;http://www.intermedia-online.com/clients/artisan/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This should do the job. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Feb 2006 14:07:15 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1192906 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
