Layout Help, ... |
Layout Help, ... |
May 29 2008, 12:07 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jun 2007 Member No: 530,869 |
Does anyone know the correct dimensions for the background image of a layout so that it doesn't begin to repeat itself?
|
|
|
|
![]() |
May 30 2008, 09:37 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
do you mean putting a background image on a website that fills the entire screen without repeating? it's impossible to say, because everyone has different monitor sizes.
a safe resolution to use for large backgrounds is 1280x800, as that's what a lot of people have these days. basically, what you can do is put your image in the center of a file that size, then gradient fade the edges to a solid color. your code would look something like this: CODE body { background:#[HEX COLOR OF SOLID BACKGROUND] url(LINK TO IMAGE) top center no-repeat fixed; }
|
|
|
|
ThaSweetHart Layout Help May 29 2008, 12:07 AM
SkyliteX there is none because as you add content its bound... May 29 2008, 12:09 AM
rockable he said it all! May 29 2008, 04:12 PM
RockItStudios ^look above. :]
however, you should know that you... May 29 2008, 04:17 PM
vanloves2talk :unsure:ID NAME Help... I need help evertytime i ... Jun 6 2008, 04:28 PM
karmakiller ^ What exactly do you need help with? Is it a Mysp... Jun 9 2008, 07:03 PM
Tungster I would have to say about 1200x800
or 1000x640 or... Jun 9 2008, 09:24 PM![]() ![]() |