positioning image using css
Posted
by TomBs
on Stack Overflow
See other posts from Stack Overflow
or by TomBs
Published on 2010-04-23T20:11:44Z
Indexed on
2010/04/23
20:13 UTC
Read the original article
Hit count: 189
hi, i really need to place an image somewhere in the page (100 pixels from the left side for example) but i want to control where the center of the image will be, when i use left:100px; , the image is positioned 100px from its left edge and not from its center...
is there a way i can choose where the center of the image will be and not the left/right edge?
© Stack Overflow or respective owner