1
0

documentSmall.html 615 B

123456789101112131415161718192021
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <style>
  6. html {
  7. /**
  8. * we need to null out border-width, because it causes bug #3838
  9. * and until we drop IE6, this test will fail in IE6 if we didn't
  10. * special case this situation.
  11. **/
  12. border-width: 0;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div>
  18. <script src="../../jquery.js"></script>
  19. </div>
  20. </body>
  21. </html>