registration - CSS Left property -
when set left: 50px;
in css, registration in top left corner, or center?
each 1 sets registration point whatever rule you're using.
if supply left or right default registration point top-left or top-right respectively.
so, various style rules:
left/left , top = top-left corner
right/right , top = top-right corner
left/left , bot = bottom left corner
right/right , bot = bottom right corner
Comments
Post a Comment