source: extensions/luciano/fix-ie5-ie6.css @ 5921

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

[Luciano Amodio Theme] First commit

File size: 668 bytes
Line 
1/* Issues in IE from 5 to 6 only not to be used with IE7 */
2
3#thePage {height: 100%;}
4#rss                    { top: 10px;}
5#menubar dl             { overflow: hidden;}
6#content                { overflow: hidden;}
7
8.categoryActions { width: 220px;}
9.thumbnailCategory      { position: relative;}
10.thumbnailCategories .illustration { margin: 10px 5px}
11.thumbnailCategories .description { width: 180px; padding: 0;}
12#content div.footer                     { height: 9px; overflow: hidden; }
13
14.thumbnails             { margin: 0;}
15.thumbnails li  { overflow: hidden;}
16
17#mbIdentification .actions { line-height:1.2em;}
18#linkThumbs                                             { position: absolute; top: 0; left: 400px; width: 224px; height: 600px; background-image: url(transparent.gif); }
Note: See TracBrowser for help on using the repository browser.