Changeset 7f43e18 in github


Ignore:
Timestamp:
Dec 5, 2008 2:19:35 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
133bb07
Parents:
39cd51a
Message:

#1485605: some css fixes for IE6

Location:
skins/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skins/default/common.css

    r2c8e84c r7f43e18  
    7474  background-color: #ffffff; 
    7575  border: 1px solid #666666; 
     76  /* css hack for IE */ 
     77  background-color: expression(this.type=="checkbox" || this.type=="radio"? 'transparent' : '#ffffff'); 
     78  border-width: expression(this.type=="checkbox" || this.type=="radio"? '0' : '1px'); 
    7679} 
    7780 
  • skins/default/mail.css

    re538b3d r7f43e18  
    679679div.messageheaderbox 
    680680{ 
    681   position: relative; 
    682681  margin: 6px 8px 0px 8px; 
    683682  border: 1px solid #ccc; 
     
    838837} 
    839838 
     839body.iframe  
     840{ 
     841  /* css hack for IE */ 
     842  width: expression((parseInt(document.documentElement.clientWidth))+'px'); 
     843} 
     844 
    840845body.iframe div.message-htmlpart 
    841846{ 
     
    870875{ 
    871876  position: absolute; 
    872   top: 1px; 
    873   right: 1px; 
     877  top: 8px; 
     878  right: 10px; 
    874879  width: 15px; 
    875880  height: 15px; 
  • skins/default/settings.css

    rba1c48f r7f43e18  
    5656  /* css hack for IE */ 
    5757  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 
    58   width: expression((parseInt(document.documentElement.clientwidth)-40)+'px'); 
     58  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px'); 
    5959} 
    6060 
     
    109109  border: 1px solid #999999; 
    110110  /* css hack for IE */ 
    111   height: expression((parseInt(document.documentElement.clientHeight)-160)+'px'); 
     111  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 
    112112} 
    113113 
     
    161161  /* css hack for IE */ 
    162162  width: expression((parseInt(document.documentElement.clientWidth)-470)+'px'); 
    163   height: expression((parseInt(document.documentElement.clientHeight)-160)+'px'); 
     163  height: expression((parseInt(document.documentElement.clientHeight)-155)+'px'); 
    164164} 
    165165 
Note: See TracChangeset for help on using the changeset viewer.