Specify colour of a specific table |
![]() ![]() |
Specify colour of a specific table |
Jul 13 2008, 10:58 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jul 2008 Member No: 667,281 |
I cannot figure out how to change the colour of the table with the default picture, location, status, etc., to a different colour of the rest of the tables. Could anyone supply a code for this?
|
|
|
|
Jul 14 2008, 03:19 PM
Post
#2
|
|
![]() DDR \\ I'm Dee :) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 8,662 Joined: Mar 2006 Member No: 384,020 |
I think it's all in the column, not changing just that table. But you could try:
CODE <style>.profileInfo {background-color:000000;display:block;}</style> |
|
|
|
Jul 15 2008, 12:01 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jul 2008 Member No: 667,281 |
I think it's all in the column, not changing just that table. But you could try: CODE <style>.profileInfo {background-color:000000;display:block;}</style> ![]() It moved my contact table up, as shown in the above image. However, I think the code did change the colour of the table. If you look at the upper half of the table that isn't covered by the contact table, it isn't opaque like the rest of my tables. The rest of my tables have an opacity of 60% (I need this table to have that, too). So, something changed. EDIT: I fixed it. CODE <style>.profileInfo {background-color:444444; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7; display:transparent;}</style> <style> I did that and it all worked out. |
|
|
|
Jul 21 2008, 04:34 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed & Moved
|
|
|
|
![]() ![]() |