Jump to content
Sign in to follow this  
jayswat

Need Help w/ Absolute Positioning....maybe

Recommended Posts

jayswat
http://besthoustonweddingplanner.com/ I have been trying to figure out (with no luck) how to get the contact form in the right sidebar to lay in the white area of the image above it. I have been searching all afternoon on how to accomplish this and am stumped. Please someone help me!

Share this post


Link to post
Share on other sites
kastelic

This should get you close. First, delete the image that you have in there. This CSS will set that same image as the background of the form, and then position it in the white box.

#form{
	background: url(http://besthoustonweddingplanner.com/wp-content/uploads/2011/07/houstonweddingplanner-email-box.jpg) no-repeat;
	height: 600px;
	padding: 220px 25px 20px 25px;
	width: 300px;
	}

You will still need to dig in and change the width of the form elements to get it to fit correctly, and either change the width of your sidebar or the width of the background image.

Share this post


Link to post
Share on other sites
jayswat

That is what I needed. Thank you so much!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×