The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

table's backround color opacity

2 posters

Go down

table's backround color opacity Empty table's backround color opacity

Post by grgl February 23rd 2008, 1:59 pm

hi

im trying to change the opacity of the table's backround color.
i changed this css part trying to make it transparent so i can see the image at the back but whatever i tried nothing changed.anyone know how i can do it?

Code:
td.row1{
 background-color: #232323;
 }
td.row2{
 background-color: #202020;
 }
td.row3{
 background-color: #232323;
 }
avatar
grgl
Forumember

Male Posts : 32
Reputation : 0
Language : greek

Back to top Go down

table's backround color opacity Empty Re: table's backround color opacity

Post by zakir321 February 23rd 2008, 4:54 pm

This would be the code for opacity (80% in my following example)

Code:
opacity: .8;
filter: alpha(opacity=80);
-moz-opacity: .8;

if you want to make your background color entirely invisible, you can simply use:

Code:
background-color: transparent;
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum