Jump to content

Opacity problem in Firefox


benjrox

Recommended Posts

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

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.