Amor New Member
Posts: 32 Status: Offline Gender: Female Joined:
pm | [F] Give PM Bar it's own class (10th Jan 08 at 5:50pm UTC) | | Can someone make a code for giving that PM bar under the menu it's own class? | |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Give PM Bar it's own class (10th Jan 08 at 8:18pm UTC) | | any specific reason why?
You can use the id to apply CSS | |
|
Amor New Member
Posts: 32 Status: Offline Gender: Female Joined:
pm | Re: Give PM Bar it's own class (11th Jan 08 at 3:45am UTC) | | any specific reason why? You can use the id to apply CSS
because i'd like a different image for the PM bar from my menu bar.
if they're both the same class then they both get changed at the same itme :-\ | |
|
ashkir Full Member
Posts: 1,159 Status: Offline Gender: Male Location: Cali! Age: 35 Joined:
pmskypemsnyahoo | Re: Give PM Bar it's own class (11th Jan 08 at 3:49am UTC) | | I think I can agree with Amor here. Being able to apply unique CSS features should be an idea, and on top of that, what if someone in the future wants to move their PM bar elsewhere? Or hide it just to grab it's data and have a code to use it elsewhere? | |
|
ManGoneMad New Member
Posts: 20 Status: Offline Gender: Male Location: West Coast of Michigan Age: 66 Joined:
pmwwwvForum | Re: Give PM Bar it's own class (11th Jan 08 at 3:54am UTC) | | because i'd like a different image for the PM bar from my menu bar.
The same here, it would make things much easier!
| |
|
|
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: Give PM Bar it's own class (11th Jan 08 at 4:26am UTC) | | As Wrighty said, just use the PM bar's ID to change the CSS properties.
Code: CSS - <style type="text/css">
- <!--
-
- #user_table {
- background: img(http://cr0w.r00ls.com/w00t.jpg);
- }
- //-->
- </style>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
Amor New Member
Posts: 32 Status: Offline Gender: Female Joined:
pm | Re: Give PM Bar it's own class (11th Jan 08 at 4:29am UTC) | | last i saw the PM bar was "menu" same as the menu bar
| |
|
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: Give PM Bar it's own class (11th Jan 08 at 4:40am UTC) | | Its class is menu; its ID is user_table. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Amor New Member
Posts: 32 Status: Offline Gender: Female Joined:
pm | Re: Give PM Bar it's own class (11th Jan 08 at 5:25am UTC) | | Ah. Nowwwwwww to my other thread so I can actualy use any codes here -__- | |
|
Amor New Member
Posts: 32 Status: Offline Gender: Female Joined:
pm | Re: Give PM Bar it's own class (12th Jan 08 at 11:24am UTC) | | double post lol
alrighty... having the PM bar as part of the welcome table is becoming rather annoying now. lol. another reason why i want it to have it's own class/section
if i remove the base image for the welcome table, then i'm short one base (on the PM bar)... and if i don't remove the base image from the welcome table, then i've got one too many O_O (under the menu bar)
honestly, why NOT make it have it's own piece of classing separate from the welcome table? | |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Give PM Bar it's own class (12th Jan 08 at 12:05pm UTC) | | so you just want to remove the head & base around the welcome table and NOT the PM bar? | |
|
Amor New Member
Posts: 32 Status: Offline Gender: Female Joined:
pm | |
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Give PM Bar it's own class (12th Jan 08 at 7:29pm UTC) | | So you want to remove the welcome table base?
Code: - <script>
- document.getElementsByTagName('table')[3].style.display="none";
- </script>
| |
|
Amor New Member
Posts: 32 Status: Offline Gender: Female Joined:
pm | Re: Give PM Bar it's own class (12th Jan 08 at 9:11pm UTC) | | thanks =) | |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Give PM Bar it's own class (12th Jan 08 at 9:28pm UTC) | | No problem! | |
|