Click to See Complete Forum and Search --> : Transparent Form Elements


Jick
08-02-2003, 09:46 AM
If you go here (http://members.freewebs.com/) and look in the upper right hand corner of that page you will see that it looks like the two input boxes and also the submit button are part way transparent! Is this just the background for those input boxes or is there a way in CSS to make it so they are part way transparent like on that page? Any help would be greatly appreciated. :D

Bootsman123
08-02-2003, 10:22 AM
From there page:


SELECT{background-color:#EFEFEF; color:#21659C; FILTER: progid: DXImageTransform.Microsoft.Alpha( style=0,opacity=50);}


But you'll only need this:


FILTER: progid: DXImageTransform.Microsoft.Alpha( style=0,opacity=50)

pyro
08-02-2003, 11:07 AM
Which, of course, is an IE proprietary tag, so that is the only browser it will work in...