Archive for March, 2010

Update “overflow: hidden” style of the HTML tag error in IE

March 16th, 2010

When trying to update the “overflow: hidden” style attribute of either the body or the html tag using JavaScript, unsurprisingly, IE throws an error… However using the magic of prototype I found a very simple way of achieving this that keeps Microsoft happy – even IE6.
» Read more: Update “overflow: hidden” style of the HTML tag error in IE