View Full Version : transparent background?


Kitti_Feral
03-05-2006, 01:56 AM
On my site, using HTML 3 column layout, on the top I have a table but what I want to know is:

Is there any way to have an marquee image behind the table? My sister said look into having transparent layers, but I dont know any code for that, and even if I did, which one would have to be transparent? The marqueeing image or the table?

Need to see my site to see what im talking about? Http://www.freewebs.com/feralfamily/

doinvinnie
03-05-2006, 09:24 PM
I don't know much about tables, but try this link:

html help >tables > How do I add a background to my table?

http://www.lissaexplains.com/tables.shtml#background

If that's not it, on the main forum page they have a Tables Help Forum that you might try.

Kitti_Feral
03-06-2006, 07:26 PM
that adds a regular background, not a transparent background.

Marta
03-06-2006, 07:57 PM
I don't know about the marquee part, but...this is how you would make the tables transparent:

Add this to the css (inside <style type="text/css"> )
body table {background-color:transparent}
body table td {background-color: transparent;}

Remove "bgcolor="......" from the tables so they are just <table border="1">

If you have more questions, just ask!! :)