source:
extensions/floOS/fix-ie7.css
@
4811
Last change on this file since 4811 was 3644, checked in by , 15 years ago | |
---|---|
File size: 424 bytes |
Line | |
---|---|
1 | /* fix IE with another layout for thumbnails */ |
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 | 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 | margin-top: 2%; |
20 | } |
21 |
Note: See TracBrowser
for help on using the repository browser.