Hi All,
Back from holiday in Portugal - yes thank you, wonderful.
Anyway - is there a way of adding the 3 necessary filters below to give
my div an 'opaque' background without invalidating my CSS? I'd like a
hack free method if possible but if not, - all comments very welcome.
Thanks,
Max.
#textbox {
background-color: #FFFFFF;
text-align: right;
border: 1px solid #accbee;
padding: 0px;
filter: Alpha(opacity=80);
-moz-opacity:.80;
opacity: 0.80;
}
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************