Transparent Form Elements

liunx

Guest
If you go here (<!-- m --><a class="postlink" href="http://members.freewebs.com/">http://members.freewebs.com/</a><!-- m -->) 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. :DFrom 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)Which, of course, is an IE proprietary tag, so that is the only browser it will work in...
 
Back
Top