spechars.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title></title>
  6. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  7. <script type="text/javascript" src="../internal.js"></script>
  8. <style type="text/css">
  9. html, body {
  10. overflow: hidden;
  11. }
  12. #specharsTab {
  13. width: 97%;
  14. margin: 10px auto;
  15. zoom: 1;
  16. position: relative
  17. }
  18. .tabbody {
  19. height: 447px;
  20. }
  21. .tabbody span {
  22. margin: 5px 3px;
  23. text-align: center;
  24. display: inline-block;
  25. width: 40px;
  26. height: 16px;
  27. line-height: 16px;
  28. cursor: pointer;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33. <div id="specharsTab">
  34. <div id="tabHeads" class="tabhead"></div>
  35. <div id="tabBodys" class="tabbody"></div>
  36. </div>
  37. <script type="text/javascript" src="spechars.js"></script>
  38. </body>
  39. </html>