Changeset 54

Show
Ignore:
Timestamp:
04/03/06 17:33:14 (3 years ago)
Author:
d.reszka
Message:

IE 5.01 bugfixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework/core/colors-branding.css

    r46 r54  
    2525        #header                 { position: relative;} 
    2626        #header h1              { position: absolute; top: 0; height: 100%;} 
    27         #header h1 a            { text-indent: -9999px; text-decoration: none; width: 300px; display: block; height: 100%;} 
     27        #header h1 a            { text-indent: -9999px; text-decoration: none; display: block; height: 100%;} 
    2828        #header h1 a            { background:url(branding.png) top left no-repeat ;} 
    2929 
     30    /* 
     31    * specifying the default width for the background image (eg logo), 
     32    * note that the second selector is needed for IE 5.0 compatibility: 
     33    */ 
     34        #header h1 a, 
     35        #header h1              { width: 300px;}