Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Change Sticky Splitter Class (31st Mar 08 at 8:08pm UTC) | | This code should only really be used if you have split your stickies from normal posts in the admin panel.
[To do this: => Forum Settings]
Use the CSS at the top to style the new bar!
<style> .ann_sep { background-color: #FF0000; } </style>
<script> /*Change Sticky Splitter Class Created By Wrighty No: Rip, Repost or Claim */
var d= get('td','tag'); var x = '&nb'+'sp;'; for(i=0;i<d.length;i++){ if(d[i].innerHTML == x && d[i].className == 'window1' && d[i].colSpan == '5'){ d[i].className = 'ann_sep'; break; } } </script>
Global Footer | |
|