Forums

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

Home Forums CSS postion: absolute Re: postion: absolute

#122391
wolfcry911
Participant

img {
position: absolute;
left: 50%;
margin-left: -(usehalfofimgwidth)px;
}