background image help, sizing |
background image help, sizing |
Jan 11 2007, 07:07 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 20 Joined: Jan 2006 Member No: 344,748 |
okay here is the link of my background image: http://fslsfan.myfanhost.com/fslslayout.png
okay i have the code for the layout part, but what i am having trouble with is the image isnt the full background... like from side to side... it says the size is 800x600 (standard) but my screen is a tad bit bigger and it throws everything off. so there is huge white colums (sp) on the side. how do i make the image bigger or fit the whole screen? can someone help me asap? please? my sn on aim is sparklz4jrt03. thanks in advance! |
|
|
|
![]() |
Jan 11 2007, 08:25 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
I get what you mean well your header you should put it in a div and then you should position it where you want it.
For the background to constantly extended down you use this code: CODE <style type="text/css"> body{ background-image: url("imgurl"); background-repeat: repeat-y; background-position: center; } </style> For the image for that code, you need to make something like this: (its a short version of only the botom half that will repeat) http://img90.imageshack.us/img90/7792/tdgih7.gif |
|
|
|
sparklz4jrt background image help Jan 11 2007, 07:07 PM
sparklz4jrt anyone, please? Jan 11 2007, 07:22 PM
Jeng Well you need a background url
like...
background-... Jan 11 2007, 07:25 PM
sparklz4jrt maybe i should show you what the code is first... ... Jan 11 2007, 07:48 PM![]() ![]() |