Jump to content

Little Number above image


DrTrans

Recommended Posts

I want to do something like this: 

 

http://gyazo.com/dfee0f77931b6041f6b13ec8aee0effd

 

How do i get the number on top of the image. my code looks like this: 

 

 

 
<a href="#" class="dropdown-toggle pull-right" data-toggle="dropdown"><img src="iconset/allfriends.png" class="headicon img-circle"><div class"littleNumber"><?php echo $amount; ?><b class="caret"></b></a>
                
 
Link to comment
https://forums.phpfreaks.com/topic/284438-little-number-above-image/
Share on other sites


 
.littleNumber {
position: fixed;
font-size: 9px; 
color: white; 
font-weight: bold;  
display: inline-block; 
background: red; 
top: 3px;
padding-left: 3px; 
padding-right: 3px; 
-moz-border-radius:1px 1px 0px 0px;
-webkit-border-radius:1px 1px 0px 0px;
-khtml-border-radius:1px 1px 0px 0px;
border-radius:1px 1px 0px 0px; 
}
 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.