source: trunk/template/yoga/thumbnails-fix-ie5-ie6.css @ 1414

Last change on this file since 1414 was 1385, checked in by chrisaga, 18 years ago
  • Property svn:keywords set to Author Date Id Revision
File size: 570 bytes
Line 
1/* $Id: thumbnails-fix-ie5-ie6.css 1385 2006-06-24 09:09:17Z chrisaga $ */
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 LABEL {
10  overflow: visible;
11  position: absolute;
12  top: 50%;
13  text-align: center;
14}
15#content UL.thumbnails IMG.thumbnail {
16  position: relative;
17  top: -50%;
18  /*\*//*/
19    margin-top: -40%;
20  /**/
21}
22#content UL.thumbnails SPAN.wrap2 input {
23  position: absolute;
24  left: 0;
25  top: -50%;  /* same as other browsers but not so pretty */
26}
27
Note: See TracBrowser for help on using the repository browser.