Favicon/emojis
Small GIFs
Dividers
Medium/large GIFs
Images
Code
simple scrolling image marquee, example here (the bubbles and fish)
HTML:<marquee id="floaties" scrollamount="number to specify speed" direction="up, down, left or right" style="left: #%; z-index:0 for behind things and 1 for in front; height: #%; width: #%;"> <img src="#.gif"> </marquee>
CSS:#floaties {
position:fixed;
}