mastercjb Posted February 1, 2010 Share Posted February 1, 2010 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 More sharing options...
mastercjb Posted February 2, 2010 Author Share Posted February 2, 2010 Just figured it out lol thanks anyways. I added this to my code. filter:alpha(opacity=70) Link to comment https://forums.phpfreaks.com/topic/190604-set-an-opacity-of-a-table-need-help/#findComment-1005250 Share on other sites More sharing options...
haku Posted February 2, 2010 Share Posted February 2, 2010 That will only work on IE and not on other browsers. Just to give you the heads up. Link to comment https://forums.phpfreaks.com/topic/190604-set-an-opacity-of-a-table-need-help/#findComment-1005257 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.