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

Last change on this file since 2276 was 1900, checked in by rub, 18 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 559 bytes
RevLine 
[1385]1/* $Id: thumbnails-fix-ie5-ie6.css 1900 2007-03-12 22:33:53Z rub $ */
[1384]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,
[1518]9#content UL.thumbnails SPAN.wrap2 SPAN {
[1384]10  overflow: visible;
11  position: absolute;
12  top: 50%;
13  text-align: center;
14}
[1518]15
[1384]16#content UL.thumbnails IMG.thumbnail {
17  position: relative;
18  top: -50%;
19  /*\*//*/
20    margin-top: -40%;
21  /**/
22}
[1518]23#content UL.thumbnails INPUT {
[1384]24  position: absolute;
[1518]25  left: 2px;
26  top: 2px;  /* same as other browsers but not so pretty */
[1384]27}
Note: See TracBrowser for help on using the repository browser.