Hi Folks,
I have a DIV on a page which contains all the content for that page. I have the visibility set to hidden so that it is not displayed as soon as the page starts to load. I want all the images to load first and then the DIV.
<div ID="Detail" STYLE="visibility: hidden; height: 281; overflow: auto;">
I then use the onload event in the BODY tag to make the DIV visible.
onload="Detail.style.visibility='visible';"
This works fine in IE6 but will not work in NN7. Any ideas why?
Mighty
I have a DIV on a page which contains all the content for that page. I have the visibility set to hidden so that it is not displayed as soon as the page starts to load. I want all the images to load first and then the DIV.
<div ID="Detail" STYLE="visibility: hidden; height: 281; overflow: auto;">
I then use the onload event in the BODY tag to make the DIV visible.
onload="Detail.style.visibility='visible';"
This works fine in IE6 but will not work in NN7. Any ideas why?
Mighty