1
edit
Changes
no edit summary
== Summary ==
Establish the location of the left (x) or top (y) edges of the background image specified with the background-image attribute.This tag allows the user to specify the percentage of the block-level element's box width or height (respectively) at which the image (or repeated images) begins. Instead of percentages, you can specify length values (in the unit of measure that best suits the medium). In lieu of the numerical values, you may use one axis-specific constant value per attribute.
<br>
<br>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<th>percentage</th>
<th>percentage of the block level element</th>
</tr>
<tr>
<th>length/th>
<th>length values (in the unit of measure that best suits the medium</th>
</tr>
<tr>
<th>left</th>
<th>aligns object to the left on the x - axis</th>
</tr>
<tr>
<th>centre</th>
<th>aligns object to the centre on the x - axis</th>
</tr>
<tr>
<th>right</th>
<th>aligns object to the right on the x - axis</th>
</tr>