Directional Marquee in Posts [CB] Jan 29, 2006 14:50:12 GMT -8 Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Ross on Jan 29, 2006 14:50:12 GMT -8 Global FooterAllows the use of direction in the UBBC tag. <script type="text/javascript"><!--/* directional marquee */var moveReg = /\(.+?)\[\/move\]/gi;if(location.href.match(/action=(display|gotopost|(pm)?(calendar)?view|(user)?recent|search2)/)) {var td = document.getElementsByTagName('td');for(i=0; i<td.length; i++) {if(td.item(i).colSpan == '3' && td.item(i).innerHTML.match(moveReg)) {td.item(i).innerHTML = td.item(i).innerHTML.replace(/<!-- google_ad_section_(start|end) -->/gi,'').replace(moveReg,'<marquee direction="$1">$2</marquee>');}}}//--></script>Valid directions:[move=right]Right[move=up]Up[move=down]Down