Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Menu Splitter (24th Mar 08 at 11:12pm UTC) | | Just a slight improved version to the one that we used to have in the index. Nothing fancy. (not even copyrighted! )
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. | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Menu Splitter (25th Mar 08 at 1:15am UTC) | | Just cause it's not copyrighted doesn't mean it shouldn't be commented; at least comment what it's for? | |
rroll.to— Shorten a link, rickroll your friends. |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Menu Splitter (25th Mar 08 at 1:29am UTC) | | woops | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Menu Splitter (25th Mar 08 at 1:40am UTC) | |
Thanks Lefty. | |
rroll.to— Shorten a link, rickroll your friends. |
|