HTML element transparency in IE6 with CSS


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. div {
  2. background: #fff none;
  3. filter: alpha(opacity=70);
  4. height: 1%;
  5. }
  6.  
  7. div * {
  8. filter: alpha(opacity=100) !important;
  9. position: relative;
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.