Amor New Member

Posts: 32 Status: Offline Gender: Female Joined: 10th Jan 2008
| | [F] Give PM Bar it's own class (10th Jan 08 at 6:50pm) | | | Can someone make a code for giving that PM bar under the menu it's own class? | | Back to Top - Link to Post - Last edit: 12th Jan 08 at 10:29pm by Wrighty |
|
Wrighty Very Senior Member
    
![[Avatar]](http://av.wrighty.info/av.png) Posts: 3,269 Status: Offline Gender: Male Joined: 16th Dec 2007
| | Re: Give PM Bar it's own class (10th Jan 08 at 9:18pm) | | any specific reason why?
You can use the id to apply CSS  | | Back to Top - Link to Post |
 |
|
Amor New Member

Posts: 32 Status: Offline Gender: Female Joined: 10th Jan 2008
| | Re: Give PM Bar it's own class (11th Jan 08 at 4:45am) | |  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 :-\ | | Back to Top - Link to Post |
|
Ash. Full Member
  
![[Avatar]](http://needaear.com/a/alwaysloveyou.gif) Posts: 477 Status: Offline Joined: 5th Jan 2008
| | Re: Give PM Bar it's own class (11th Jan 08 at 4:49am) | | | 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? | | Back to Top - Link to Post - Last edit: 11th Jan 08 at 4:49am by Ash. |
Free Quality Avatars! Hotlinking Allowed! |
|
ManGoneMad New Member

![[Avatar]](http://h1.ripway.com/mangonemad/avs/dr_who.gif) Posts: 14 Status: Offline Gender: Male Location: West Coast of Michigan Age: 49 Joined: 31st Dec 2007
| |
cout << "Marc is busy"; vChat Developer
     I <3 Ross
![[Avatar]](http://3.wimg.co.uk/Sb4rca.jpg) Posts: 2,953 Status: Offline Gender: Male Location: Ontario, Canada Age: 16 Joined: 9th Dec 2007
Additional Groups: Coding Team
| |
Amor New Member

Posts: 32 Status: Offline Gender: Female Joined: 10th Jan 2008
| | Re: Give PM Bar it's own class (11th Jan 08 at 5:29am) | | last i saw the PM bar was "menu" same as the menu bar 
| | Back to Top - Link to Post - Last edit: 11th Jan 08 at 5:29am by Amor |
|
cout << "Marc is busy"; vChat Developer
     I <3 Ross
![[Avatar]](http://3.wimg.co.uk/Sb4rca.jpg) Posts: 2,953 Status: Offline Gender: Male Location: Ontario, Canada Age: 16 Joined: 9th Dec 2007
Additional Groups: Coding Team
| | Re: Give PM Bar it's own class (11th Jan 08 at 5:40am) | | Its class is menu; its ID is user_table.  | | Back to Top - Link to Post |

 |
|
Amor New Member

Posts: 32 Status: Offline Gender: Female Joined: 10th Jan 2008
| | Re: Give PM Bar it's own class (11th Jan 08 at 6:25am) | | | Ah. Nowwwwwww to my other thread so I can actualy use any codes here -__- | | Back to Top - Link to Post |
|
Amor New Member

Posts: 32 Status: Offline Gender: Female Joined: 10th Jan 2008
| | Re: Give PM Bar it's own class (12th Jan 08 at 12:24pm) | | 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? | | Back to Top - Link to Post - Last edit: 12th Jan 08 at 12:25pm by Amor |
|
Wrighty Very Senior Member
    
![[Avatar]](http://av.wrighty.info/av.png) Posts: 3,269 Status: Offline Gender: Male Joined: 16th Dec 2007
| | Re: Give PM Bar it's own class (12th Jan 08 at 1:05pm) | | | so you just want to remove the head & base around the welcome table and NOT the PM bar? | | Back to Top - Link to Post |
 |
|
Amor New Member

Posts: 32 Status: Offline Gender: Female Joined: 10th Jan 2008
| |
Wrighty Very Senior Member
    
![[Avatar]](http://av.wrighty.info/av.png) Posts: 3,269 Status: Offline Gender: Male Joined: 16th Dec 2007
| | Re: Give PM Bar it's own class (12th Jan 08 at 8:29pm) | | So you want to remove the welcome table base?
 Code: - <script>
- document.getElementsByTagName('table')[3].style.display="none";
- </script>
| | Back to Top - Link to Post |
 |
|
Amor New Member

Posts: 32 Status: Offline Gender: Female Joined: 10th Jan 2008
| |
Wrighty Very Senior Member
    
![[Avatar]](http://av.wrighty.info/av.png) Posts: 3,269 Status: Offline Gender: Male Joined: 16th Dec 2007
| |