Tue, 2012-02-14 17:38
hey guys
I read a lot of your css tricks and they are amazing but I cant find this one
I want to stop the image repeat when the image reaches the text. How can I do that???
<style type="text/css"> .text{ color:#000000; font-weight:bold; font-size:13px; letter-spacing:0px; text-align:right; text-transform:uppercase; border-bottom: solid 1px #f5f5f5; margin-top:0px;margin-bottom:10px; background: transparent url("http://www.cheetah-reviews.com/Images/close.jpg") repeat-x scroll left center; } </style>