home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / js / css_adjustment.js < prev    next >
Encoding:
Text File  |  2001-09-05  |  194 b   |  5 lines

  1. if( navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4 && navigator.platform == "Win32") {
  2.     document.tags.body.fontSize = '11px';
  3.     document.tags.td.fontSize = '11px';
  4.     
  5. }