source: extensions/luciano/fix-ie7.css @ 5934

Last change on this file since 5934 was 5934, checked in by patdenice, 14 years ago

Fix display with IE7

File size: 399 bytes
Line 
1/* fix IE with another layout for thumbnails */
2
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}
16
17.content UL.thumbnails IMG.thumbnail {
18  position: relative;
19  top: -50%;   
20}
Note: See TracBrowser for help on using the repository browser.