Can i make a table transparent?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vanilla Dreams
    Registered User
    • Jan 2003
    • 11

    #1

    Can i make a table transparent?

    Hey ...im just wondering...im trying to make a cell transparent...so that the cell is still colored but you can still see the background picture through the cell.....is this possible? And if so how would i do this?...Any help would be more than appreciated!...thank you...*wink*
  • progex
    Confirmed User
    • Dec 2002
    • 405

    #2
    style="{filter:xray alpha(Opacity=50, FinishOpacity=1, Style=3,
    StartX=0, FinishX=80, StartY=0, FinishY=80)}"

    You put that in the table tag or I guess the td tag would work as well I'm not sure. You can change the style also, I think there are only 3...

    Putting on the money hat
    Veteran Adult Webmaster Playa ... Since Feb 2001

    Comment

    • progex
      Confirmed User
      • Dec 2002
      • 405

      #3
      Found a better one:

      table width="300" style="filter:alpha(opacity=50);-moz-opacity: .5" bgcolor="#cc0023"

      Place the "arrow brackets" in the beginning and after the entire code. I can't do it, because this forum supports HTML, and it'll mess it up.

      Also, read this for more info:

      http://www.sitepointforums.com/showt...threadid=30325
      Last edited by progex; 01-06-2003, 04:45 PM.

      Putting on the money hat
      Veteran Adult Webmaster Playa ... Since Feb 2001

      Comment

      • Vanilla Dreams
        Registered User
        • Jan 2003
        • 11

        #4
        Hey thank you so much...i will try it out and see what happens...thanks again your a sweetheart!

        Comment

        • Vanilla Dreams
          Registered User
          • Jan 2003
          • 11

          #5
          Hey is there any way of making just the back ground color in the table transparent....and not the actual pictures in the table transparent?

          Comment

          • hobbywhore
            Registered User
            • Dec 2002
            • 30

            #6
            untested idea: put the picture inside their own table inside the cell with the seethorugh background.

            Comment

            • Vanilla Dreams
              Registered User
              • Jan 2003
              • 11

              #7
              Hobbywhore...yes i just tried that but for some reason the pictures in the table are still transparent......strange...i thought it would have worked...it only makes sense....

              Comment

              Working...