Click to See Complete Forum and Search --> : Background is tiling..how do i stop that


mri3iguns
07-01-2009, 09:37 PM
I am using web developer and i am placing some divs at the bottom of the page.. But instead of it being the bottom of the page it looks like its starting to tile over again. How do i stop this? any takers?
jj

6StringGeek
07-01-2009, 10:22 PM
how are you calling the background for the div? Do you have some code you can post?

something like:
background:#fffffe url('background.jpg') no-repeat;

mri3iguns
07-02-2009, 03:38 PM
its not the background for the div but the background for the page

6StringGeek
07-02-2009, 04:49 PM
ok...so what does your code look like for the page?

mri3iguns
07-04-2009, 09:45 AM
background="background.jpg">

6StringGeek
07-04-2009, 09:55 AM
If it's in your css it should look something like this:

background:#ffffff url('background.jpg') no-repeat;

You'd be a lot more likely to get a good answer by posting the code for your entire page, including the css.