Questions tagged [background-repeat]

A CSS Property that defines whether or not background property of an element should "tile" to fill the entire element if the background is smaller than the element. This can be broken up into background-repeat-x for horizontal repeating and background-repeat-y for vertical repeating. The background repeat properly is typically used with an image for the background property.

71 questions
0
votes
4 answers

CSS Background Repeat

Lets say I have an image with the width and height of 1700 x 1129px. What is the best way to be able to repeat this image so that you cannot tell that it has been repeated. I have tried using repeat-y but it looks like its another graphic.
Jess McKenzie
  • 8,345
  • 27
  • 100
  • 170
0
votes
2 answers

How do I make my css class footer go from the left to right side of the screen?

My CSS class footer does not expand the entire bottom of the page. It works properly if the browser window is small enough, but if the window is large enough the right and left side end and the page background is visible. The class is not nested…
Philip7899
  • 4,599
  • 4
  • 55
  • 114
0
votes
2 answers

Why isn't the footer going all the way from left to right?

The background of my css class footer does not go across the entire width of the browser depending on how wide I keep the browser. It is making the page look odd because the footer is ending before the main content ends. The site is up at…
Philip7899
  • 4,599
  • 4
  • 55
  • 114
0
votes
2 answers

Repeat HTML Background-image Only

I have this: I want to add a tag so that it repeats on y, so something like repeat-y. I have tried many things but it won't work, it just goes all over the screen. What would that…
0
votes
1 answer

Background image tiles horizontally or vertically instead of entire background

When I use x for background repeat, the tiles run horizontally along the top of the page, and when i use y they run vertically down the left side of the page. I'm assuming there's something in my existing stylesheet that is causing a conflict, but I…
Paul Seattle
  • 481
  • 1
  • 5
  • 10
0
votes
2 answers

css background-repeat

So i have this DIV with a background this is the style: #book{ width: 800px; position: absolute; right:0; top: 0px; font-family: love; font-size: 20px; background:url("../img/boek.png"); } The problem that I have is that…
Wouter Vandenputte
  • 1,948
  • 4
  • 26
  • 50
0
votes
1 answer

duplicate no-repeat value for background-repeat in Table dialog

I am using CKEditor and having issues with no-repeat value of background-property being duplicated. Steps Insert table Right click, Table Properties, then go to Advanced tab Insert background-repeat:no-repeat; in the style box When you save and…
Alexey Gerasimov
  • 2,131
  • 13
  • 17
-1
votes
1 answer

Inconsistent CSS background-repeat count on different browsers

I'm using a repeating pattern as a background-image of a div:
test_pattern.png is 25 pixels wide, so I expect it to repeat 8 times…
Jarir
  • 327
  • 3
  • 10
-1
votes
3 answers

Background stretch image HTML coding error

I am a begginer on coding i learned coding from: ProgrammingKnowledge youtube channel. I want to make a background stretch image it works but it repeats it self. I searched in google none of these work. They just make my text UNDER the background,…
-1
votes
1 answer

Make background image repeat even after scrolling to the right

This is the problem http://screencast.com/t/Dgfd5vTeEY This is the site http://eotomarketingsystems.com/ I have looked everywhere but the only method i got the background image to be full width. was by using the method here: CSS Tricks—Full…
user19224
  • 13
  • 1
  • 3
-3
votes
1 answer

CSS repeat-y limit or alternative

I am building my first blog template and am trying to repeat the blog post background. I do NOT want the blog post background reaching to the top. Is there a way to do it without using the repeat-y command or a way to set limitations and parameters…
1 2 3 4
5