Jquery
first load jquery


PHP Code: 
<script type="text/javascript">
$(
document).ready(function(){ 
// change 1500 to desired time in micro seconds   
    
$('#fade_this').fadeIn(1500);
});

</script> 


PHP Code: 
<div id="fade_this">
<!-- 
put the content  --> 
</
div