Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | [F] Hiding the Menu buttons (17th Feb 08 at 5:47pm UTC) | | Is there a code yet that allows you to hide the menu icons.. If there isn't, is the Variable for the menu bg ... Menubg?
| |
|
|
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: Hiding the Menu buttons (17th Feb 08 at 5:50pm UTC) | | <script type="text/javascript"> <!-- get('tr', TAG)[2].style.display = 'none'; //--> </style>
That in the global header should hide them | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Hiding the Menu buttons (17th Feb 08 at 5:50pm UTC) | | try:
 Code: - <script>
- get('menu_buttons','id').parentNode.style.display='none';
- </script>
| |
|
Jake Junior Member
 
<(o.O<) (>O.o)> Posts: 127 Status: Offline Gender: Male Location: United States Joined:
pmwwwmsn | Re: Hiding the Menu buttons (17th Feb 08 at 5:51pm UTC) | | ok THXOKBAI | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Hiding the Menu buttons (17th Feb 08 at 5:51pm UTC) | |
2 replies! | |
|