Jump to content

Set an opacity of a table... Need help.


mastercjb

Recommended Posts

I have this table in my header I would like to be at about 70% opacity, but dont even know where to start, how would I incert it into this code:

 

.leftmenu {
margin-left: 8px;

background-color : #666666;

border : 1px solid <?= $color[2] ?>;

color : <?= $color[3] ?>; 

display : block; 

padding-top : 2px; 

padding-right : 2px; 

padding-bottom : 2px; 

padding-left : 2px; 

border-style : solid; 

border-top-width : 0; 

border-right-width : 1px; 

border-bottom-width : 1px; 

border-left-width : 1px; 

width : 145px; 

font-weight : normal; 

text-align : left; 

} 

Link to comment
https://forums.phpfreaks.com/topic/190604-set-an-opacity-of-a-table-need-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.