Changeset 2457 for branches/branch-1_7/template
- Timestamp:
- Jul 24, 2008, 3:30:27 AM (16 years ago)
- Location:
- branches/branch-1_7/template/yoga
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/template/yoga/fix-ie5-ie6.css
r2355 r2457 2 2 /* Issues in IE from 5 to 6 only not to be used with IE7 */ 3 3 4 @import "thumbnails-fix-ie5-ie6.css"; 4 #content UL.thumbnails SPAN.wrap2 { 5 display: block; 6 position: relative; 7 text-align: left; 8 } 9 #content UL.thumbnails SPAN.wrap2 A, 10 #content UL.thumbnails SPAN.wrap2 SPAN { 11 overflow: visible; 12 position: absolute; 13 top: 50%; 14 text-align: center; 15 } 16 17 #content UL.thumbnails IMG.thumbnail { 18 position: relative; 19 top: -50%; 20 /*\*//*/ 21 margin-top: -40%; 22 /**/ 23 } 24 #content UL.thumbnails INPUT { 25 position: absolute; 26 left: 2px; 27 top: 2px; /* same as other browsers but not so pretty */ 28 } 5 29 6 30 /* to avoid vanishing objects in IE6 */
Note: See TracChangeset
for help on using the changeset viewer.