View Single Post
  #7  
Old 29th Jul 05, 09:35 PM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Quote:
Originally Posted by ~*McoreD*~
Some few things. http://www.csszengarden.com/ still renders badly. (try selecting a word, holding your mouse button down, move the mouse and you will end up selecting few paragraphs (or the whole page) at once)[/list]
Well that would be:

http://web.archive.org/web/200411270...ie6selecta.php

Well I never see this bug again thanks to Ad Muncher.

I use it to add javascript to every page:

Quote:

if (window.createPopup && document.compatMode && document.compatMode=="CSS1Compat") { document.onreadystatechange = onresize = function fixIE6AbsPos() { if (!document.body) return; if (document.body.style.margin != "0px") document.body.style.margin = 0; onresize = null; document.body.style.height = 0; setTimeout(function(){ document.body.style.height = document.documentElement.scrollHeight+'px'; }, 1); setTimeout(function(){ onresize = fixIE6AbsPos; }, 100); } }
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote