Created
May 29, 2017 20:13
-
-
Save apphp/323fa3a76f1619e0884d872f6224f975 to your computer and use it in GitHub Desktop.
Align Backgroud Image with Offset in CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
/* source:apphp.com/index.php?snippet=css-align-backgroud-image-with-offset */ | |
#sidebar ul li li a { | |
background-image:url(../images/side-li-rtl.png); background-position:right 15px top 9px; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment