vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Userbar Help

[F] Userbar Help - Posted By -Sinister- (that1dude) on 24th Mar 08 at 2:52am
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:
 
  1. <style>
  2. #user_table {
  3.     display: none;
  4. }
  5. </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.

Re: Userbar Help - Posted By Marc (cr0w) on 24th Mar 08 at 3:01am
I'm using Firefox and I don't see the head/base images? {Unsure}

Re: Userbar Help - Posted By -Sinister- (that1dude) on 24th Mar 08 at 3:05am
Really? This is what i see:

http://i307.photobucket.com/albums/nn283/gamersgetaway/Capture.jpg


Ill ask if some other people see it or not, if they dont see it then i guess it doesnt really matter then {Tongue Out}

Re: Userbar Help - Posted By Tim (grievous) on 24th Mar 08 at 3:07am
I just went on the site and I saw the pic perfectly clear/fine.

Re: Userbar Help - Posted By Michael (wrighty) on 24th Mar 08 at 10:23am
<script>
get('table','tag')[4].style.display = 'none';
get('table','tag')[7].style.display = 'none';
</script>



Global Header! {Smile}

Re: Userbar Help - Posted By -Sinister- (that1dude) on 24th Mar 08 at 11:13pm
 
<script>
get('table','tag')[4].style.display = 'none';
get('table','tag')[7].style.display = 'none';
</script>



Global Header! {Smile}


yep, this works, thanks Wrighty {Grin}

Re: Userbar Help - Posted By Michael (wrighty) on 24th Mar 08 at 11:14pm
No worries! {Cheesy}