source: extensions/floOS/fix-ie7.css @ 3652

Last change on this file since 3652 was 3644, checked in by flop25, 15 years ago

compatible IE 8-7-6

File size: 424 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  overflow: visible;
11  position: absolute;
12  top: 50%;
13  text-align: center;
14}
15
16.content UL.thumbnails IMG.thumbnail {
17  position: relative;
18  top: -50%;   
19  margin-top: 2%;
20}
21
Note: See TracBrowser for help on using the repository browser.