I have a page that positions elements and then makes them visible after the document is loaded..
but in IE4 it doesn't run the onload function. if I set
then it does run but everything is all over the place. what do I do?
Code:
<BODY onLoad="posThem();">
Code:
document.body.onload = posThem;