Replies

Jun 13, 2009 16 years ago
KITA
User Avatar
Alice Pleasance Liddell

i'm trying to make a pet profile with this layout: http://img401.imageshack.us/img401/9446/alice.png

but the right side looks to bear. so i was trying to layer another background under it: http://www.webweaver.nu/clipart/img/web/backgrounds/floral/floral-design.jpg

but i'm not sure how to do it. ideas? help?

[tot=kita]

Jun 13, 2009 16 years ago
Revel
is sweet
User Avatar

You can't.. unless the top image is transparent you'll need to go back and edit the first image with that background.

Unless you mean <style> body {background-image: url(First image url); background-repeat: no-repeat; height:100%; width: 100%;} html{background-image: url(Second image);background-repeat: repeat;} </style> For the far right side.

Jun 14, 2009 16 years ago
KITA
User Avatar
Alice Pleasance Liddell

that's what i'm using, except its not working?

click

[tot=kita]

Jun 14, 2009 16 years ago
ibook
is one for the books
User Avatar
Moopoo

personally (to tell the truth) i like it without the added background. i think it is nice with the white. the above code should work but here is a little variation to it (the code i use) html {background-color:transparent; background-image: url(REPEATING BACKGROUND CODE); repeat;}body {background-color: transparent; background-image: url(NON REPEATING BACKGROUND URL); background-position: top left; background-repeat: no-repeat; height:##; width:##;}

it will look funny though since your background is white and the repeating one is a different color.... sorry.

forum image by
if you know where i can credit to them now, please let me know

[tot=ibook]

Jun 14, 2009 16 years ago
KITA
User Avatar
Alice Pleasance Liddell

neither code is working =/

can anyone else see both images? =/

[tot=kita]

Please log in to reply to this topic.