Ignore:
Timestamp:
Apr 21, 2010, 5:50:08 PM (14 years ago)
Author:
patdenice
Message:

Fix display with IE7

File:
1 edited

Legend:

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

    r5921 r5934  
    11/* fix IE with another layout for thumbnails */
    22
    3 
     3.content UL.thumbnails SPAN.wrap2 {
     4  display: block;
     5  position: relative;
     6  text-align: left;
     7}
     8.content UL.thumbnails SPAN.wrap2 A,
     9.content UL.thumbnails SPAN.wrap2 SPAN {
     10  width:170px;
     11  overflow: visible;
     12  position: absolute;
     13  top: 50%;
     14  text-align: center;
     15}
    416
    517.content UL.thumbnails IMG.thumbnail {
    6   position: relative;
     18  position: relative;
     19  top: -50%;   
    720}
Note: See TracChangeset for help on using the changeset viewer.