vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Menu Splitter

Menu Splitter - Posted By Michael (wrighty) on 24th Mar 08 at 11:12pm
Just a slight improved version to the one that we used to have in the index. Nothing fancy. (not even copyrighted! {Shocked} )

This code will allow you to put any image that you choose between the menu buttons, replacing the :: that sits there currently.

<script>
/*Menu Splitter*/
var s = 'http://virtualforums.co.uk/images/members.gif';

var i = '<img src="'+s+'">';
get('menu_buttons','id').innerHTML = get('menu_buttons','id').innerHTML.replace(/ :: /g,i);
</script>


Global Header

Modify the red with the link to the image that you want to show.

Re: Menu Splitter - Posted By Marc (cr0w) on 25th Mar 08 at 1:15am
Just cause it's not copyrighted doesn't mean it shouldn't be commented; at least comment what it's for? {Wink} {Tongue Out}

Re: Menu Splitter - Posted By Michael (wrighty) on 25th Mar 08 at 1:29am
woops

Re: Menu Splitter - Posted By Marc (cr0w) on 25th Mar 08 at 1:40am
 
woops


Thanks Lefty. {Smile} Smiley