Himas Rafeek
Posted on: 1 year ago
CSS

Align Backgroud Image with Offset in CSS

You may align background image not only to left or top corner, but also use an offset for alignment.


                                          <
style type="
text/css"
>
#sidebar ul li li a {
    background-image: url("../images/side-li-rtl.png");
    background-position: right 15px top 9px;
}
<
/style>