The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I've done searches for solutions and all of them haven't worked.
So far, (from the solutions I found from searches) to get ![]() #1b4985 url( ![]() #1b4985 url( ![]() #1b4985 url( ![]() url( ![]() However, the gradient still repeats itself hall way down the page as shown ![]() 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 ![]() |
|
#7
|
||||
|
||||
|
#1b4985 url(
![]() Try that. |
|
#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? Seriously. I posted the proper code a week ago. He has the wrong BACKGROUND COLOR. 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
|
![]() |
|
|