What I would like to do is create a 'div' element in an html document, and using CSS or Javascript/JQuery, change the background transparency so that it looks something like Simple Calendar Widget or Glass Widgets from Android. Does anyone know a way to do this? I have tried the css Opacity function, but it messes with all the text, and if I make a second 'div' and set the transparency of that, I need to manually resize it, which I would prefer not to do.
I apologize if there is a simple way to do this, and I have wasted everyone's time, but I am really stuck on this.