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; } Quote Link to comment 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) Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.