Quote:
Originally Posted by Simon Lloyd
Good mod however you have your elements mixed up, you have
HTML Code:
<a href="private.php">
<div style="display:scroll;position:fixed;bottom:-14px;right:-7px;" title="$vbphrase[unread_private_messages]" alt="$vbphrase[unread_private_messages]">
<img src="images/misc/new-mail-notification.png" />
</div></a>
But it should be
HTML Code:
<div style="display:scroll;position:fixed;bottom:-14px;right:-7px;" title="$vbphrase[unread_private_messages]" alt="$vbphrase[unread_private_messages]"><a href="private.php">
<img src="images/misc/new-mail-notification.png" border="0"/></a>
</div>
|
Hi Simon,
I have implemented your code instead of the original one but the postman image is no longer displaying when I have a new pm :erm: