Fixed Position Bottom 100% wide IE6 408 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : Fixed Position Bottom 100% wide IE6
  3. #key : fixed
  4. # --
  5. ${2:bottom: auto;}top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-${1:THE HEIGHT OF THIS THING IN PIXELS}));
  6. ${3:left: expression(eval(document.documentElement.scrollLeft));
  7. }${4:width: expression(eval(document.documentElement.clientWidth));}$0