Jump to content

Transparency in IE


Warrior_of_God

Recommended Posts

I am trying to make semi-transparent panels on my page, but the code for IE doesn't seem to work:filter:alpha(opacity=75);Is there something wrong?Here's the entire code for that section:

div.text {background-color: #229933;text-align: justify;border: thick groove #005500;padding: 10px 25px 10px 25px;filter:alpha(opacity=75);opacity:0.75;-moz-opacity:0.75;color: #000000;}

Link to comment
Share on other sites

Filters are for IE only anyway but to my knowledge at least IE 6 and above supports the alpha filter.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...