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
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; 
}
 
Edited by DrTrans
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.