sysmodellibs/sysmodelgen/doc/_stock/css/iefix.css
changeset 7 3c36c452f013
equal deleted inserted replaced
6:5b32dc297d05 7:3c36c452f013
       
     1 /* Symbian Foundation
       
     2    CSS
       
     3    Alex Abarmovich 10-02-2009 
       
     4    Version 2
       
     5    Date: 10-02-2009 
       
     6    Last modified: 19-02-2009
       
     7 */
       
     8    
       
     9 /* CSS fixes for IE6 and IE7 */
       
    10 
       
    11 * html #contentContainer  {
       
    12 height:500px;
       
    13 }
       
    14 
       
    15 
       
    16 /* variable width container */
       
    17 
       
    18 * html body#variable_width #container {
       
    19 overflow: visible;
       
    20 font-size: 100%;
       
    21 }
       
    22 
       
    23 * html body#variable_width #container {width:expression(
       
    24 (document.documentElement.offsetWidth) >1280 
       
    25 * (parseInt(document.body.currentStyle.fontSize) 
       
    26 / parseInt(document.body.currentStyle.fontSize))?  "1250px" 
       
    27 : ((document.documentElement.offsetWidth) < 1010? "980px" : "99%")); }
       
    28 
       
    29 /* main promo */
       
    30 * html #siteBox ul li {height:35px; }
       
    31 * html #siteBox div.itemCopy ul.main_promo_internal li {
       
    32 height:10px;
       
    33 }
       
    34 
       
    35 /* buttons IE 7 */
       
    36 
       
    37 *:first-child+html p.buttons input#submitForm {
       
    38 text-align:center;
       
    39 display:block;
       
    40 width:110px;
       
    41 }