10
30
50
70
90
To apply transparency you must include at least 2 property declarations. filter:alpha(opacity=30); # this will cover IE opacity: 0.3; # this will cover the rest In other demonstrations we will cover the use of PNG image files for use as transparent backgrounds and also implement css transparency on images that have no transparency level set. CSS transparency will work on any container with a background set and it will also work on images including JPEG images that do not allow transparency values. When in doubt of your visitors browser level and ability always use conservative methods in your css declarations. Never obscure your menus, links or other important features.