vForums Support > vForums :: Support :: > PM Bar

PM Bar - Posted By Tyson (Fithad) on 10th Dec 07 at 9:22pm
What's the PM bar's style? I want to edit the style sheet for a gradient on there... but does it have it's own? Or is it connected with the window backgrounds?

Re: PM Bar - Posted By Marc (cr0w) on 10th Dec 07 at 9:23pm
It's got an ID of "user_table", so you can just use that in your CSS. {Smile}

Re: PM Bar - Posted By Tyson (Fithad) on 10th Dec 07 at 9:30pm
So...

user_table {bunch of css crap}

?

Re: PM Bar - Posted By Graham (amusedtodeath) on 10th Dec 07 at 9:32pm
basically, yeah {Tongue Out}

Re: PM Bar - Posted By Marc (cr0w) on 10th Dec 07 at 9:39pm
 
basically, yeah {Tongue Out}


Actually, no. {Wink}

#user_table{ //Crap here }

#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name

Re: PM Bar - Posted By Graham (amusedtodeath) on 10th Dec 07 at 9:41pm
 
 
basically, yeah {Tongue Out}


Actually, no. {Wink}

#user_table{ //Crap here }

#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name


See, that's why i concentrate on graphics {Sad}

Re: PM Bar - Posted By Marc (cr0w) on 10th Dec 07 at 10:59pm
 
 
 
basically, yeah {Tongue Out}


Actually, no. {Wink}

#user_table{ //Crap here }

#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name


See, that's why i concentrate on graphics {Sad}


A little CSS never hurt anyone [important.] {Tongue Out}

Re: PM Bar - Posted By Graham (amusedtodeath) on 10th Dec 07 at 11:03pm
 
 
 
 
basically, yeah {Tongue Out}


Actually, no. {Wink}

#user_table{ //Crap here }

#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name


See, that's why i concentrate on graphics {Sad}


A little CSS never hurt anyone [important.] {Tongue Out}


Oh aye, couldn't agree more...i just find that graphics comes easier to me than coding {Sad}

Re: PM Bar - Posted By Tyson (Fithad) on 11th Dec 07 at 2:47am
So Cr0w, what do you mean?

What's the tag I use to write the styles for?

Re: PM Bar - Posted By Marc (cr0w) on 11th Dec 07 at 3:15am
 
So Cr0w, what do you mean?

What's the tag I use to write the styles for?


#user_table{ //Code here, w00t! }

Re: PM Bar - Posted By Tyson (Fithad) on 11th Dec 07 at 3:35am
oh ok... thanks {Wink}

Re: PM Bar - Posted By Marc (cr0w) on 11th Dec 07 at 3:48am
 
oh ok... thanks {Wink}


No problem. {Smile}