Kahless
Administrator
Guitar Star
Posts: 1,045
|
Post by Kahless on Nov 1, 2007 22:53:59 GMT -5
Description: adds a gradient to the PBs default announcement bar. Source: open Crossbrowser: yes Use: change the height in the global header portion and the URL to the url of your gradient
Global Header <style type="text/css"> <!-- .announcebar { background-image: url(URL); height: 10px; } --> </style>
Global Footer <script type="text/javascript"> <!-- //Add Grad to Announcement bar by Kahless if(location.href.match(/board=/i)) { var gCell = document.getElementsByTagName('td');
for(i = 0;i < gCell.length;i ++) { if(gCell.colSpan == "7" && gCell.className == 'windowbg2') { gCell.className = 'announcebar'; } } } //--> </script>
Not much to edit, just the 10 in the header portion and the URL to the url of your grad
|
|
|
Post by cetrasan on Nov 18, 2007 15:13:20 GMT -5
nice one dude
|
|