I am creating a web page, where I have an image that I want to place in the center. On the top of that image I want to have input boxes, labels, and a submit button.
I a
Make it a background image that is centered.
.wrapper {background:transparent url(yourimage.jpg) no-repeat center center;} ...input boxes and labels and submit button here