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?
It's got an ID of "user_table", so you can just use that in your CSS.![]()
So...
user_table {bunch of css crap}
?
basically, yeah![]()
basically, yeah![]()
Actually, no.![]()
#user_table{ //Crap here }
#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name
basically, yeah![]()
Actually, no.![]()
#user_table{ //Crap here }
#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name
See, that's why i concentrate on graphics![]()
basically, yeah![]()
Actually, no.![]()
#user_table{ //Crap here }
#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name
See, that's why i concentrate on graphics![]()
A little CSS never hurt anyone [important.]![]()
basically, yeah![]()
Actually, no.![]()
#user_table{ //Crap here }
#blah{ }: blah = id
.blah{ }: blah = class
blah{ }: blah = tag name
See, that's why i concentrate on graphics![]()
A little CSS never hurt anyone [important.]![]()
Oh aye, couldn't agree more...i just find that graphics comes easier to me than coding![]()
So Cr0w, what do you mean?
What's the tag I use to write the styles for?
So Cr0w, what do you mean?
What's the tag I use to write the styles for?
#user_table{ //Code here, w00t! }
oh ok... thanks![]()
oh ok... thanks![]()
No problem.![]()