I'm looking for a piece of code that will fade out a couple of div elements after a certain amount of time. Here's an example of what I'm working with at the moment:
<div id="CoverPop-cover" class="splash">
<div id="CoverPop-content" class="splash-center">
<img src="../Logo_Script.gif">
</div>
</div>
I'm looking for all of the information contained within this code to fade out after 5 seconds.