Changeset 1205


Ignore:
Timestamp:
Apr 19, 2006, 7:44:39 PM (18 years ago)
Author:
chrisaga
Message:
  • fix : bug 298 (vanishing objects in IE6)
Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-layout.css

    r1195 r1205  
    197197}
    198198
    199 #theHeader {
    200   width: 100%;  /* <- useless but seems to make IE6 happy */
    201 }
    202 
    203199#theHeader H1 {
    204200  margin-bottom: 0.5em;
  • trunk/template/yoga/fix-ie5-ie6.css

    r1181 r1205  
    11/* $Id:$ */
    22/* Issues in IE from 5 to 6 only to to be used with IE7                       */
     3
     4/* to avoid vanishing objects in IE6 */
     5H1, #theHeader {
     6  width: 100%;  /* <- useless but seems to make IE6 happy */
     7}
     8#content {
     9  height: 1em; /* for IE6 it's like min-height */
     10}
     11
Note: See TracChangeset for help on using the changeset viewer.