Move more proprietary CSS styles to the ie-hacks file
| | |
| | | right: 200px; |
| | | z-index: 5000; |
| | | opacity: 0.85; |
| | | /* IE */ |
| | | filter: alpha(opacity=85); |
| | | } |
| | | |
| | | #message div |
| | |
| | | white-space: nowrap; |
| | | opacity: 0.7; |
| | | -moz-opacity: 0.7; |
| | | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); |
| | | } |
| | | |
| | | a.rcmContactAddress |
| | |
| | | background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff'); |
| | | } |
| | | |
| | | #message |
| | | { |
| | | filter: alpha(opacity=85); |
| | | } |
| | | |
| | | #markmessagemenu, |
| | | #searchmenu, |
| | | #messagemenu |
| | |
| | | height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); |
| | | } |
| | | |
| | | #rcmdraglayer |
| | | { |
| | | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); |
| | | } |