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 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 :) Link to comment https://forums.phpfreaks.com/topic/12953-opacity-problem-in-firefox/#findComment-49879 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.