Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Colour PM Link if new PMs (30th Dec 07 at 2:01am UTC) | | Edit the CSS at the top to change the colour... Default is red!
This will change the colour of the link: "x Private Messages" when you receive a new private message.
Global Header
Code: - <style>
- a.newpm {
- color: #FF0000;
- }
- </style>
-
- <script>
- /*Colour PM Link if new posts
- Created By Wrighty
- support.virtualforums.co.uk*/
-
- var a = document.getElementById('user_table').getElementsByTagName('font')[1].getElementsByTagName('a')[0];
-
- if(vf_new_pms!=0){
- a.className="newpm";
- }
-
- </script>
| |
|
[.tR] ookie1 Full Member
Is it choccy? Posts: 167 Status: Offline Joined:
pm | Re: Colour PM Link if new PMs (13th Aug 08 at 7:57am UTC) | | Is it possible to make this flash? | |
Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One! |
|
ashkir Full Member
Posts: 1,159 Status: Offline Gender: Male Location: Cali! Age: 35 Joined:
pmskypemsnyahoo | Re: Colour PM Link if new PMs (19th Feb 09 at 11:30pm UTC) | | Woah. That is cool actually. xD.
Thanks Wrighty! | |
|