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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -