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

Last change on this file since 1677 was 1518, checked in by chrisaga, 18 years ago

improve caddie display : better checkbox positionning in every tested browsers.

Opera still not perfect , but much better.

  • Property svn:keywords set to Author Date Id Revision
File size: 559 bytes
Line 
1/* $Id: thumbnails-fix-ie5-ie6.css 1518 2006-07-29 16:26:52Z 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 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.