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 Dec 20, 2005 16:16:37 GMT -8
Main Footer Adds an image of your choosing to the 'Last Post' column on the main page. This image links to the last post.
<script type="text/javascript"> <!-- /* got to last post arrow */
var arrowUrl = 'http://img396.imageshack.us/img396/6945/arrow0uo.gif';
if(location.href.match(/\.com\/?(index.cgi)?\??(&action=home)?(#\w+)?$/)) { var td = document.getElementsByTagName('td'); for(i=0; i<td.length; i++) { if(td.item(i).width == '24%' && td.item(i).className == 'windowbg2') { var a = td.item(i).getElementsByTagName('a'); if(a.item(1)) { var arrow = document.createElement('img'); arrow.src = arrowUrl; arrow.border = '0'; var link = document.createElement('a'); link.href = a.item(1).href; link.appendChild(arrow); td.item(i).firstChild.appendChild(document.createTextNode(' ')); td.item(i).firstChild.appendChild(link); } } } } //--> </script>
|
|