Results 1 to 3 of 3

Thread: transparent table color

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Location
    Croatia
    Posts
    52
    How I can make transparent table color?
    Please Help me.

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Hi Gardijan,
    Table is transparent if you dont specify the background color(bgcolor). So all you have to do is not specify the bgcolor properties.

    Hope this helps

    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    This might work, too.

    Code:
    <style type="text/css">
    <!--
    table {
    	background-color : transparent;
    }
    -->
    </style>
    Josh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width