Ignore:
Timestamp:
2006/08/30 21:01:54 (18 years ago)
Author:
uehara
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3206 r3207  
    2828     
    2929    // ¥µ¥Ö¥Ê¥Ó¤Îɽ¼¨ÀÚÂØ 
    30     function naviStyleChange(ids, color){ 
    31         document.getElementById(ids).style.backgroundColor = color; 
     30    function naviStyleChange(ids, bcColor, color){ 
     31        document.getElementById(ids).style.backgroundColor = bcColor; 
     32        if(color != '') { 
     33            document.getElementById(ids).style.color = color; 
     34        } 
    3235    }    
    3336 
Note: See TracChangeset for help on using the changeset viewer.