vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Hiding the Menu buttons

[F] Hiding the Menu buttons - Posted By Jake (jake) on 17th Feb 08 at 5:47pm
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?

Re: Hiding the Menu buttons - Posted By Ross (admin) on 17th Feb 08 at 5:50pm
<script type="text/javascript">
<!--
get('tr', TAG)[2].style.display = 'none';
//-->
</style>

That in the global header should hide them {Smile}

Re: Hiding the Menu buttons - Posted By Michael (wrighty) on 17th Feb 08 at 5:50pm
try:

Code:
 
  1. <script>
  2. get('menu_buttons','id').parentNode.style.display='none';
  3. </script>
 

Re: Hiding the Menu buttons - Posted By Jake (jake) on 17th Feb 08 at 5:51pm
ok THXOKBAI

Re: Hiding the Menu buttons - Posted By Michael (wrighty) on 17th Feb 08 at 5:51pm
{Tongue Out}

2 replies!