|
Post by bass5098 on Sept 11, 2011 17:50:54 GMT -5
Description: This allows you to remove the info center icons that display to the left of each section. Live Preview: Click herePlacement: Main Footer Code:<script type="text/javascript"> /* Remove Info Center Icons - Bass5098 - Open Source */ var td=document.getElementsByTagName("TD"); for(i=21;i<td.length;i++) if(td[i].width=="20"&&td[i].className=="windowbg") td[i].parentNode.removeChild(td[i]) </script> Open Source? Yes
|
|
|
Post by iPokemon on Sept 11, 2011 18:11:27 GMT -5
Accepted [style=-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; background-color: rgba(0,0,0,0.9);padding: 6px;display:inline;color:white;font-weight:bold;]Thank you for your submission! It will be archived in our index!
[/style]
|
|