Home › Forums › CSS › Background Image position › Re: Background Image position
July 24, 2011 at 1:36 pm
#83889
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…