The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to stop background gradients repeating?
I've done searches for solutions and all of them haven't worked.
So far, (from the solutions I found from searches) to get this gradient to work, I have tried putting these into the CSS background section in style manager; #1b4985 url(http://img182.imageshack.us/img182/9868/bgku4.jpg) top left repeat-x #1b4985 url(http://img182.imageshack.us/img182/9868/bgku4.jpg) repeat-x #1b4985 url(http://img182.imageshack.us/img182/9868/bgku4.jpg) repeat url(http://img182.imageshack.us/img182/9868/bgku4.jpg) top left repeat-x However, the gradient still repeats itself hall way down the page as shown here. Any help would be greatly appreciated. |
#2
|
||||
|
||||
repeat-x means repeat on the X axis.
no-repeat |
#3
|
|||
|
|||
Thanks for trying to help but forgot to mention no-repeat doesn't work either. That just makes the gradient show up on the very left hand side once.
|
#4
|
||||
|
||||
Quote:
Try: Code:
repeat-x top left repeat-x left top repeat-x |
#5
|
|||
|
|||
You have the wrong background color. You have a color that matches the top of the gradient, not the bottom.
TRY: Code:
#F1F6F9 url(http://img182.imageshack.us/img182/9868/bgku4.jpg) top left repeat-x |
#6
|
||||
|
||||
Code:
body { background: #898a8f; color: #C1C1C7; font: 10pt Tahoma, Verdana, Arial; margin: 0px 0px 0px 0px; padding: 0px; background-image: url(images/fa/background.jpg); background-repeat: repeat-x; } works fine for me using http://www.furious-angels.com/images/fa/background.jpg as my background |
#7
|
||||
|
||||
|
#8
|
|||
|
|||
Quote:
Anyway, the code I posted a week ago should have resolved his problem. He just had the wrong background-color. So, there was really no point in bumping this thread, eh? Quote:
The gradient is not repeating vertically. Let me repost the proper code for his site: Code:
#F1F6F9 url(http://img182.imageshack.us/img182/9868/bgku4.jpg) top left repeat-x |
#9
|
||||
|
||||
should perhaps of stated thats the css from the new skin i'm working on not the current one
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|