Saturday, March 10, 2012

Text/Image selection backgound color through css

<style> 
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
</style> 
 
 

No comments:

Post a Comment