Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
There is no onload event for a div (without some tinkering by a framework). You should be able to do it in the head section of your page with
<script type="text/javascript">
window.onload = function() {
// Code to fade in here...
}
</script>
1 to 14 of 14