<body onload="document.getElementById('menuTest').style.removeAttribute('display')">
This is the code I’m using. Basically I’m trying to make an element visible only after everything else on the page has loaded. It works fine in IE, but not in Chrome. I don’t work with Js much…but if I remember correctly, is there something finnicky about the getElementById function that I need to do?
Test page: http://www.quirksmode.org/dom/tests/cssMisc.html#removeProperty