diff --git a/README.md b/README.md index 111e4d5..82feb3a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Set both the Alpha Transparency of Text and Backgrounds maintaining inheritance
 var element = document.getElementById("test");
+element.style.backgroundColor = "#000"; /* you need to set the background color first*/
 element.setBackgroundAlpha(50); /* 50 transparency */