Kenneth
VIP
Spam Sweeper [M:0]
Posts: 561
|
Post by Kenneth on Oct 26, 2011 5:51:13 GMT
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #7A7A7A; background-color: #222; background-image: url(http://i52.tinypic.com/70f82c.jpg); background-repeat: no-repeat; background-position: top left; height: 100%; }
Bleh, I can't my image to fit the width of browsers, any help?
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Oct 26, 2011 9:41:02 GMT
width:100%;
?
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Oct 27, 2011 3:50:19 GMT
Well you'll need an image that you could repeat along the x axis if you want it to fit. Otherwise you would just stretch the image, or you'll have to repeat it.
|
|
|
Post by hbk on Oct 27, 2011 21:43:21 GMT
Using an image in full 1080pHD would be a good start, unless it's an image that will repeat fluidly and nicely. Then set the background-repeat value to repeat, so that it repeats along the X and Y axis. If you want it to repeat horizontally, use repeat-x, and for vertically, use repeat-y.
|
|