I want to give a div a glassy reflection appearance as well as a semi transparent effect. How can I combine these two effects so that the div will look like a glassy transparent gadget? Is there a way to do this?
The div’s bgcolor is lightskyblue and no background image is set yet.

You can give alpha tranparency in your background color.
For example
In IE However,
rgbadoes not works. You need to use filter.For Example
The color patter in both the start and end color is different than the way in
RGBA, it userARGBFormat and all in Hex. Like in above example, following are how the values are distributedThis method will place a transparent background on your division, but if you want the entire div to be tranparent including everything inside, then you can use
opacitypropertyFor example
Demo