This topic was locked 25th Mar 08 at 1:51am by Michael |
-Sinister- New Member

![[Avatar]](http://img258.imageshack.us/img258/7535/v2gamingcopyje6.png) Posts: 30 Status: Offline Gender: Male Joined:
pmyahooxfire | [F] Userbar Help (24th Mar 08 at 2:52am UTC) | | Is there a code that lets you EDIT the userbar? If not then i need a code that will let me remove the userbar and the headbase images because whenever i use this code
 Code: - <style>
- #user_table {
- display: none;
- }
- </style>
it removes the table but not the head/base images. You can see it: http://www.gamersgetaway.vforums.co.uk/ . It doesnt show in IE but it does in Firefox. | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Userbar Help (24th Mar 08 at 3:01am UTC) | | I'm using Firefox and I don't see the head/base images? | |
rroll.to— Shorten a link, rickroll your friends. |
|
-Sinister- New Member

![[Avatar]](http://img258.imageshack.us/img258/7535/v2gamingcopyje6.png) Posts: 30 Status: Offline Gender: Male Joined:
pmyahooxfire | |
Tim Senior Member
    banned.
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/1beast10-2s9.jpeg) The only easy day was yesterday. Posts: 698 Status: Offline Gender: Male Location: Under your bed..in your closet..in your head Age: 34 Joined:
pmmsn | Re: Userbar Help (24th Mar 08 at 3:07am UTC) | | I just went on the site and I saw the pic perfectly clear/fine. | |
|
|
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: Userbar Help (24th Mar 08 at 10:23am UTC) | | <script> get('table','tag')[4].style.display = 'none'; get('table','tag')[7].style.display = 'none'; </script>
Global Header! | |
|
-Sinister- New Member

![[Avatar]](http://img258.imageshack.us/img258/7535/v2gamingcopyje6.png) Posts: 30 Status: Offline Gender: Male Joined:
pmyahooxfire | Re: Userbar Help (24th Mar 08 at 11:13pm UTC) | | <script> get('table','tag')[4].style.display = 'none'; get('table','tag')[7].style.display = 'none'; </script>Global Header!
yep, this works, thanks Wrighty | |
|
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: Userbar Help (24th Mar 08 at 11:14pm UTC) | | No worries! | |
|