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

Fix display for IE7 and IE6

File:
1 edited

Legend:

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

    r5934 r5940  
    1 /* fix IE with another layout for thumbnails */
     1/* Fix for IE < 8 */
    22
    33.content UL.thumbnails SPAN.wrap2 {
     
    99.content UL.thumbnails SPAN.wrap2 SPAN {
    1010  width:170px;
    11   overflow: visible;
    1211  position: absolute;
    1312  top: 50%;
     
    1716.content UL.thumbnails IMG.thumbnail {
    1817  position: relative;
    19   top: -50%;   
     18  top: -50%;
    2019}
Note: See TracChangeset for help on using the changeset viewer.