ogni tanto...
bisognerebbe evitare certe frasi...


codice:
if (typeof document.body.style.maxHeight != "undefined") {
  // IE 7, mozilla, safari, opera 9
  alert('7');
} else {
  // IE6, older browsers
  alert('6');
}