I want an image to repeat in its whole lenght. If I write:
background: url(pohi_2.png);
background-repeat:repeat-y;
then it repeats, but stops whenever the content is over. I want it to be for example whether 2 or 3 times, but not 2,7 times.
I want an image to repeat in its whole lenght. If I write:
background: url(pohi_2.png);
background-repeat:repeat-y;
then it repeats, but stops whenever the content is over. I want it to be for example whether 2 or 3 times, but not 2,7 times.
this is a common issue
when I have to solve this sort of problem, I normally make sure that the width of the background image is a whole-number multiple of the width of the css division