How 2 make such a background?

They have: 24 posts

Joined: Oct 2008

Hello,

And a happy new year to all!

I wondered how to make a background like here: http://www.edit-studios.com/

Is it tiled? But how?

Thank you for your help.

He has: 698 posts

Joined: Jul 2005

I didn't look at the CSS, but what appears to be happening is this image is the background, and all of the content is layered over it. I don't think anything special is going on here. Wink

Kurtis

They have: 24 posts

Joined: Oct 2008

Do you think the idea is to have a wide enough background image so as to avoid tiling and make the right side and bottom of the image the same color as the background color?

pr0gr4mm3r's picture

He has: 1,502 posts

Joined: Sep 2006

Here is the code from the stylesheet:

#mainnav_wrap {
text-align:center;
width:100%;
height:43px;
background-image: url(../images/nav_bgnd_rpt.png);
background-position: 0px 0px;
background-repeat: repeat-x;
position:absolute;
top:0px;
left:0px;
overflow:hidden;
z-index:1000;

display:block;
}

The image is repeating horizontally only. It looks like they faded it to black to avoid a hard tiled edge.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.