Amanda
Forum Addict
hi
Posts: 251
|
Post by Amanda on Apr 2, 2012 0:52:13 GMT
This will allow you to add a spacer image between the buttons in the top menu bar.
Global Headers
<script type="text/javascript"> <!-- var tds = document.getElementsByTagName('td'); var matchRegex = new RegExp("</a>&nb"+"sp;<a", "ig"); for (i=0;i<tds.length;i++){ if (tds.className=='menubg'){ tds.innerHTML = tds.innerHTML.replace(matchRegex,'</a><img src="SPACER IMAGE URL" alt="|" /><a'); break;}} // --> </script>
Url to the image you wish to use as a spacer.
|
|