We Recommend

An Introduction to R An Introduction to R
This tutorial manual provides a comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions written in its own language, or using dynamically loaded modules written in C, C++ or Fortran. One of R's strengths is the ease with which well-designed publication-quality plots can be produced.


Ballyhoo


Posted By

tserra on 01/14/08


Tagged

css textmate opacity


Versions (?)


drawer


Published in: R 


  1. #drawer {
  2. position: relative;
  3. float: right;
  4. background: red;
  5. width: 20%;
  6. min-height: 100%;
  7.  
  8. /* above gmaps? */
  9. //position: absolute;
  10. //color: white;
  11. //background: black;
  12. /* for IE */
  13. //filter:alpha(opacity=60);
  14. /* CSS3 standard */
  15. //opacity:0.6;
  16. /* for Mozilla */
  17. //-moz-opacity:0.6;
  18.  
  19. }

Report this snippet 

You need to login to post a comment.