to get it like mine in navbar use the code below
Code:
<!-- TheWindows7Site Notifications -->
<vb:if condition="$notifications_total">
<div style="margin: 5px 5px;"> <div style="padding-top:10px; padding-left: 5px; padding-right: 5px;"> <div style=" -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; background: none repeat scroll 0 0; border:1px solid #be0000; margin:5px 10px 0; text-align:justify; ">
<div style="padding-top:3px; padding-bottom:3px;">
<table width="100%" border="0"> <tbody> <tr>
<td width="5%" align="center"><img alt="" src="./images/notification.png" width="40" height="40"/></td>
<td width="90%">
<b><u>{vb:rawphrase your_notifications}</u>: <span class="notifications-number"><blink>{vb:raw notifications_total}</span></b></blink>
<li><ul>{vb:raw notifications_menubits}</ul>
</li>
</td>
<td width="5%"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</vb:if>
<!-- / TheWindows7Site Notifications -->