Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
All Headers
<script type="text/javascript">
/*Menu Images to Text
Created by CrAzY_J
Do not redistribute or modify this code without the creator's permission*/

var TD = document.body.getElementsByTagName( "td" ).item(5).firstChild
var Ahref = TD.getElementsByTagName('a')
for( a = 0 ; a < Ahref.length ; a ++ )
{
var Images = Ahref.item(a).firstChild;
var Names = Images.src.split(/menu\//)[1].split(/\.gif/)[0]
Ahref.replaceChild(document.createElement('font'),Ahref.firstChild);
Ahref
.firstChild.appendChild( document.createTextNode( Names.substring(0,1).toUpperCase()+Names.substr(1).toLowerCase() ) )
Ahref
.firstChild.size=1;
}
</script>




Last Edit: Jun 30, 2006 21:13:14 GMT by Chris

newBookmarkLockedFalling