thefiddler Posted July 8, 2009 Report Share Posted July 8, 2009 I have a footer on my website, which is contained inside the main body wrapper. However, I'd like the background image to start on the left and go clear to the right, even though the main body wrapper limits the content of the footer to the central 910px of the browser view.I there a way to do this with CSS? I know I've used floating and absolute placement of images to get them to appear outside of the divs they were in, is there a way to do this with a background image? Link to comment Share on other sites More sharing options...
uwspstar Posted July 9, 2009 Report Share Posted July 9, 2009 I am not sure that this one helps you or not, check this example in the W3schoolshttp://www.w3schools.com/css/tryit.asp?fil...kground-repeaty Link to comment Share on other sites More sharing options...
thefiddler Posted July 9, 2009 Author Report Share Posted July 9, 2009 I am not sure that this one helps you or not, check this example in the W3schoolshttp://www.w3schools.com/css/tryit.asp?fil...kground-repeaty Thanks for trying to help. I ended up just moving the footer outside the main wrapper, then creating its own wrapper to center it. Thanks again though... this will work. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now