benjrox Posted June 26, 2006 Share Posted June 26, 2006 Hey all,On my MySpace, I have some tables that have 50% opacity. They work well in IE, but not Firefox.The code I'm using is:CSS:[code].50trans { background-color: black; opacity:.50; filter: alpha(opacity=50); -moz-opacity:0.5;}[/code]HTML:[code]<div class="content"> <tr> <td class="50trans"> <table> <tr> <td> <tr>[/code]My MySpace address is: [a href=\"http://www.myspace.com/roozbenjrox\" target=\"_blank\"]http://www.myspace.com/roozbenjrox[/a], if you want to compair in IE and FF.Thanks!Benj Quote Link to comment https://forums.phpfreaks.com/topic/12953-opacity-problem-in-firefox/ Share on other sites More sharing options...
benjrox Posted June 27, 2006 Author Share Posted June 27, 2006 Don't worry, I fixed it.I just set a PNG with 50% alpha as the background :) Quote Link to comment https://forums.phpfreaks.com/topic/12953-opacity-problem-in-firefox/#findComment-49879 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.