View Full Version : Help please.....


Karissa
07-24-2003, 05:06 PM
I have this picture that I'm putting a table on. I would like to have a transparent bg for the one table which will have text in it. But whenever I do that, the scrollbar goes transparent too. Is there a way to make that one table transparent without making the scrollbar disappear too?

Alcy
07-24-2003, 06:35 PM
Tables are automatically transparent... and do not have scrollbars.

You could use a DIV:
<div style="width:#px; height:#px; overflow:auto;">
TEXT
</div>

Karissa
07-24-2003, 06:42 PM
I used a div to make the scrollbar, I'm just trying to find out how to make the bg transparent without making the scrollbar transparent too.

Arc Angel
07-25-2003, 12:19 AM
I don't believe there is a way, I had the same problem on my website. :confusion

Alcy
07-25-2003, 12:48 AM
DIVs are automatically transparent... did you set a background to your table in your CSS?

Karissa
07-25-2003, 01:45 AM
Never mind, thanks any ways, I'm just going to leave it the way it is.