source: extensions/luciano/fix-ie7.css @ 27153

Last change on this file since 27153 was 5940, checked in by patdenice, 14 years ago

Fix display for IE7 and IE6

File size: 347 bytes
Line 
1/* Fix for IE < 8 */
2
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  width:170px;
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}
Note: See TracBrowser for help on using the repository browser.