Is CSS capable of positioning an object over an image? I am trying to overlay a form on top of an image that is not a background. Floating the form doesn't achieve the desired effect, so I'm wondering if there is another way to accomplish this.
Typically, floating an object causes surrounding text to wrap around it. However, I need a solution that will allow the object to float freely without affecting the layout underneath it.