1.    
  2.    
  3. function move(x, y) {  
  4. if (document.all) {  
  5. object1.style.pixelLeft += x;  
  6. object1.style.pixelTop  += y;}  
  7. else 
  8. if (document.layers) {  
  9. document.object1.left += x;  
  10. document.object1.top  += y;  
  11. }};  
  12.    
  13. function position() {  
  14. document.object1.left += -82;  
  15. document.object1.top  += 0;  
  16. document.object1.visibility = "show" 
  17. };  
  18.    
  19. function makeStatic() {  
  20. if (document.all) {object1.style.pixelTop=document.body.scrollTop+20}  
  21. else {eval('document.object1.top=eval(window.pageYOffset+20)');}  
  22. setTimeout("makeStatic()",0);}  
  23.    
  24.  
  25.    
  26. .hl {  
  27.  BACKGROUND-COLOR: green; COLOR: white; CURSOR: hand  
  28. }  
  29. .n {  
  30.    
  31. }  
  32.  
  33.    
  34.    
  35. class=NS onmouseout="move(-132, 0)" 
  36. onmouseover="move(132, 0)" left="0" bgcolor="black" name="object1" top="20" 
  37. visibility="hide">  
  38.    
  39. if (document.all)  
  40. document.write('')  
  41.  
  42.    
  43. onmouseout="move(-82, 0)"   
  44.     
  45.     
  46.     导航菜单  
  47.       
  48.          
  49. if (document.all||document.layers)  
  50. document.write("")  
  51.  
  52.       
  53.     
  54.  
  55.     
  56.    
  57. if (document.all)  
  58. document.write('<\/DIV>')  
  59.  
  60.  

导航栏用的图片在附件中.

也可以自己制作一个新图片