Ignore:
Timestamp:
2006/08/28 22:06:18 (18 years ago)
Author:
uehara
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/navi.js

    r2296 r2547  
    3131        document.getElementById(ids).style.backgroundColor = color; 
    3232    }    
     33 
     34        // ¥µ¥Ö¥Ê¥Ó¤Îɽ¼¨ÀÚÂØ 
     35    function naviStyleChange2(ids, file){ 
     36        document.getElementById(ids).style.backgroundImage = "url(" + file + ")"; 
     37 
     38    }    
     39     
Note: See TracChangeset for help on using the changeset viewer.