Placing an Image on the right bottom (Premium)

kalle801

Member
Hello.

Can anyone tell me what do i have to do, to get the image (Premium) just once on the right bottom?


Here is my actually code:
.premium{background: url('../images/premium.png');right bottom;}
Thanks in Advance.
 

Mark

Administrator
Staff member
Moving thread to correct forum...

Code:
.premium{background: url('../images/premium.png') bottom right no-repeat;}
 
Top