Align Background Image with Offset in CSS
You may align background image not only to left or top corner, but also use an offset for alignment.
[View All Snippets]
[View All Snippets]
Show Plain Text »
- <style type="text/css">
- #sidebar ul li li a {
- background-image:url(../images/side-li-rtl.png); background-position:right 15px top 9px;
- }
- </style>