Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background Image position Re: Background Image position

#83889
HFM
Member

Ah, thank you!

Solved it with


#content{
position:absolute;
top:50%;
margin-top:-300px;
left:50%;
margin-left:-450px;
height:600px;
width:900px;
background-color:#000000;
z-index:2;
}

Many thanks ^^

***

Can i mark this topic as solved somewhere? It was there with the first post, but I can’t edit it anymore…