PDA

View Full Version : Kill ie, specially ie6


jose
6th March 2009, 12:28 AM
The most popular twitter petitions:

http://twitition.com/popular

BTW, Google is killing typos value by the minute!

Notice where the twiter typo results go: end of the page!

http://www.google.com/search?hl=en&q=twiter&btnG=Google+Search&aq=f&oq=

jose
24th March 2009, 02:08 AM
Killing ie6 (literaly)

Just insert the following code in your html file, and say goodbye to IE6. It will crash automatically once the page is loading.

function getX( oElement ) {
var iReturnValue = 0;
while( oElement != null ) {
iReturnValue += oElement.offsetLeft;
oElement = oElement.offsetParent;
}
return iReturnValue;
}