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

Last change on this file since 2387 was 2352, checked in by patdenice, 16 years ago

Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 559 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.