MyBB Community Forums

Full Version: Make Body half Image and half Color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to have my Body like this:

[Image: vxGPvoy.png]

Like this image, where the first half is a Picture, and the bottom half is a color.. I would also like the parting to look nice, maybe a drop shadow or something would work?

How would I go about doing this?
(2014-11-23, 06:21 PM).m. Wrote: [ -> ]you can try using this method (external site link)

body {

 background: #000000;
        background-image: url(images/diversebox/bg1.jpg);
        background-size: 100% 50%;
        background-repeat:no-repeat
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;
}

Would this be correct?
correct background-repeat:no-repeat;

it is fine working i tested.
My only problem is, I want it to tile where the image shows. But it's just stretching the image to fit instead of doing so, how do I fix this?

EDIT:

Figured it out myself. :3
(2014-11-24, 03:12 AM)Kioshi Wrote: [ -> ]My only problem is, I want it to tile where the image shows. But it's just stretching the image to fit instead of doing so, how do I fix this?

EDIT:

Figured it out myself. :3

Kind of having this issue again, I don't remember what I did to fix the stretching issue. How can I get it to just tile/repeat?