Tables, ... |
Tables, ... |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 21 Joined: Feb 2006 Member No: 376,738 ![]() |
Hi,
a really stupid question but I've tried and it wont work... how do I make the table background not transparent like blue or something? Code: <div style="position: absolute; top: 37; left: 327; width: 243; height: 141; overflow: auto;" > <style type="text/css"> table{background:transparent } </style> <center> <font size=1 color="#FFFFFF" face=arial> All Updates will go here </font></div> Thanx ![]() |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jul 2006 Member No: 439,203 ![]() |
HTML <div style="position: absolute; top: 37; left: 327; width: 243; height: 141; overflow: auto;" > <style type="text/css"> table{background-color:cc0000;} </style> <center> <font size=1 color="#FFFFFF" face=arial> All Updates will go here </font></div> i think that blue is a bright blue though.. |
|
|
![]() ![]() |