Jump to content
Sign in to follow this  
penny772

footer background same as canvas width with rounded corners

Recommended Posts

penny772

Hello again, I would like to know the css for changing my #footer background into just background behind it like the page canvas with rounded corners. I will be making my actual page background a picture but dont want it to iterfere with my text etc in my footer. Any ideas I have tried this #footer .background{ -webkit-border-radius:10px; -moz-border-radius:10px; color:#C0C0C0; } and it does nothing.

Share this post


Link to post
Share on other sites
catrina

The correct CSS should be:

#footer {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#C0C0C0;}


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

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  

×