Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined: 16th Dec 2007
Additional Groups: Coding Team
pmvForum | Colour PM Link if new PMs (Sun 30th Dec 2007 at 2:01am) | | 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: 16th Jan 2008
pm | Re: Colour PM Link if new PMs (Wed 13th Aug 2008 at 7:57am) | | 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: 5th Jan 2008
pmskypemsnyahoo | Re: Colour PM Link if new PMs (Thu 19th Feb 2009 at 11:30pm) | | Woah. That is cool actually. xD.
Thanks Wrighty! | |
|