jsz11
12-11-2004, 05:30 PM
Does anyone know if it is possible to make divs transparent without using css? Also is it possible to make tables transparent? If so how?
|
View Full Version : transparent divs jsz11 12-11-2004, 05:30 PM Does anyone know if it is possible to make divs transparent without using css? Also is it possible to make tables transparent? If so how? starlet 12-11-2004, 05:39 PM Both DIVs and tables are transparent by default....as in if you dont set a background colour or image they will be transparent. jsz11 12-11-2004, 05:43 PM Both DIVs and tables are transparent by default....as in if you dont set a background colour or image they will be transparent. with my site the tables have background colors, how can i make the tables transparent? starlet 12-11-2004, 05:46 PM Remove the background color codes? I guess im not following the question correctly here...could you perhaps provide a link to the page? jsz11 12-11-2004, 05:51 PM i haven't uploaded it to my site yet im working on it offline. ill try to explain. theres tables and i want to keep the colors and make the entire table a bit see thru-ish jsz11 12-11-2004, 05:57 PM like at this site http://www.so-you.net/home/ MaGiCSuN 12-11-2004, 06:39 PM you mean translucent style="filter: alpha(opacity=50);" add that to your <table> tag. However everything inside the table will change too. If you only want the background to be 'lighter" then you should edit it in a graphic program. Love, Mirna jsz11 12-11-2004, 07:53 PM thanks very much :) MaGiCSuN 12-11-2004, 08:15 PM Your welcome :) Love, Mirna |