source: extensions/floPure/thumbnails-fix-ie5-ie6.css @ 3586

Last change on this file since 3586 was 3333, checked in by flop25, 15 years ago

first commit

File size: 651 bytes
Line 
1/* $Id: thumbnails-fix-ie5-ie6.css 2352 2008-05-20 00:27:26Z patdenice $ */
2/* fix IE with another layout for thumbnails */
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  /*\*//*/
20    margin-top: -40%;
21  /**/
22}
23.content UL.thumbnails INPUT {
24  position: absolute;
25  left: 2px;
26  top: 2px;  /* same as other browsers but not so pretty */
27}
Note: See TracBrowser for help on using the repository browser.