| | |
| | | #mailpreviewframe |
| | | { |
| | | position: absolute; |
| | | top: 300px; |
| | | top: 305px; |
| | | left: 200px; |
| | | right: 40px; |
| | | bottom: 40px; |
| | |
| | | background-color: #F9F9F9; |
| | | /* css hack for IE */ |
| | | width: expression((parseInt(document.documentElement.clientWidth)-240)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-340)+'px'); |
| | | height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px'); |
| | | } |
| | | |
| | | #messagecontframe |
| | |
| | | /*\*/ |
| | | html>body*#messagecontframe |
| | | { |
| | | [height: 40%; |
| | | height: 40%; |
| | | ]height: 100%; |
| | | } |
| | | /**/ |
| | | |
| | | #messagepartframe |
| | | { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | width: auto; |
| | | height: auto; |
| | | border: 1px solid #999999; |
| | | background-color: #F9F9F9; |
| | | background-color: #F9F9F9; |
| | | } |
| | | |
| | | |