Tables, ... |
Tables, ... |
Jul 16 2006, 05:13 PM
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 |
|
|
|
![]() |
Jul 16 2006, 08:41 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
First off css codes do not go inbetween divs. Take them all out and put them above the div.
CODE <style type="text/css"> table, tr , td{background-color:#333333;} </style> Those. Then delete all the extra ones you only need one. Also you don't have any tables in your layout so you won't be able to even tell . |
|
|
|
midnight6333 Tables Jul 16 2006, 05:13 PM
yellow skittles lyts HTML<div style="position: absolute; to... Jul 16 2006, 05:19 PM
midnight6333 It didn't work? Jul 16 2006, 05:34 PM
yellow skittles lyts mmm...
CODE<style type="text/css"... Jul 16 2006, 05:45 PM
midnight6333 sorry...its still not working Jul 16 2006, 06:20 PM
toyo loco <style type="text/css">
table, tr ... Jul 16 2006, 06:26 PM
midnight6333 Grr still not working here is the full code
CODE... Jul 16 2006, 06:46 PM
midnight6333 wait huh?
So like this?
CODE<html>
... Jul 16 2006, 09:36 PM
toyo loco More of a like this:
CODE<html>
<head... Jul 16 2006, 09:45 PM
midnight6333 how do I add tables?
I'm trying to make the s... Jul 16 2006, 09:51 PM
toyo loco You don't need tables to do that. Divs are fin... Jul 16 2006, 09:58 PM
midnight6333 Yes!...Thank you! Thank you! Thank you... Jul 16 2006, 10:06 PM
toyo loco QUOTE(midnight6333 @ Jul 16 2006, 8:06 PM... Jul 17 2006, 09:46 AM![]() ![]() |