Ignore:
Timestamp:
Apr 23, 2010, 12:45:37 PM (14 years ago)
Author:
patdenice
Message:

Fix display for IE7 and IE6

File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/luciano/fix-ie6.css

    r5921 r5940  
    1 /* Issues in IE from 5 to 6 only not to be used with IE7 */
     1/* Fix for IE5 or IE6 */
    22
    3 #thePage {height: 100%;}
    4 #rss                    { top: 10px;}
    5 #menubar dl             { overflow: hidden;}
    6 #content                { overflow: hidden;}
     3#thePage { height: 100%;}
     4#content, #menubar dl { overflow: hidden;}
    75
    8 .categoryActions { width: 220px;}
    96.thumbnailCategory      { position: relative;}
    107.thumbnailCategories .illustration { margin: 10px 5px}
    118.thumbnailCategories .description { width: 180px; padding: 0;}
    12 #content div.footer                     { height: 9px; overflow: hidden; }
    139
    14 .thumbnails             { margin: 0;}
    1510.thumbnails li  { overflow: hidden;}
    1611
    17 #mbIdentification .actions { line-height:1.2em;}
    1812#linkThumbs                                             { position: absolute; top: 0; left: 400px; width: 224px; height: 600px; background-image: url(transparent.gif); }
Note: See TracChangeset for help on using the changeset viewer.