css
Dave asked:

I have an image in a DIV, and a flash object in another DIV. I want to use CSS to position the flash object so that it is always within 50px of the image div. Relatively positioning them to each other basically, i know theres position: relative; but i dont know how to declare how to position each div to each other? Any one know?