inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jul 27, 2005 3:32:12 GMT -8
Global FooterIf you try to put in a glowing custom title with UBBC, it will stretch the page. Try it yourself. This will fix that. <script type="text/javascript"> <!-- /* glowing custom title fix by ross */ if(location.href.match(/ion=(display|(pm)?view|(user)recent|goto|search2)/)) { var div = document.getElementsByTagName('div'); for(i=0; i<div.length; i++) { if(div.item(i).style.width == '300px' && div.item(i).style.filter) { div.item(i).style.width = '100%'; } } } //--> </script>Once you've put that in the Global Footer, you can use [glow=red,2,300]Glow[/glow] tags in Custom Titles Note: This is Not compatible with FF. It won't cause an error, it just won't glow.
|
|