Jump to content

Opacity in IE 8 using CSS


liberti

Recommended Posts

Good question! Apparently IE8 will never support the opacity attribute but there is an alternative.

 

I got it to work here:-

 

http://www.wickham43.net/opacity.php see item 1 for the code for -ms-filter

 

-ms-filter: "alpha (opacity=75)";

 

OR use the emulate IE7 code to make your page be processed as IE7, as shown above item 1 in the above link.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...