vForums Support Banner Image



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: View Topic - [F] Give PM Bar it's own class
Printable View
Amor
New Member
*

Posts: 32
Status: Offline
Gender: Female
Joined: 10th Jan 2008
Reputation: 0%  



[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]

Posts: 3,269
Status: Offline
Gender: Male
Joined: 16th Dec 2007
Reputation: 16%  



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 Smiley
Back to Top - Link to Post

Image
Amor
New Member
*

Posts: 32
Status: Offline
Gender: Female
Joined: 10th Jan 2008
Reputation: 0%  



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 Smiley



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]

Posts: 477
Status: Offline
Joined: 5th Jan 2008
Reputation: 11%  



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.

Image

Free Quality Avatars! Hotlinking Allowed!
ManGoneMad
New Member
*

[Avatar]

Posts: 14
Status: Offline
Gender: Male
Location: West Coast of Michigan
Age: 49
Joined: 31st Dec 2007
Reputation: 0%  



Re: Give PM Bar it's own class (11th Jan 08 at 4:54am)
 

because i'd like a different image for the PM bar from my menu bar.



The same here, it would make things much easier! Smiley
Back to Top - Link to Post

Mad House Creations
Image

Image
cout << "Marc is busy";
vChat Developer
*****
I <­3 Ross

[Avatar]

Posts: 2,953
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 16
Joined: 9th Dec 2007

Additional Groups:
Coding Team

Reputation: 18%  



Re: Give PM Bar it's own class (11th Jan 08 at 5:26am)
As Wrighty said, just use the PM bar's ID to change the CSS properties. Smiley

Code: CSS
 
  1. <style type="text/css">
  2. <!--
  3.  
  4. #user_table {
  5. background: img(http://cr0w.r00ls.com/w00t.jpg);
  6. }
  7. //-->
  8. </style>
 


Smiley
Back to Top - Link to Post - Last edit: 11th Jan 08 at 5:26am by cout << "Marc is busy";

Image


Image
Amor
New Member
*

Posts: 32
Status: Offline
Gender: Female
Joined: 10th Jan 2008
Reputation: 0%  



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 Smiley
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]

Posts: 2,953
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 16
Joined: 9th Dec 2007

Additional Groups:
Coding Team

Reputation: 18%  



Re: Give PM Bar it's own class (11th Jan 08 at 5:40am)
Its class is menu; its ID is user_table. Smiley
Back to Top - Link to Post

Image


Image
Amor
New Member
*

Posts: 32
Status: Offline
Gender: Female
Joined: 10th Jan 2008
Reputation: 0%  



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
Reputation: 0%  



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]

Posts: 3,269
Status: Offline
Gender: Male
Joined: 16th Dec 2007
Reputation: 16%  



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

Image
Amor
New Member
*

Posts: 32
Status: Offline
Gender: Female
Joined: 10th Jan 2008
Reputation: 0%  



Re: Give PM Bar it's own class (12th Jan 08 at 7:53pm)
just the base.

http://i75.photobucket.com/albums/i283/amor_forum/Untitled-1-2.jpg
Back to Top - Link to Post
Wrighty
Very Senior Member
*****

[Avatar]

Posts: 3,269
Status: Offline
Gender: Male
Joined: 16th Dec 2007
Reputation: 16%  



Re: Give PM Bar it's own class (12th Jan 08 at 8:29pm)
So you want to remove the welcome table base?
Code:
 
  1. <script>
  2. document.getElementsByTagName('table')[3].style.display="none";
  3. </script>
 
Back to Top - Link to Post

Image
Amor
New Member
*

Posts: 32
Status: Offline
Gender: Female
Joined: 10th Jan 2008
Reputation: 0%  



Re: Give PM Bar it's own class (12th Jan 08 at 10:11pm)
thanks =)
Back to Top - Link to Post
Wrighty
Very Senior Member
*****

[Avatar]

Posts: 3,269
Status: Offline
Gender: Male
Joined: 16th Dec 2007
Reputation: 16%  



Re: Give PM Bar it's own class (12th Jan 08 at 10:28pm)
No problem! Smiley
Back to Top - Link to Post

Image
Printable View

All times are GMT+1 :: The current time is 12:19pm
Page generated in 0.5539 seconds
with 20 Database Queries and 18 cache files
This Forum is Powered By vForums
Create a Forum for Free