How do i change my tables cell opactity...

Discussion in 'HTML & Website Design' started by dubs89, May 22, 2007.

  1. #1
    I have googled codes on how to change the whole tables opacity but i only want one cell to change its background opacity.... how can i do this

    thankyou
     
    dubs89, May 22, 2007 IP
  2. Aztral

    Aztral Well-Known Member

    Messages:
    344
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    125
    #2
    Use the same styles you found for table transparency for the <td>

    something like...
    <td style="filter: alpha(opacity=50);opacity: 0.5;-moz-opacity:0.5; htmlOpacity=0.5">
    </td>
     
    Aztral, May 22, 2007 IP
  3. dubs89

    dubs89 Peon

    Messages:
    231
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thankyou that worked :) now is there a way to make it so the font stays normal while only the background is changed in opactity?
     
    dubs89, May 22, 2007 IP