Jump to content

Background Reapeats


Tura

Recommended Posts

I've been reading over the pages on CSS backgrounds, but I just can't figure out how to make the background repeat on the right! I know 'y' is repeat one line on the left, and 'x' is repeat one line on the top, but I con't find the one to repeat one line on the right.

Link to comment
Share on other sites

I've been reading over the pages on CSS backgrounds, but I just can't figure out how to make the background repeat on the right! I know 'y' is repeat one line on the left, and 'x' is repeat one line on the top, but I con't find the one to repeat one line on the right.

background-repeat: no-repeat;ORbackground-repeat: repeat-x;ORbackground-repeat: repeat-y;That helps?
Link to comment
Share on other sites

I've been reading over the pages on CSS backgrounds, but I just can't figure out how to make the background repeat on the right! I know 'y' is repeat one line on the left, and 'x' is repeat one line on the top, but I con't find the one to repeat one line on the right.

not sure what you are asking, but as IKari pointed out, those are your only options.It will always repeat to the left(y) or down(x).If you need it to repeat right you may have to adjust your image and adjust your layout.Without a page to look at it is hard to imagine what you are trying to do.
Link to comment
Share on other sites

not sure what you are asking, but as IKari pointed out, those are your only options.It will always repeat to the left(y) or down(x).If you need it to repeat right you may have to adjust your image and adjust your layout.Without a page to look at it is hard to imagine what you are trying to do.

Hmmm... Lemme try to explain better.I am trying to find the code for a background that repeats one line down on right side, instead of te left. Look at the example. The background image repeats itself one line down on the left of the page, but I can't figure out how to make it repeat one line down on the right of the page.
Link to comment
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
×
×
  • Create New...