Jason
Full Member
Posts: 127
|
Post by Jason on Oct 22, 2004 16:29:01 GMT -5
i know this board had a lot of headers and footers scripts which are all now down the tube... so I'd be happy to find the ones we had on the other board. Heres the cell highlight link which goes at the top of all footers... <SCRIPT LANGUAGE="JavaScript"> <!-- /* Cell Highlight & Link Copyright © 2003 Craig Suffolk, ProBoards.com All Rights Reserved */ var mouseOverColor = '191970'; var statusMessage =''; window.status = statusMessage; cellHigh = document.getElementsByTagName('TD'); for(ch=0;ch<cellHigh.length;ch++) { if((cellHigh[ch].className=="windowbg2" && cellHigh[ch].width=="66%") || (cellHigh[ch].className=="windowbg" && cellHigh[ch].width=="48%")) { if (cellHigh[ch].width=="48%") {var num=0;} else {var num=1;} cellHigh[ch].onmouseover = function(){this.style.cursor='hand';this.style.backgroundColor=mouseOverColor; window.status=this.getElementsByTagName('b')[0].innerHTML;}; cellHigh[ch].onmouseout = function(){this.style.backgroundColor=this.bgColor;window.status=statusMessage;}; cellHigh[ch].onclick = function(){location = this.getElementsByTagName('a')[num].href;}; }} // --> </script> there you go! If you need any more help with the scripts i'll be happy to find em for ya!
|
|