Ignore:
Timestamp:
Jul 20, 2009, 4:41:35 PM (15 years ago)
Author:
flop25
Message:

compatible IE 8-7-6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOs/theme/glass/themeconf.inc.php

    r3334 r3644  
    2020});
    2121 
    22   </script>',
     22  </script>
     23    <!--[if lt IE 7]>
     24<style>
     25        #menubar dl, #section_in {
     26        background:  #FFF!important;
     27        }
     28        /* contenu "section" */
     29        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     30        background:none!important;
     31        }
     32</style>
     33<![endif]-->
     34<!--[if IE 7]>
     35<style>
     36        #menubar dl, #section_in {
     37        background:  #FFF!important;
     38        }
     39        /* contenu "section" */
     40        #section_up_left, #section_up, #section_up_right, #section_left, #section_bottom_left, #section_bottom, #section_bottom_right, #section_right{
     41        background:none!important;
     42        }
     43        BODY#theCommentsPage .content,
     44        BODY#theUploadPage .content,
     45        BODY#theRegisterPage .content,
     46        BODY#theIdentificationPage .content,
     47        BODY#theProfilePage .content,
     48        BODY#theSearchPage .content,
     49        BODY#theAboutPage .content,
     50        BODY#thePopuphelpPage .content,
     51        BODY#thePasswordPage .content,
     52        BODY#theNotificationPage .content,
     53        BODY#theTagsPage .content,
     54        BODY#theNBMPage .content,
     55        #action_pict,
     56        #comments
     57        {
     58        background:  #FFF!important;
     59        }
     60</style>
     61',
    2362);
    2463?>
Note: See TracChangeset for help on using the changeset viewer.