View Full Version : Not transparent table but close!


Bieth
07-16-2003, 05:35 AM
Ok, I want to make a table that isn't transparent...it is a color....but it is just a see through color lol! If you can't understand what I am talking about you can go to this example site Example (http://www.celinecn.com/celinemore/main.htm)

Any help is appretiated!

CryptalClear
07-16-2003, 03:34 PM
I have a table that I'm working on at my site....I didn't want it to be totally transparent, just a little see-through....What I used was a filter tag...In the individual cells' style tags, put your background color and the filter:

STYLE= "filter: Alpha(Opacity=50, FinishOpacity=0)";

That's what I used....I also used this tag in my iframe. It works very nicely. I simply edited my inline.html: put the background color in that file, put the filter in my table (in the iframe cell, of course) on my index page. Maybe this will help ^_^

If I didn't explain it well enough, go here:

http://ere-serene.org/transparentimages.php

I found that site to be very helpful! Careful, though: it also makes the scrollbar inside cells transparent....

Bieth
07-16-2003, 06:09 PM
Thanks alot!