On Jan 1, 8:53 pm, Trev <aveollie...@gmail.com> wrote: > Hello, I am completely new to jQuery, and I don't even know how to > approach or implement what I am trying to do.
Use a div to hold the image - set it at a higher Z index than everything else. When the document has finished loading (or whenever you deem it should) use $("#DIVNAME").fadeOut("slow").remove(); And you should be good to go.