Transparent Entries


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

Makes xanga entries semi-transparent.


Copy this code and paste it in your HTML
  1. <style type="text/css">
  2. /* Pink Checkers Stylesheet */
  3. /* by Kelly (xanga.com/dizzy_with_a_smile) */
  4. /* <a href='http://BlogRing.Net' target='_blank'>http://BlogRing.Net</a> */
  5. table.blogbody {
  6. /* this edits the other the place where the blog is */
  7. border: 0px solid c0c0c0;
  8. background-color: #ffffff;
  9. width:400px;
  10. filter: alpha(style=0,opacity=90);
  11. }
  12. </style>

URL: http://www.geocities.com/cheerfreak908/FAQ.htm

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.