Changes

Jump to: navigation, search

CSS GUIDE BACKGROUND-POSITION-Y

45 bytes removed, 15:15, 13 December 2006
See Also
== Syntax ==
background-position-xy: [percentage | length] | [left top | center | right bottom]
== Legal Values ==
<tr>
<td>lefttop</td><td>aligns object to the left top on the x y - axis</td>
</tr>
<tr>
<td>centre</td>
<td>aligns object to the centre on the x y - axis</td>
</tr>
<tr>
<td>rightbottom</td><td>aligns object to the right bottom on the x y - axis</td>
</tr>
== Usage Examples ==
div.marked {background-image: url(watermark.jpg);
Ext/Doc: body { background-image: url(http://www.foo.com/image.gif);
background-repeat: repeat-y;
background-position-xy: center }
== Notes ==
== See Also ==
[http://www.yasininat.com/ref/index.php?ref=css&p=background-position-x y Border Style CSS Background Position XY]<br>[http://www.blooberry.com/indexdot/css/properties/colorbg/bgpositxbgposity.htm Backgound-Position Y Cascading Style Sheets Property]
1
edit

Navigation menu