lt7.css 696 B

12345678910111213141516
  1. body{width:expression(document.documentElement.clientWidth < 802 ? "802px" : "auto");}
  2. .footnav li{
  3. background-image:expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
  4. }
  5. .header-add01{
  6. filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-header.png', sizingmethod='crop');
  7. background:none;
  8. }
  9. .header-box .bottom{
  10. filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/bg-header-add-bottom.png', sizingmethod='crop');
  11. background:none;
  12. }
  13. #nav li{
  14. padding-left: expression( (this===this.parentNode.childNodes[0]) ? "0px" : "auto");
  15. background-image:expression( (this===this.parentNode.childNodes[0]) ? "none" : "auto");
  16. }